ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing a parameter

Dear all,
 
I've put a modem in a temperature chamber in order to examine temperature influence on modem's performance. As a start, I wrote a VI which set the temperature chamber (serial interface) to -30 degrees and then read modem's performance. This works fine.
Now, i would like to expand my VI to the following:
Setting temperature chamber to (-30) - (+60) degrees (10 degrees step)
Reading modem's performance In each temperature.
 
Please advise how to do so.
 
I've LabVIEW 8.2
 
Thanks,
Uri Haim - uhaim@vyyo.com
0 Kudos
Message 1 of 2
(2,710 Views)
Hi Uri,

put your existing vi into a loop and increment the temperature every iteration by 10K (or use iteration count: T=i*10-30).
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,704 Views)