TobyD
2008-08-15 19:10:13 UTC
I am looking for a way to launch a vi in its own thread when TestStand launches. Is there a way to do this in the process model or before any sequence files are loaded. Here's my use case... I have a test station with removable test heads for different UUTs. Based on the test head ID I would like to only allow certain sequence files to be opened. When the operator clicks on the "load sequence file" button, a quick check to StationGobals.TestHeadID will allow me to customize the list of available sequence files. I need a daemon running in a seperate thread checking if the test head is installed and, if it is, writting the test head ID to a station global, but I would like it to start checking as soon as TestStand is launched. I have a couple more uses for this functionality, but they are all similar. Any ideas? EDIT: I'm running TS 4.1 and LabVIEW 8.6 --- The Bleeding Edge! Message Edited by TobyD on 08-15-2008 11:48 AM