11-05-2007 02:56 PM
11-06-2007 01:53 PM
If you can program this in regular LabVIEW for Windows, then the actual code will be essentially identical if you want to run it on a Real-Time target. That's the beauty of LabVIEW!!!
So if you want to introduce determinism to your application, simply replace your while loop with timed loops. The rest of the code, i.e. DAQmx functions, will be exactly the same.
Cheers,
Emilie K. | Applications Engineer | National Instruments
11-07-2007 02:50 PM - edited 11-07-2007 02:51 PM
11-11-2007 04:06 PM