LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Four corner test /stress test

Hi.

I would like some help with making a program for regulating a climatic chamber in LabVIEW.

I want to make a program in which I can test and regulate a low temperature in two hours and then, LabVIEW automatically, make the same test for a higher temperature in two hours. These two tests should switch within each other for 40 hours.

Get it? Two hours test 1, Two hours test 2, two hours test 1, two hours test 2... and so on for 40 hours.

The serial communication between the chamber and LabVIEW is working, my problem is how to build the program. I assume I have to use a Time sequence of some sort. But how?!

 

Thanks!

 

// Maria

0 Kudos
Message 1 of 2
(3,230 Views)
I would suggest using a FOR loop that ran 10 times.
Inside this FOR loop would be a task that would run 2 hours then another task that would run another 2 hours.
 
 
0 Kudos
Message 2 of 2
(3,223 Views)