07-03-2013 10:03 AM
Using and OI I call Teststand and run a single sequence. It is an extremly simple seq.
it contians a callback to PreBatch.
-Call a VI (show the front panel)
-Statment (continuetesting= false)
and a MainSequence
-it is empty.
when i use this sequence on the development pc it works as expected i can press testUUTs and it pulls up the VI, i can push buttons (life is good).
But when i deploy it and pust (testUUTS) it skips the Prebatch stuff and asks for serial numbers (its not using my callback).
I have to select prebatch and run prebatch in order for it to work.
Any Ideas?
07-03-2013 03:45 PM
Did you assign the sequence file to a process model? If so are you deploying that BatchModel? Otherwise does the deployment PC have the station model set to be the batch model.
It's easy to identify. Open your seq file in the OI on the deployment PC and look down at the status bar along the bottom. It will tell you which model is being used.
Regards,