NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Implementation of synchronization steps without using batch or parallel sequences

Solved!
Go to solution

We are using a custom built process model based upon the sequential process model. 

Do I need to invoke the Synchronization manager in order to use the synchronization steps when not using the batch or parallel process models?

 

 

0 Kudos
Message 1 of 4
(4,789 Views)
Solution
Accepted by topic author JamesSid

All synchronization steps and operations (Locks, Rendezvous, Notifications, Queues, etc)  will work in any model or without  a model, except for Batch synchronization.

 

If you need Batch synchronization, your model needs to use the Synchronization>>Advanced>>Batch Specification step type to specify which threads are in the batch. Since you aren't starting from the Batch model, I doubt you need to worry about that.

0 Kudos
Message 2 of 4
(4,786 Views)

I was not sure since all examples are with the process models.

 

Do you know of an example that does not use a process model?

 

Thanks...

0 Kudos
Message 3 of 4
(4,783 Views)

I was able to get it working....

 

Thanks for your help...

0 Kudos
Message 4 of 4
(4,776 Views)