08-03-2005 09:32 AM
08-04-2005 04:05 PM
08-05-2005 01:23 PM
Hey Dan.. Thanks for the reply. You did answer my question somewhat.
08-05-2005 05:35 PM
I did talk to phone support from NI. Solution is not certain but still in progress.
Basically I now have a very specific question.
With 4 buttons in a LV OI, how can you inform the process model which test socket to run the main sequence of tests on?
Again, using the parallel process model and I'm pretty sure you have to use the TestUUT entry point.
Goal is interactive execution of parallel test sockets, just like the default TestUUT dialog popup, except I want the controls to be LV OI buttons and I do not want to see the default popup.
Adam
08-06-2005 04:27 PM
Hi,
This example
at this link may be of help. Its was written around the old stype of OI.
Regards
Ray Farmer
08-09-2005 02:26 PM
Hi Adam,
Essentially to accomplish what you'd like to do, you would need to edit the
actual Operator Interface, as well as the Parallel Process Model code itself.
You can see the code of the Parallel Process Model in C:\Program Files\National
Instruments\TestStand 3.1\Components\NI\Models\TestStandModels.
Most of the code here is actually CVI code, so if you wanted to use specific
LabVIEW VIs you had created, you would need to go through the Parallel Process
Model and ensure you had replaced all the appropriate pieces of the model with
your LabVIEW code, and that it interfaced with the rest of the process model
code appropriately.
In short, you can accomplish what you are attempting, however it would be quite
a difficult and time consuming endeavor.
Thanks Adam, have a good one!
Dan Weiland
Applications Engineer
National Instruments
08-10-2005 02:32 PM