08-30-2004 07:21 AM
08-31-2004 01:26 AM
08-31-2004 04:36 PM
09-01-2004 10:25 AM
09-26-2005 02:50 AM
Hi
I have the same problem....trying to use the VI "Basic Serial Write and Read" with teststand. I cannot change the VISA resource paramater from the TestStand "Specify Module" window. When I viewed the examples Ray sent, the resource name was being set in the VI and not from TestStand so did not address my problem. TestStand rejects my attempt to write in the Visa Resource name or its components (device Name and Session number).
Any advice appreciated.
Mike V
09-26-2005 02:27 PM
Mike,
The VISA resource name parameter is a cluster of two elements. The parameter is a Type "LabVIEWIOControl". You can either specify this as a variable of that type, or fill in the individual fields. Uncheck the "Default Value" box, and expand the components of the control to specify a name for the control. You will need to pass in the string value of the resource (such as "ASRL1::INSTR", or "COM1"), and use the number 0 as the Session Number.
Hope this helps!
Allen P.
NI