Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Fluke 189/187/89-IV/87-IV Remote Interface Specification ====== Archive of %%http://www.cfa.harvard.edu/~thunter/manuals/RemoteSpec89_18X.htm%%\\ Retrieved October 2009 from [[http://web.archive.org/|Internet Archive]], dated September 13th, 2006. ===== Technical Note ===== Fluke is providing this information to those few customers who would like this information. We give this information with the understanding that Fluke will not provide any additional support on this information. This means that our Product Support Service will not be able to answer any questions concerning this document. ===== Introduction ===== This document describes some of the serial interface capabilities of Fluke model 189, 187, 89-IV, and 87-IV Digital Multimeters. ===== Communication Protocol (model 89-IV and 87-IV) ===== The Fluke 89-IV and 87-IV have an infrared (IR) serial interface that is operated in an RS-232 mode: * 9600 Baud, no parity, 8 bits, 1 stop bit The IR adapter cable used with the 89-IV and 87-IV gets its power from the DTR and RTS signals going into its DB9 connector. The PC RS-232 communications port needs to control these two signal lines via software, or they can be controlled by wiring in an external power source. If you wire in an external power source, be sure to break the DTR and RTS signal lines going back to the PC. The DB9 connector on the IR adapter cable needs to have the following lines with the following voltages applied: * DTR disabled - pin 4 with -3 to -12 volts (or tied to pin 5, Ground, will work also) * RTS enabled - pin 7 with +3 to +12 volts ===== Communication Protocol (model 189 and 187) ===== The Fluke 189 and 187 have an infrared (IR) serial interface different from the model 89-IV and 87-IV. While the IR hardware is somewhat different, the serial communications still operates with the same RS-232 mode: * 9600 Baud, no parity, 8 bits, 1 stop bit The IR adapter cable for the Fluke 189 and 187 does not need any special control of its signal lines. It can be used just like a traditional serial cable. ==== Commands ==== Commands consist of 2 letter codes that are sent from a computer or other serial device to the meter. |DS|Default Setup|Equivalent to cycling instrument power. Instrument is returned to its power-up state.| |ID|Identification|Returns model, serial number, and software version information.| |RI|Reset Instrument|Resets all instrument registers to factory settings, except calibration constants and 50/60 Hz local factory setting. Clears logging and save memory (applies to 189 and 89-IV only). Resets the real time clock to zero.| |QM|Query Measurement|Provides measurements that are showing on the meter display. The response string is in ASCII only.| |SF|Set Function|Allows "button presses" and meter state changes to be done remotely.| See the section on Command Syntax for further detail regarding the command set. ==== Command Acknowledge (CMD_ACK) responses ==== The meter will acknowledge a command with a single digit followed by a carriage return <CR>. Not all syntax errors may be detected by the meter. Here is a list of the possible responses: |'0'|OK, normal operation, no error.| |'1'|Syntax error or generic error| CMD_ACK is followed by a carriage return. With the **exception of the data response to the ID command**, any data that is sent out the serial port in response to a command will be prefixed with the name of the originating command followed by a comma. For example, a response to the QM command would look like: CMD_ACK<CR>QM, measurement string ===== Command Parameters ===== Unless otherwise stated, command parameters are ASCII digits or letters. ==== Command Syntax ==== |**DS**|**Default Setup**| | | |Purpose:|Equivalent to cycling instrument power (or pressing the Cancel button). Instrument is returned to a "power-up" state.| | |Command Syntax:|DS<CR>| | |Response Syntax:|CMD_ACK<CR>| | |Remarks:|This shouldn't be confused with the Reset Instrument (RI) command. All the DS command does is cause the meter to act like the cancel button was pressed (or that the meter was turned off and back on).| \\ |**ID**|**Identification**| | | |Purpose:|Returns model, serial number, and software version information.| | |Command Syntax:|ID<CR>| | |Response Syntax:|CMD_ACK<CR>{identify string}<CR>| | |Remarks:| {identify string} is in ASCII. \\ Format: Model #, Software version, Serial # \\ \\ The first 5 letters of the identity string must be "FLUKE" in uppercase letters.\\ Example: FLUKE 89,V0.39,123456789 | \\ <HTML> <table class="inline"> <tr> <td width="50"><strong>QM</strong></td> <td width="25%"><strong>Query Measurement</strong></td> <td> </td> </tr> <tr> <td width="50"> </td> <td width="25%">Purpose:</td> <td><font size="3">Accesses</font><font size="2"> </font><font size="3">the primary display as an ASCII string.</font></td> </tr> <tr> <td> </td> <td width="25%">Command Syntax:</td> <td>QM<CR></td> </tr> <tr> <td> </td> <td width="25%">Response Syntax:</td> <td>CMD_ACK<CR>QM,{primary_reading}<CR></td> </tr> <tr> <td> </td> <td valign="top" width="25%">Remarks:</td> <td>This command will return the contents of what is currently on the primary display. There will always be a sign (+/-) <p>Example Output:<br> QM,+47.66 KOhms<br> QM,-121.43 VDC<br> QM,Out of Range mVDC </p> <p><br> "V AC"<br> "mV AC"<br> "V DC"<br> "mV DC"<br> "V AC", /* V AC&DC*/<br> "mV AC", /* mV AC&DC*/<br> "V AC+DC "<br> "mV AC+DC"<br> "Ohms", /* Will have units of blank, k, & M */<br> "nS", /* Conductance */<br> "Ohms", /* Continuity */<br> "Farads", /* Will have units of n, u, & m */<br> "V DC", /* Diode test */<br> "A AC"<br> "mA AC"<br> "uA AC"<br> "A DC"<br> "mA DC"<br> "uA DC"<br> "A AC", /* A AC&DC */<br> "mA AC", /* mA AC&DC */<br> "uA AC", /* uA AC&DC */<br> "A AC+DC"<br> "mA AC+DC"<br> "uA AC+DC"<br> "Deg C"<br> "Deg F"<br> "dBm"<br> "dBV"<br> "dBm", /* mV dBm */<br> "dBV", /* mV dBV */<br> "Hz"</p> <p>"%", /* Duty */<br> "mS", /* Pulse */<br> </p> </td> </tr> </table> <p> </p> <table class="inline"> <tr> <td width="8%"><strong>RI</strong></td> <td width="25%"><strong>Reset Instrument</strong></td> <td colspan="4" width="68%"> </td> </tr> <tr> <td width="8%"> </td> <td width="25%">Purpose:</td> <td colspan="4" width="68%">Resets all instrument registers to factory settings, except calibration constants and communication settings. Clears any data in memory. Sets the day/time tick counter to 0. Does any necessary hardware resets.</td> </tr> <tr> <td width="8%"> </td> <td width="25%">Command Syntax:</td> <td colspan="4" width="68%">RI<CR></td> </tr> <tr> <td width="8%"> </td> <td width="25%">Response Syntax:</td> <td colspan="4" width="68%">CMD_ACK<CR></td> </tr> <tr> <td width="8%"> </td> <td width="25%">Remarks:</td> <td colspan="4" width="68%"> </td> </tr> <tr> <td width="8%"> </td> <td width="25%"> </td> <td colspan="4" width="68%"> </td> </tr> </table> <p> </p> <table class="inline"> <tr> <td width="8%"><strong>SF</strong></td> <td width="25%"><strong>Set Function</strong></td> <td colspan="4" width="68%"> </td> </tr> <tr> <td width="8%"> </td> <td width="25%">Purpose:</td> <td colspan="4" width="68%">Allows "button presses" and meter state changes to be done remotely.</td> </tr> <tr> <td width="8%"> </td> <td width="25%">Command Syntax:</td> <td colspan="4" width="68%">SF<space>{key code}<CR></td> </tr> <tr> <td width="8%"> </td> <td width="25%">Response Syntax:</td> <td colspan="4" width="68%">CMD_ACK<CR></td> </tr> <tr> <td rowspan="13" width="8%"> </td> <td valign="top" rowspan="13" width="25%">Remarks:</td> <td colspan="4" width="68%">{key code} is a two ASCII digit number. <font size="2" face="Arial">If the {key code} parameter can not be used due to the current mode of the meter, a CMD_ACK of '1' is returned.</font></td> </tr> <tr> <td width="14%">{key code} <p>ASCII digits</p> </td> <td width="17%">Button press</td> <td width="17%">{key code} <p>ASCII digits</p> </td> <td width="20%">Button press</td> </tr> <tr> <td width="14%">10</td> <td width="17%">Blue</td> <td width="17%">21</td> <td width="20%">Auto Hold</td> </tr> <tr> <td width="14%">11</td> <td width="17%">Hold</td> <td width="17%">22</td> <td width="20%">Fast Min/Max </td> </tr> <tr> <td width="14%">12</td> <td width="17%">Min/Max</td> <td width="17%">23</td> <td width="20%">Logging</td> </tr> <tr> <td width="14%">13</td> <td width="17%">Rel</td> <td width="17%">24</td> <td width="20%">Not used</td> </tr> <tr> <td width="14%">14</td> <td width="17%">Up Arrow</td> <td width="17%">25</td> <td width="20%">Not used</td> </tr> <tr> <td width="14%">15</td> <td width="17%">Shift</td> <td width="17%">26</td> <td width="20%">Not used</td> </tr> <tr> <td width="14%">16</td> <td width="17%">Hz</td> <td width="17%">27</td> <td width="20%">Cancel</td> </tr> <tr> <td width="14%">17</td> <td width="17%">Range</td> <td width="17%">28</td> <td width="20%">Wakeup</td> </tr> <tr> <td width="14%">18</td> <td width="17%">Down Arrow </td> <td width="17%">29</td> <td width="20%">Setup</td> </tr> <tr> <td width="14%">19</td> <td width="17%">Backlight</td> <td width="17%">30</td> <td width="20%">Save</td> </tr> <tr> <td width="14%">20</td> <td width="17%">Calibration</td> <td width="17%"> </td> <td width="20%"> </td> </tr> </table> </HTML> reference/flukemeter.txt Last modified: 2014/11/13 10:50by 127.0.0.1