04-04-2013 12:57 PM
Hi,
I am trying to read the values from Agilent 34410A through USB by using usbtmc module.
I successfully installed the module with output of cat /dev/usbtmc0
Minor Number Manufacturer Product Serial Number
001 Agilent Technologies 34410A Digital Multimeter MY47027713
I followed the document http://cp.literature.agilent.com/litweb/pdf/5989-8744EN.pdf
but for steps 5,6 and 7, the multimeter gives a beep sound and its panel shows a
message "REMOTE ERROR" and it hangs.
Can anybody tell me what is this issue?
Thanks
Solved! Go to Solution.
04-04-2013 01:04 PM - edited 04-04-2013 01:04 PM
Did you try the step in Figure 4?
04-04-2013 01:24 PM
Step 4 gives me an output
Agilent Technologies,34410A,MY47027713,2.40-2.40-0.09-46-09
but as soon as I type echo SYST:PRES DEF>/dev/usbtmc1the multimeter gives me a beep sound with showing "ERROR" on it s console.
04-04-2013 03:12 PM
@gokussj9 wrote:
Step 4 gives me an output
Agilent Technologies,34410A,MY47027713,2.40-2.40-0.09-46-09
but as soon as I type echo SYST:PRES DEF>/dev/usbtmc1the multimeter gives me a beep sound with showing "ERROR" on it s console.
Verify with the programming manual whether SYST:PRES DEF is a valid SCPI command. That's the only thing I can think of.
Or try :SYST:PRES DEF>/dev/usbtmc1
04-04-2013 03:27 PM
04-04-2013 03:30 PM - edited 04-04-2013 03:45 PM
@gokussj9 wrote:
echo CAL:ZERO:TYPE INTecho CAL>/dev/usbtmc1The second command gives me the beep error as well.Could you please type the example that you gave with morespaces so that I can see it without smileys.
see if this works
Verify with the programming manual whether SYST:PRES DEF is a valid SCPI command. That's the only thing I can think of. Or try echo :SYST:PRES DEF>/dev/usbtmc1You can't just
echo CAL:ZERO:TYPE INTIt needs to be
echo CAL:ZERO:TYPE INT>/dev/usbtmc1because that is how the SCPI command gets sent to the instrument
04-04-2013 03:49 PM - edited 04-04-2013 03:50 PM
None of them including echo CAL:ZERO:TYPE INT>/dev/usbtmc1 seems to work.
I am experiencing the same beep error.
:SYST:PRES DEF>/dev/usbtmc1 says command not found
04-04-2013 04:38 PM
@gokussj9 wrote:
None of them including echo CAL:ZERO:TYPE INT>/dev/usbtmc1 seems to work.
I am experiencing the same beep error.
:SYST:PRES DEF>/dev/usbtmc1 says command not found
The commands in that linked file is for a U2000 power sensor not for the 34410A meter.
I suggest you open the Help file for the 34410A and find out which SCPI commands it does use.
04-04-2013 04:49 PM
Yeah. That seems to be the issue. I am not very much aware with the SCPI language, but when I followed this
and tried cat>/dev/usbtmc1 MEAS:VOLT:AC? it says cat: MEAS:VOLT:AC?: No such file or directory.
Why this doesn't work?
04-04-2013 08:58 PM - edited 04-04-2013 08:59 PM
if that is a valid command which only a reading of the Agilent help file for that instrument will tell you
but if that is a valid command, then
echo MEAS:VOLT:AC?>/dev/usbtmc1 cat /dev/usbtmc1