05-23-2008 02:20 PM
05-26-2008 07:31 AM
05-26-2008 01:59 PM
05-27-2008 09:30 AM - edited 05-27-2008 09:36 AM
05-29-2008 02:23 AM
09-03-2009 06:36 AM
Hi Michael,
I'm trying to do the same as you did (create a LabVIEW OI that will load the required sequence and then once it is finished, unload that same sequence).
However, I'm kind of stuck when you need to unload the sequence... I tried with the property closesequence, but it did not succeed...
Could you please send me the part of code that will close the sequence that was called?
Thanks a lot
Matthieu
09-03-2009 07:16 AM
Hi Michael,
You could use a main sequence file (top level) which the process model will call. Then in this top level sequence file, the MainSequence will perform a series of SequenceCall steps calling the MainSequence of the other Sequence Files.
You can set the Step properties to unload when each step has completed its executions.
regards
Ray