NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to select different GPIB device through teststand

I couldn't find answer here, maybe it is too simple...Smiley Sad


two GPIB 1 and 5

how to difine #1 using VISA source name at "Edit LabVIEW VI Call
0 Kudos
Message 1 of 9
(4,845 Views)
Expand the control by clicking the + icon on the left.  You will see two fields.  One is the resource name, the other is the session number.  You will only need the resource name.  You will put the full address of the instrument here, like "GPIB0::5"

Allen P.
NI
0 Kudos
Message 2 of 9
(4,836 Views)
thanks, but it said error

TS 3.0 LV 7.0


Download All
0 Kudos
Message 3 of 9
(4,828 Views)
gunking,

Thank you for providing your sequence and VI. I am currently in the process of troubleshooting this and will respond as soon as possible.
Manooch H.
National Instruments
0 Kudos
Message 4 of 9
(4,776 Views)
What does the error say?

Looking at the sequence file, you will need to put some value for the Session number.  Put 0 in, and it should work.  If not, please describe the error message.
0 Kudos
Message 5 of 9
(4,767 Views)
yes, it works after the "0" put in.

thanks a lot. I was trying to use string instead of visa resource name control. but it didn't work yet..
0 Kudos
Message 6 of 9
(4,759 Views)
hi, i had this problem too, but once i clicked on the + sign beside the "Visa Session" i could not edit the "Device Name" and the "Session Number". Please advice how can I edit the values.
Thank you.
 
ps. my resources are at GPIB0::5::INSTR
Young Ker
0 Kudos
Message 7 of 9
(4,716 Views)
It sounds like you have a variable set for the VISA Resource Name already.  Make it blank and the other fields should become enabled.
0 Kudos
Message 8 of 9
(4,709 Views)
Thank you! Its working now, top is the image of how it exactly works.
Young Ker
0 Kudos
Message 9 of 9
(4,692 Views)