12-13-2009 02:34 AM
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
12-13-2009 12:31 PM
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.
12-14-2009 12:57 AM
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
12-14-2009 04:10 AM
You should use "Visa write" to send commands to your meter.
Anyway, posting your VI will clarify a lot of doubts