02-14-2015 02:31 PM
Hi.
1. I use a case structure in my program and I want it exceute when a triger comes only for 200 ms (or other integer ms) and then it wait for new triger.
how I can implement this in LV2013 ?
2. we can use chart for display data for 200 ms (or other integer value), how we can display data in 200 ms segments. i.e. data from 1s divided into 5 part with duration of 200ms and all of them (5 part) shows in the same chart ?
02-14-2015 02:53 PM
02-14-2015 03:22 PM
02-14-2015 04:01 PM
Serial IO is going to make 200-msec difficult since serial is inherently very sloppy in terms of timing. It would be better if you could characterize the acquisition in terms of the number fo samples to be read. That you can do very easily.
Ok, here is the link that I promised. This example doesn't show exactly what it is that you are trying to do, but it does demonstrate a technique for starting and stopping a process programatically.
Mike...