06-01-2007 05:46 AM
06-04-2007 09:19 AM
Hello p1,
LabVIEW can control multiple instruments at the same time, as long as there are enough plug-ins for your instruments. You should be able to use the VISA API for this task since VISA can communicate with instruments connected via USB, Ethernet, GPIB, and serial.
Tcl however is more of an interface for testing software itself. I found some articles about interfacing LabVIEW with Tcl by performing a google search. Perhaps you should start there.
Steven T.