Triggering on frequency entering and leaving window SignalExpress Bug

In the recording options of SignalExpress,  when one sets up a trigger to trigger entering or leaving a window of frequencies, This does not work properly.
I was using a Signal Acquire Voltage step, then doing Tone extraction on the Voltage channel.  I hooked up a frequency generator to the voltage in.  As I ramped the frequency of the generator up and down expecting the trigger to start logging to disk, I was sadly dissapointed to not see this work properly.
As a side note, I also had a voltage threshold trigger set also, now that I think about it and the Trigger Logic was set to OR, but this shouldn't have anything to do with the problem
Can anyone Confirm?
Ben Yeske

The hardware involved was a USB-Compact Daq Chassis.  I was using the NI-9233.  The Recording log was set to trigger on leaving a window of frequencies.  The frequency parameter was acquired from the tone extraction step on an analog voltage channel.
Seems pretty straightforward to me, and one should be able to reproduce the inconsistent entering window/leaving window triggering behavior with a wide variety of hardware.
Ben Yeske

Similar Messages

  • How can I get rid of the mac partition and leave windows?

    My 2009 MacPro is currently partition into MacOSX 10.7.5 and Windows 7.  I would like to delete the mac side completely and just leave windows on. I want to do this so I can regain the memory into the windows side and have this laptop be windows ONLY.  Please don't ask why, is simply what I want to do but if you must know... I'm buying the new Pro and I rather keep this old one with windows especially since I have invested $ into the window programs like access and I don't want to loose them but I also don't feel is worth spending more money on windows. The only reason I have windows is because unfortunately and I hate to admit it but apple is not always good for college or business when you need to run programs that are only friendly with windows. Anyways it comes down to not loosing what I invested so I rather keep all the memory in this old computer with windows and all the new memory I'm getting on my new pro with just apple.

    Your best option is to backup, SAVE, all your Windows personal files and program install files that you may have on the drive along with the most current version of the Boot Camp Assistant driver package download to an external drive. Then use a Window 7 install DVD to completely erase, repartition, the drive and foramt it NTFS then install Windows all by itself. Yes you can do that.
    Fooling with the current partitions may cause the system to become unbootable until you use a OS X or a Win 7 installer DVD.

  • Mouse enter and mouse leave not detected in small controls

    Look at the attached VI. There is a thin boolean with mouse enter and mouse leave events which are not always detected when moving over the control quickly. I'm not sure whether this behavior originates from LV (7.0) or from the way XP handles the mouse movement, but I would definitely call this a bug in the sense that the mouse does "enter" and "leave" the control and the events are not fired.
    My guess is that windows does not register all the points that mouse goes through, but only does so periodically. If it happens that 2 adjacent points are on 2 different sides of the control, LV can't recognize the enter and leave events. But that's just a guess.
    Try to take over the world!
    Attachments:
    event bug1.vi ‏26 KB

    I put together a quick test, but I'm not sure what the results mean.
    Lynn, one of the tests uses windows API (although you can run the other one).
    Shane, sorry, only 7.1 on this PC.
    Message Edited by tst on 07-12-2005 08:38 PM
    Try to take over the world!
    Attachments:
    event bug25.vi ‏40 KB

  • Why doesn't firefox 19 alert when entering or leaving secure websites when this has been selected as true using about:config

    Using previous version it always alerted when entering or leaving a secure website. After udating to 19.0 it stopped alerting. I checked the settings about:config and both entering and leaving secure sites were set as True. Tried disabling and then re-enabling but still no alerts.

    hello pete, those warning messages were generally removed in firefox 19. for reference see [https://bugzilla.mozilla.org/show_bug.cgi?id=799009 bug #799009] (please don't post in bug reports).

  • Profiler API - Locks, Threading.Monitor.Enter and Exit

    I'm using the Profiler API in a project in order to track the locks made using Monitor.Enter, Monitor.Exit, and the lock keyword. I planned to do this by outputting using a pipe, the events from the FunctionEnter3WithInfo and FunctionLeave3WithInfo callbacks.
    These callbacks are called when methods are entered and exited, and appear to be functioning fine regarding their implementation - they generate a large output of methods that had been entered and left, but I'm not receiving callbacks for the following:
    ENTER: Monitor.Exit
    LEAVE: Monitor.Enter and Monitor.Exit
    Oddly enough, I do get receive a callback for entering Monitor.Enter. Other than these problematic methods, I appear to be getting calls from the Profiler API for everything else. 
    Is there a known issue regarding these methods not being reported by the API? 
    Alternatively, if there's a better way of achieving my goal than the way I'm doing it, feel free to point me in the right direction :)
    Thanks,
    Olu

    Thanks for the reply Brian,
    I don't get a JITInlining callback for Monitor.Exit (however I do for some Monitor.Enter calls). For FunctionTailcall3WithInfo, I also don't get a callback for Monitor.Exit (but I do for some Monitor.Enter calls).
    I'm not getting anything from ExceptionUnwindFunctionEnter, though when manually tested by throwing an exception within a try-catch, I get a callback.
    If it helps, I have the following flags set for events:
    COR_PRF_MONITOR_ALL
    COR_PRF_ENABLE_FUNCTION_ARGS
    COR_PRF_ENABLE_FUNCTION_RETVAL
    COR_PRF_ENABLE_FRAME_INFO
    Additionally, I've tried the following flags to see if it resolves the issue:
    COR_PRF_DISABLE_INLINING
    COR_PRF_DISABLE_OPTIMIZATIONS
    Edit 1: Using COR_PRF_DISABLE_OPTIMIZATIONS now means I get a callback to FunctionLeave3WithInfo when Monitor.Enter leaves, however there is still no sign of Monitor.Exit
    Edit 2: As a test, in the small application that I'm profiling, I've wrapped the Monitor.Exit and Monitor.Enter method calls in another class, so I can call them as so:
    CCMonitor.Enter(obj) and CCMonitor.Exit(obj).
    The profiler reports both the enter and leave of these functions correctly.
    Thanks,
    Olu

  • Add functionality for enter and close in a dialogue window

    Hi
    I have a dialogue screen.
    On pressing enter or the enter icon I need some functionality.
    And on clicking the close icon or close(on the dialogue window) i need to exit.
    How to add functionality to close and enter?
    (The icons are functioning properly but Enter and close are not functioning)
    Here is the code i have used
    gv_save = gv_code.
    CLEAR gv_code.
    CASE gv_save.
    WHEN 'OK' OR 'ENTER'.
    PERFORM char_convert.
    LOOP AT object_tab WHERE selected = 'X'.
    UPDATE imptt SET pyear = gv_exponent
    WHERE point = object_tab-point.
    ENDLOOP.
    LEAVE TO SCREEN 0.
    CLEAR gv_annual.
    ENDCASE.
    ENDMODULE. " USER_COMMAND_1001 INPUT
    MODULE cancel INPUT.
    gv_save = gv_code.
    CLEAR gv_code.
    CASE gv_save.
    WHEN 'CANCEL'.
    LEAVE TO SCREEN 0.
    ENDCASE.
    Please help me .
    Best regards,
    Kranthi

    You need to take ABAP help and build logic, so that If so & so condition pick LOGO1
    and for so & so Condition LOGO2 & for rest LOGO3.
    You need to incoroporate the Logic in your program for Script / Smartform.

  • I have a Mac leopard.  Did a recent recommended update.  When it finished,I restarted then a window came up to enter Master Password.  I don't know what it is  and when I try to enter one, the window shakes and I am unable to use computer at all

    I have a Mac leopard.  Did a recent recommended update.  When it finished,I restarted then a window came up to enter Master Password.  I don't know what it is  and when I try to enter one, the window shakes so I am unable to use computer at all.

    Please confirm exactly what Mac this is, and what 'recent update' you installed.

  • Can someone help me understand why the search engine will not do anything when I click the search icon or press enter, and why new windows won't open when I click on a link that should open one?

    When I type something in the search engine at the right hand corner of the screen it will not allow the search to take place. What I mean is I either click the icon or press enter and nothing happens. I would understand it better if it at the very least gave me a error message. I have also noticed that things like the opening of a new window via a link will not work. An example is I was just on www.walmart.com and when I clicked on an image in order to see a larger one no window opened. I also recently noticed that when I had a lot of tabs open the shortcut menus and menus in general did not load completely or really at all keeping me from saving the pages as bookmarks. I know this could be from low internet speed, a lot of tabs etc..., but I've had many more tabs open than I had then and it worked. Plus all I did was delete or close one tab and suddenly it worked. I then recovered the tab and it still worked even though I was back at the original amount of tabs. I have the latest version of firefox, not counting the beta, and I don't know of any way to solve the two main problems.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Why does closing all open windows (15) and leaving only one drop ram usage from 1.5 to 1.4Gb and not more.

    Why does closing all open windows (15) and leaving only one drop ram usage by only 100mb from 1.5 to 1.4Gb.
    What is in this 1.4 gb ?
    I don't care much about ram, It's just that cpu usage spike like crazy by the end.
    ''Edited to remove swearing - TonyE''

    Hi musicfan,<br />Sorry you are having problems with Firefox. Maybe you should have asked earlier and we could have fixed it.
    Reading your comments I do not see that rolling back to an insecure Firefox 22 will actually help you much. You are probably best using IE, unless you have also damaged that.
    *[[Export bookmarks to Internet Explorer]]
    You should not use old versions they are insecure. Security fixes are publicised and exploitable.
    * [[Install an older version of Firefox]]
    * https://www.mozilla.org/security/known-vulnerabilities/firefox.html
    Most others will not be having such problems. We are now able to say that with confidence because after developers missed a regression in Firefox 4 telemetry was introduced so that data was obtained. It may be an idea to turn on your telemetry, if you have not already done so, and decide to stick with Firefox.
    *[[Send performance data to Mozilla to help improve Firefox]]
    Trying safe mode takes seconds. Unfortunatly if you are not willing to do even rudimentary troubleshooting there is not anything we can do to help you.
    *[[Troubleshoot Firefox issues using Safe Mode]]

  • I set up a new router and the windows machines have no problem with connectivity.  I go through the MacBook Pro's airport assistant and view my network and then enter the WPA2 password.  I get back a message saying the password is incorrect when it is

    I set up a new router and the windows machines connect fine.  My MacBook Pro does not.  I go through the airport assistant and see the network yet when I enter the router WPA password I get a message back saying that the password is incorrect.  And, it isn't!  Very frustrating.  What can I do as I had the same problem after I tried to reinstall my last router.  Again, only on the Mac.  Thanks!

    If you kept the same Base Station name and network name, that can confuse Keychain Access. Either change the Base Station and network name, or open Keychain Access Utility and delete any reference to your Base Station and network name. Make sure you delete from the Login and System keychains.

  • Is there a way to leave Windows 7 OS and install Windows 8 additionaly

    Is there a way to leave Windows 7 OS and install Windows 8 additionaly with Bootcamp 5, means to have a triple boot option or dual boot option where the windows partition can choose to start windows 7 or windows 8 ?

    Welcome to the Apple Support Communities
    The problem you have is that Boot Camp doesn't allow you to create more than two volumes on the hard drive: one for OS X and another one for Windows, so you can't create another one for another Windows. If you want to test Windows 8, I recommend you to download a virtual machine application like VirtualBox, create a virtual machine and install Windows 8 there

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.Not working in USA timezone.

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works fine in our side (Timezone,kolkata ,india even for Timezone,slvaniya,USA) but our USA client is telling that on changing the date it not starts from start-up sequence.Can anyone plz suggest the reason for it.

    This is the code which we have used.
    //////////Return if it is first time for the day or not//////////////
    + (BOOL)isFirstTimeToday {
    BOOL result = YES;
    NSDate *now = [[NSDate alloc] init];     /// represents the current time
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: now];
    NSDate *today = [gregorian dateFromComponents:components];
    [now release];
    [gregorian release];
    NSDate *savedDate = [[NSUserDefaults standardUserDefaults] objectForKey:LAST_TIME_VISITED];
    if (savedDate) {
    if ([today earlierDate:savedDate] == today) {
    result = NO;
    return result;
    ////////Stores the date/////////////
    + (void)userDidVisitReenforceScreenToday {
    [[NSUserDefaults standardUserDefaults] setObject:[NSDate todayAtMidnight] forKey:LAST_TIME_VISITED];
    ////////////What [NSDate todayAtMidnight] stores/////////////////////
    + (NSDate *)daysFromNowAtMidnight:(NSInteger)nOfDays {
    NSDate *date = [NSDate dateWithTimeIntervalSinceNow: (86400*nOfDays)];
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: date];
    NSDate *dateAtMidnight = [gregorian dateFromComponents:components];
    [gregorian release];
    NSLog(@"dateAtMidnight : %@",dateAtMidnight);
    return dateAtMidnight;
    + (NSDate *)todayAtMidnight {
    return [self daysFromNowAtMidnight:0];
    Please Suggest..

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    Try posting in the developer forums to see if you can get some assistance,you'll have to be a registered developer for access though.
    developer.apple.com

  • SelectionChange for enter and backspace keys

    Hello all,
    Our VSTO addin needs to know the current selection so we can sync our taskpane with current selection. We are using the SelectionChanged event to register our taskpane synch routine. The problem is that this event doesn't fire on Enter or backspace key.
    We are specifically interested in the scenarios where the Enter/backspace results in a paragraph change(para add on enter and paragraph remove on backspace of the last character in a para). It seems like a bug to me that SelectionChange wont
    fire on backspace when the delete key does fires it.
    Is there any other workaround to detect this paragraph change state?

    Hi,
    >> I am not interested in a cursor change but rather a paragraph change which would indicate a change from one para to next.
    The current object model does not have an event to be triggered when changing the content.
    If you want to detect the paragraph changing, we could also use a global Timer to detect the paragraph changing of the active document.
    >> Multiple documents - i would have to suspend/reactivate my timer on Activate/Deactivate events
    >> Multiple windows of the same document - If i have the same document open in multiple windows, split window, new window etc, how would this timer work?
    Here is the sample code for your reference:
    using System.Collections.Generic;
    using Word = Microsoft.Office.Interop.Word;
    using System.Timers;
    using System.Runtime.InteropServices;
    namespace WordSelectionChangeIssue
    public partial class ThisAddIn
    private Timer addInTimer { get; set; }
    private Dictionary<string, int> ParagraphCountDict { get; set; }
    private void ThisAddIn_Startup(object sender, System.EventArgs e)
    addInTimer = new System.Timers.Timer();
    ParagraphCountDict = new Dictionary<string, int>();
    addInTimer.Interval = 1000;
    addInTimer.Elapsed += TimerElapsedHandler;
    addInTimer.Start();
    private void BindToChange(Word.Document document)
    ParagraphCountDict.Add(document.Name, document.Paragraphs.Count);
    private void TimerElapsedHandler(object sender, ElapsedEventArgs e)
    if(Application.Documents.Count == 0)
    return;
    try
    var activeDocument = Application.ActiveDocument;
    if (!ParagraphCountDict.ContainsKey(activeDocument.Name))
    BindToChange(activeDocument);
    var previousParagraphsCount = ParagraphCountDict[activeDocument.Name];
    var count = activeDocument.Paragraphs.Count;
    if (previousParagraphsCount != count)
    ParagraphCountDict[activeDocument.Name] = count;
    // trigger event
    ParagraphChangeHanlder(activeDocument);
    }catch(COMException comEx)
    private void ParagraphChangeHanlder(Word.Document document)
    System.Windows.Forms.MessageBox.Show("Paragraph Changed!");
    private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
    addInTimer.Stop();
    #region VSTO generated code
    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InternalStartup()
    this.Startup += new System.EventHandler(ThisAddIn_Startup);
    this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown);
    #endregion
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can we write files and leave them as read-only

    Hey Adobe AIR Community,
    Another Adobe AIR question for you: Can we write files to the file system and leave them as read-only in  Adobe AIR?
    In the future, we would overwrite these files (or delete them and  write a new one).
    Thanks,
    Mauricio

    Please provide us with your Event Viewer administrative logs by following these steps:
    Click Start Menu
    Type eventvwr into Search programs and files (do not hit enter)
    Right click eventvwr.exe and click Run as administrator
    Expand Custom Views
    Click Administrative Events
    Right click Administrative Events
    Save all Events in Custom View As...
    Save them in a folder where you will remember which folder and save as Errors.evtx
    Go to where you saved Errors.evtx
    Right click Errors.evtx -> send to -> compressed (zipped) folder
    Upload the .zip file to Onedrive or a file sharing service and put a link to it in your next post
    If you have updated to win 8.1 and you get the error message "the system cannot find the file specified" it is a known problem.  The
    work around is to edit the registry.  If you are not comfortable doing this DONT.  If you are, backup the key before you do
    Press Win+"R" and input regedit
    Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Channels. Delete "Microsoft-Windows-DxpTaskRingtone/Analytic"
    Wanikiya and Dyami--Team Zigzag

Maybe you are looking for