NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

parallel model and locking

Is there an option to ensure that some code within a labwindows code module is executed atomically  ?  That means that Teststand doesn't switch to another (parallel running) thread within that code sequence.  

0 Kudos
Message 1 of 2
(2,859 Views)

You can do synchronized sections in TestStand.  Use the Batch Synchronization step and set the Section Type to One Thread Only, Serial or Parallel.  Then use the same step type to Exit the synchronized section. 

 

Also the Auto Scheduler is pretty cool for locking resources.  Check it out in the examples.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(2,853 Views)