LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I simulate analog channels with software to test VI's prior to connecting actual hardware?

I'm using LabView 6.1 and I wish to test a VI, but I do not have a DAQ system connected. Therefore, It would be very handy to be able to simulate analog inputs where my code requires data type from "Channels" or "DAQ Channel Name". I'm brand new to this programming language. Thanks in advance!
0 Kudos
Message 1 of 2
(2,550 Views)
There's an example that ships with LabVIEW that illustrates simulating data acquisition. It is called Graph Temperature.vi. You could create a simulation of your own by putting a random number generator inside a loop with the appropriate delay. Additional parameters can be added to tweak the simulation.
0 Kudos
Message 2 of 2
(2,550 Views)