Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how to give Keithley meter commands using labview 5.1

Sir,

 

How to give zerio check command to my Ke617 meter, I m using IEEE 488 and LAbview 5.1 version software., My programm is correct and it is running good, only thing is it is not going to zero check mode after terminating programme. So will you help me for this problem.

 

Thamnking you,

 

Shridhar

0 Kudos
Message 1 of 4
(3,598 Views)

I don't know if you are asking for the syntax for the command or something else. The command should be listed in the instrument's manual.

 

If you are asking how to issue a command after terminating a while loop, the command should be outside the loop and connected to the VISA resource/GPIB address. It will execute after the while loop stops.

 

If you continue to have problems, post the VI so someone can look at it.

0 Kudos
Message 2 of 4
(3,591 Views)

Sir,

 

Thanks for your reply, As you told terminating is in while loop. I tried to give device commands 'C0' & 'Z0' using format and Ammend command of labview. It was terminating but it is not going to zero check mode. Just say me How to use these commands outside the loop.

 

If possible Send me some examples in which devices are going to zero check mode.I will send you my code in Next msg.,.

 

Thanking You.,.

 

Shridhar

0 Kudos
Message 3 of 4
(3,583 Views)

You should use "Visa write" to send commands to your meter.

Anyway, posting your VI will clarify a lot of doubts

0 Kudos
Message 4 of 4
(3,574 Views)