04-30-2006 01:30 PM
HEWLETT-PACKARD,34401A,0,11-5-2.
As per IEEE 488.2 it returns the above, but serial number as 0. Looks like the instrument is not updated with the proper serial number.
Now my question is how do I update the serial number(manually or programmatically) in the instrument so that the *IDN? returns the serial number in the above string?.
Thx
Abdulla Ghouse
05-01-2006 07:40 AM
From the manual. You know, that thing that no one rades anymore.
http://cp.literature.agilent.com/litweb/pdf/34401-90004.pdf
CALibration:STRing <
quoted string>Record calibration information about your multimeter. For example,
you can store such information as the last calibration date, the next
calibration due date, the instrument serial number, or even the name
and phone number of the person to contact for a new calibration.
[Stored in non-volatile memory]
•
You can record information in the calibration message only from theremote interface. However, you can read the message from either the
front-panel menu or the remote interface.
•
The calibration message may contain up to 40 characters. However,the multimeter can display only 12 characters of the message on the
front panel (additional characters are truncated).
CALibration:STRing?
Query the calibration message and return a quoted string.
05-01-2006 09:55 AM
05-02-2006 10:13 PM
The user manual in the link shows how to set this string on page 99.
********************
You can record information in the calibration message only from the remote interface. However, you can read the message from either the front-panel menu or the remote interface.
• The calibration message may contain up to 40 characters. However, the multimeter can display only 12 characters of the message on the front panel (additional characters are truncated).
Remote Interface Operation:
CALibration:STRing <quoted string> store the cal message
The following command string shows how to store a calibration message.
"CAL:STR ’CAL 2-1-96’"
********************
So, to programmatically write the serial number to the instrument, you will send "CAL:STR 'Serial Number'". To read the serial number send "CAL:STR?" to the instrument. You will send these commands over RS232 or GPIB, whichever you are using to communicate with the device remotely.
Regards,
05-03-2006 10:11 AM
05-03-2006 12:31 PM - edited 05-03-2006 12:31 PM
Message Edited by tbob on 05-03-2006 11:32 AM
Message Edited by tbob on 05-03-2006 11:32 AM