02-10-2006 09:23 AM
02-11-2006 01:59 PM
Oliver -
The TestStand step types have additional overhead because all the configuration information stored on the TestStand step must be evaluated and passed to the a VB component. Because the TestStand execution is multi-thread apartment and the VB component must be single thread apartment, some marshalling of data is necessary via COM. Lastly the VB component is not optimized as the IVI VIs that you are using. The TestStand IVI steps are not intended for speed, more easy of use. Hope this helps.
02-13-2006 08:57 AM
02-14-2006 09:09 AM
Olivier -
I do not know alot about DAQ and switching speed issues for software. I would assume that controlling the hardware directly from a development environment, like LabVIEW, would be optimal, but I think these questions are better sent to their respective forums to get thorough responses for each domain.