LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

replaying recorded data

I am using Labview to record some cylinder pressure for an engine and am trying to do some control stuff.
The problem is i can try my program only with the data coming from the engine. I want to be able to test my algorithms off-line. I want to do the data-acquistion once and able to replay the recorded data as if it is a actually coming from the engine for my offline testing. How can i do that?

regards,
0 Kudos
Message 1 of 2
(2,137 Views)

The easiest way would be to save the raw data to a file and then create a read VI that emulates the daq hardware but which get its data from the file. When doing this its important to save the raw data before any of your code manipulates it. Then you can test your data manipulation as well. If you can provide a little more detail on how your daq works I can give more complete information on how to make your "test mode" work.

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,135 Views)