01-26-2007 05:49 AM
LabView 8.2
The machine I'm controlling can conduct two tests at the same time and I'm
therefore using the parallel model.
I've customized the full-featured OI that ships with TestStand so I have a
execution view for each of my testSockets.
Here is the problem... I can't seem to initialize the execution view managers
properly. The execution is not showed on the OI.
I have modified "Configure ExecutionView Manager.vi", "Configure
Event Callbacks.vi" and "DisplayExecution Event Callback.vi" to
handle another Exec view manager according to the guidelines found elsewhere on
this forum.
If I'm using the sequential model the steps are shown perfectly (Only one of
the exec managers can show the sequence at a time, but I can switch between
them). Using the parallel model nothing is shown.
Even if I use the simple OI i can't see the sequence for any of my two parallel
executions.
What am I missing?
01-26-2007 08:39 AM