LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simulate temperature

Hello everyone

I have just created a VI which acquires a temperature from a simulated USB 9221 card.

I attach a pic of the code.

It works fine but I would like to see the temperature which changes from time to time (it's more realistic). Now it remains constant. 

Is it possible to do that in Labview? Thanks

 

image.png

 

0 Kudos
Message 1 of 2
(2,094 Views)

Simulation within DAQmx is pretty much limited to sine waves.

 

What you can do is replace the DAQmx read with a subVI that outputs data in whatever way you want it to vary from iteration to iteration.

0 Kudos
Message 2 of 2
(2,073 Views)