02-12-2008 01:09 PM
02-12-2008 02:00 PM
Hi,
Is this something you want to be called from a TestStand sequence?
What language are you doing the displaying the chamber temperature?
Regards
Ray Farmer
02-12-2008 02:10 PM
02-12-2008 02:25 PM
02-12-2008 02:27 PM
Hey Bolinger,
Hopefully Ray doesn't object to me jumping in here with some other questions.
Let me see if I understand you correctly. You want some piece of code to run asynchronously of your executing sequence that will monitor a temperature chamber? Then you want to update a display somewhere that shows what the last temperature reading is? So...
Where do you want it to display the temperatures? (i.e. the Operator Interface, the report, a different window somewhere, a website)
What is your setup for the temp chamber? In other words, how do you communicate with the temp chamber? Through it's drivers? Accross ethernet? etc.. This is key in determining if you can call it directly from TS or not. Either way you will most likely have to have a LV VI to get the info from your device into TS.
There is a step that calls VIs asynchronously. When you go to insert a step you Right Click >> Insert Step >> LabVIEW Utility >> Run VI Asynchronously. Look in the TS help for info on this step. Or if you have any questions about it reply back.
Regards,
02-12-2008 02:45 PM
Hi jigg,
No you jump away
Always interested in reading other peoples' ideas.
To Bolinger,
have a look at the BatchUUT example in TestStand, there maybe a VI you could use.
Regards
Ray
02-12-2008 03:00 PM
02-12-2008 03:55 PM
02-12-2008 03:57 PM
02-12-2008 04:00 PM