01-28-2011 05:25 AM
Hello,
Usually,I use paralel method, but advantatges of serial method?
Thxs !!!
01-28-2011 06:02 AM
Either is exceptable but you should capture the error message returned the TS API calls.
03-08-2011 05:18 AM
Hello Oriol,
If you are concerned about code performance, both are similar because you are using a sequential ActiveX communication between LabVIEW and TestStand, so at the end LabVIEW is sending sequential messages to TestStad Engine even if you program VIs in parallel.