Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Calibrator Fluke 5720A

Hello

 

I'm using a usb-gpib-hs to communicate with a Fluke 5720A through a self written code with pyVisa. I'm having trouble when i try to apply voltages above 22V, i'm able to put the voltage value in the calibrator, but i can't apply the operate command, the operate command takes the equipament off the standby mode.
Does anybody has the Ni-max comand to test?

TKS

0 Kudos
Message 1 of 4
(87 Views)

You can check the programmer's manual of 5720A for the supported commands. Using NI MAX's VISA Interactive panel is a utility to send commands and receive response.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 4
(60 Views)

The 5700/20 have a limiting parameter for a max output voltage (RTFM) to avoid DUT damage due to operating/operator errors . Maybe it's set to 22V?

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


Message 3 of 4
(51 Views)

The problem has been solved. It is important to use the *cls command at the right time. Below is the sequence and it worked. Now it is time to correct the script.
* RST

OUT 23 V, O Hz

*CLS  
OPER

 

Thanks you.

0 Kudos
Message 4 of 4
(43 Views)