01-30-2008 04:17 PM
01-31-2008 10:45 AM
02-04-2008 10:51 AM
02-05-2008 10:29 AM
Hi,
To check if you have the LabVIEW Real-Time module installed, open Measurement and Automation Explorer and expand My Systems » Software. Single-click on the version of LabVIEW that you are using and ensure that Real-Time appears. You must install the same version of the Real-Time module as the version of LabVIEW you are using. You also must place the same version of the Real-Time module and your hardware drivers onto your host PC and target hardware.
To ensure that your system is in fact running deterministically, you could place timestamps strategically within your code to ensure that data is being acquired appropriately.
02-14-2008 11:59 AM
02-14-2008 03:28 PM
02-15-2008 04:19 PM
Hi Todd,
In order to force data flow to the next while loop, the first while loop must finish. There are a variety of ways to accomplish this, such as stop buttons, the completion of data acquisition, timing properties, etc. Happy coding!
02-16-2008 09:51 AM
02-18-2008 12:03 PM
Hi Todd,
I'd recommend placing the analysis that you'd like to run on the data inside of the original while loop. This will allow you to process all of the data essentially as it is being acquired. Happy coding!
02-18-2008 01:37 PM