Desgning a VI that time / interrupts a film according to the input signal

Basically, what I'm trying to do is to design a VI who plays or pauses a movie according to the signal it receives. This VI will be used with an EEG device, and what I want to do is play the movie if the signal exceeds a certain threshold, and it stops if this isn't, in other words a VI that responds to neurofeedback.

As I don't have access to the equipment of the GET yet, I use a sine wave at the moment than the EEG signal in VI of the attachment in this post (which of course will be later replaced by waves of EEG recording), and what I want to do is to read the film if the signal is greater than 0 and put the film on hold if the signal is less than 0. Any help would be appreciated

Kind regards

varkong

I have included the code for the LV8.6 version.

Concerning

Prashant

Tags: NI Software

Similar Questions

  • -Data 200141 was replaced before it can be read by the system. Mechanism of data transfer is interrupted, try to use DMA or USB in bulk. Otherwise, divide the input signal before taking the action.

    Hello

    Installation program:

    2 x PCI-6602

    Configuration:

    Sampling the five PWM signals of 50 kHz using five counters (2 on a map) and three on another for about 10-15 seconds by recording continuously.

    All meter tasks are configured for DMA transfer.

    Problem:

    I get 200141 errors from time to time.

    Question:

    I tried to increase the size of buffer and all tasks of meter are set to DMA. In the error message the last suggestion is to "divide the input signal before taking the action. I don't understand this suggestion. What is meant by "split the signal before taking the action?

    I am open to other solutions to the problem.

    /Mola

    Yes, I know that the 2 MB/s sound do not like much, but it's a way of high load very low tolerance to try to get 2 MB/s.  You have 5 DMA controllers to negotiate access to the bus and each transmits only 1 or 2 samples of 32-bit whenever he gets access.

    I've seen published baseline data where the maximum sustained rate was< 1="" million/sec="" (don't="" recall="" if="" it="" was="" mbytes="" or="" msamples). ="" as="" i="" recall,="" finite="" acquisition="" mode="" allowed="" higher="" rates="" for="" shorter="">

    Ah yes, here is a link that leads to the other links.  See the section on "The counter of the FIFO" in the first message.  Do you see a * very * significant difference in the performance of the M series for the series X-series.  Here are data for counters of the E series.  (It is fair to note that the comparative analysis was conducted with a much older PC hardware).  For the 6602 counter chip was designed between E- and M-series series, so you can probably expect performance in-between.

    Also note that the benchmarks seem to have been done with a task of window unique tent of owning all the bandwidth PCI as possible.  Since you would have 5 tasks they negotiate access, you lose definitely even more overhead.  In addition, for fair comparisons, your 50 kHz PWM would act as a measure of 100 kHz since you have 2 semiperiods to DAB per cycle of 50 kHz.

    Now that I've seen benchmarks once again, I am convinced that it is a no-go for you with just the 6602.  The good news is that the series X-series seem able to yet more ridiculously than I remembered.

    -Kevin P

  • I lost my connection to the internet, the problem has nothing to do with the input signal. Do everything that contributes to signal the connection disappeared. How can I restore that?

    I remove programs to free up space. now I don't have a connection!

    Hi Steven,

    You get the error message?

    Method 1: Disable the security/firewall program software you run on the computer temporarily and then check if the problem persists.

    How can I turn on or turn off the firewall in Windows XP Service Pack 2 or later versions?

    http://support.Microsoft.com/kb/283673

    If you use a third-party security software, you can check the documentation provided on the software to turn it off.

    Important: Activate Windows Firewall\security software once everything is done.

    Method 2: Follow the steps mentioned in the link below

    How to troubleshoot missing network connections icons in Windows Server 2003 and Windows XP

    http://support.Microsoft.com/kb/825826

    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base.
    How to back up and restore the registry in Windows

  • brand value in the time table with colors according to the selected employee

    Hello
    My question is
    I created the time table for a class for a bit longer want to filter to the time table used.

    for example. If I select the emp_id he's from, select the list then this period of teaching should be highlighted time table.
    Please can u help me.

    the table name is:-Time_Table
    the columns are:-

    EMP_ID
    CLASS_ID
    SECTION
    SUBJECT_ID
    PERIOD_NO
    DAY
    DATE


    Thank you
    Nisha

    Published by: Nisha Rani on September 3, 2009 02:57

    Published by: Nisha Rani on September 3, 2009 23:08

    Hi Nisha,

    Try this:

    SELECT
    DY,
    MIN(CASE WHEN LEC_NO = '1' THEN
    CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD1, MIN(CASE WHEN LEC_NO = '2' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD2, MIN(CASE WHEN LEC_NO = '3' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD3, MIN(CASE WHEN LEC_NO = '4' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD4, MIN(CASE WHEN LEC_NO = '5' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD5, MIN(CASE WHEN LEC_NO = '6' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD6, MIN(CASE WHEN LEC_NO = '7' THEN CASE WHEN EMP_ID = :P1_EMP_ID THEN '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' ELSE '
    ' || SUBJECT_ID || '-' ||emp_id || '
    ' END ELSE NULL END) PERIOD7 FROM TM_TEACHER_LEC_DETAIL WHERE CLASS_ID = :P1_CLASS_ID and SECTION = :P1_SECTION GROUP BY DY order by dy

    As I do not have the structure of your table or any data, I can't test this. Let me know if it works for you

    Andy

  • Our time capsule will blink a light amber and utilities said that it is overheating. What is the problem?

    We had a problem with our (less than 2 years) time capsule - the light yellow flashing, the fan runs often and looking in "utility" on my mac, it says that it is overheating. What is the cause of this?

    The Time Capsule fan runs constantly, so you shouldn't be aware of the fan running on the time Capsule 'often'.

    If you receive a message that the Time Capsule is overheating, there is probably a problem with the internal power supply on the Time Capsule.

    If you have an Apple Store near you, it would be wise to take the time Capsule to let the experts check the issue and discuss your options.

  • I have not done an iTunes sync in almost a year, and since that time have installed Windows 10. iTunes now does not connect with the iPad. Any suggestions?

    I have not performed a synchronization of the iPad to iTunes in almost a year. Since that time PC now works Windows 10, iTunes does not connect with the iPad or the iPhone 6.  Any suggestions?

    Thank you

    To work with iOS 9.2, you must update iTunes to 12.4 v.

  • I bought the iPhone 6 s more each time that iam going to install apps from the App Store a circle will appear and again, it goes back to get the button, there is no problem with my ID Apple and Internet, please help me... I have installed an app

    I bought an iphone 6 s more but every time that iam going to install applications from the App Store and press the get a circle will appear and again it goes back to get butto, no problem with my internet and Apple ID, I have not yet even insta an app from thtee opening days, please help me.

    Yet one thing I can change the color of my iPhone after unpacking it?

    You have 14 days to return a phone from Apple after the purchase - which should answer your question of color

    As for not being able to download apps - you're in a good WiFi zone and can you browse the internet on a web browser or send / receive emails?

    Also check restrictions - general - settings to make sure that the download of applications is not limited

  • I'm locked out of my ipod5 that I have not used for a long time, it is not connected to the Internet or iTunes is anyway can I unlock?

    I'm locked out of my ipod5 that I have not used for a long time, it is not connected to the Internet or iTunes is anyway can I unlock? In my opinion, it works on IOS8. Because I have not used in a long time, it has reset and does not connect to the wifi until I unlock, and I forgot the password to unlock it. I tried to clear up my iPhone but it requires Internet and iPod can not connect to Internet ithe, I also tried to restore the 'home' button and the lock button while connected to iTunes on my computer and that did not work either... Please let me know if I haven't tried something or have missed something.

    Thank you

    You have to follow the instructions for the erasure or use recovery mode in iTunes again. . You do not specify what happened when you tried to follow these instructions, or instructions for iTunes, which you tried to follow, but you will be able to exit the mode disabled via iTunes if you do not have Wifi:

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

    See you soon,.

    GB

  • What happened to the button on the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? I use it all the time and it is not on FF4.

    What happened to the button on the left end of the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? You can look at the drop down window of pages and just choose whatever you want. I use it all the time and it is not on FF4. I want to go back to the old FF.

    If you right click on your back button, or click and hold down the mouse button, it will display the list. (I prefer a click-right, because sometimes my fingers slide when I try to click and hold)

  • I have an iphone 6 s running ios 9.2.1 my wifi disconnection and after a few seconds that it reconnects, it happens most of the time, help me thank you!

    I have an iPhone running iOS 9.2.1 6s my wifi suddenly disconnects, and after a few seconds that it reconnects, it happens most of the time help me thank you!

    It sounds like you have a fancy for your apple WIFI products name prefer digital alpha without space.

  • See if specified that time zone is in the DST. Someone at - it have?

    Wanted to check and see if it has already done.

    With the time in hour UTC and the time zone users, does anyone have a good function already created to see if its in DST.  I know is the second Sunday in March and the first Sunday of November is back.

    or maybe the CVI has one built in I can't find.  Whatever it is, it would be hard to do, but don't know a good way to understand some days of the week to a month.

    According to the description of Microsoft Help for their mktime() function, you can fill in a tm to the desired date of test structure, but first the tm_isdst field definition a negative value. This will force the function to calculate the correct value for the field - in other words he then will tell you if the DST was in effect on that date.

    I don't know if it's a standard ANSI behavior for this function, but it should be easy enough for you to test.

    JR

  • How can I set the time axis on my waveform table to show run time that is to say whenever I start the program I should have 0 as the starting point

    How can I set the time axis on my waveform table to show run time that is to say whenever I start the program I should have 0 as the starting point. I've been messing around with the without success. I'm under Labview 2012.

    Thank you!

    Townes wrote:

    I can't understand what you mean. I have no formal training with labview. It took me a long time to write the simple program that I joined. Any guidance would be greatly appreciated!

    Its pretty normal for a beginner to take the time to write code. Right-click the map of waveform > Create > property node > historical data, you will get a property node, keep this at the beginning of the code and create a constant. You can also go to the VI properties and > run and select "clear indicators when it is called.

    I recommend you to go through the basic materials of LabVIEW which will give you an understanding on the basics of bases/components of LabVIEW.

  • I was running Mozilla firefox on my computer until two weeks ago. At that time, the screen went black and now I am not able to use it.

    I was running Mozilla firefox on my computer until two weeks ago. At that time, the screen went black and now I am not able to use it.  When I click on the icon and open to the top it says cannot load xp.com and a flag of resolution comes up saying it can't run a resolution less than 1930 x 2300. I have no idea what this means and how I can solve this problem.  I thought that maybe the application was bad, so I deleted and then added it back on and it does the same thing.  I even did a restore of the system to try hard but nothing I did the work.  So, how can I solve this problem.  I'm not a computer genius, so he must be explained in simple easy to understand instructions.

    Hello

    I suggest that you view in Mozilla Firefox community because there seems to be a Firefox problem.

    https://support.Mozilla.org/en-us/

    Some examples of the problem:

    «I can't open Firefox, it says could not load xpcom.» Who is wrong? »

    https://support.Mozilla.org/en-us/questions/965228

    "I get an error"Unable to load XPCOM". I know that I can reinstall Firefox, but how do I save my favorites?

    https://support.Mozilla.org/en-us/questions/1029239

    'Error message cannot open the XPCOM and impossible to open ALL pages '.

    https://support.Mozilla.org/en-us/questions/1006494

    Here is a YouTube video on fixing this error:

    https://www.YouTube.com/watch?v=x_C2eaNj234

    See you soon.

  • Recently went from Outlook Express to Windows Live Mail. Since that time I can't send/receive emails without this message popup Windows live mail ID error 0x800ccc78 Server Error 530.

    Recently went from Outlook Express to Windows Live Mail.  Since that time I can't send/receive emails without this message popup Windows live mail ID error 0x800ccc78 Server Error 530.

    You will need to ask here:

    Windows Live Mail Forum
    http://windowslivehelp.com/forums.aspx?ProductID=15

    And you need to display an error message in its entirety. You can left click on it to highlight then right click to copy and then paste in this thread. Just the number of code alone is not enough.

  • Resource Monitor says that my drive is at 100% of the time active

    According to the resource monitor to my HP Vista desktop HD often goes to 100% of the active time. When this happens, my computer of grain to a halt.  I got open and seen this resource monitor.  I searched on the net and I see that a lot of people have this problem but I didn't see all of the possible solutions. One answer was that it was a problem of page fault and that I needed to change the size of Word, I did and it did not help.  Anyone have any ideas?

    Thank you, Ralph

    It is no longer a problem.  I reinstalled the operating system and now all is well

Maybe you are looking for

  • Cannot install silverlight 5 on my Mac?

    I tried to install silverlight 5 so I can watch on my laptop skyGo. I have all the requirements, but when I click on download it just says "has a moment, please, while the current installation state of Silverlight is committed...." "and will not go f

  • Chicony usb 2.0 camera does not work when it is turned on

    During opening camera or Windows Live help software (Toshiba), the camera that is built into my laptop does not work. In Windows Live Messenger, when I try to make a video call, Windows Live Messenger stops. When I open the camera the camera assist s

  • Help upgrade gpu Ag3-605

    Hello, I'm upgrading of 745 Gtx and I don't know how to remove the rear shields for ports on the gpu. Just use force?

  • I need to restore a previously saved version of a file system windows movie maker

    I accidentally saved an empty file on a Movie Maker project that I worked on for many hours of many many.   How to restore the earlier version of the file? I have Windows Vista Home Premium and have therefore no shadow copies. I tried to click with t

  • How to change the classic theme of the Windows 7 theme window?

    I changed the theme of my windows 7 Stater to classic window but I 'can' t get it backon right click to see the "screen resolution" and "gadgets".in panel appearance shows only "adjust screen resolution."