or, with the time and date option enabled using the CommFlags command:

Size: px
Start display at page:

Download "or, with the time and date option enabled using the CommFlags command:"

Transcription

1 GM05 Serial Interface Protocol The GM05 serial interface can operate in two modes: Mode 1 - This transmits a copy of the information on the GM05 display, in plain ASCII. No commands are accepted by the GM05 when it is operating in this mode, except the command that is used to switch to mode 2 Mode 2 - This mode is based around a set of commands, each of which controls a particular area of the GM05. When each command is sent, an exchange of data between the GM05 and its host takes place. To enter mode 2 from mode 1, send a '*' character to the GM05. It will reply with the first status byte (a zero) and is then ready to receive commands from the host. Mode 1 Communications The output from the GM05 in mode 1 is: SRRR.R abc<cr><lf> or, with the time and date option enabled using the CommFlags command: SRRR.R abc hh:ii:ss dd/mm/yy<cr><lf> The fields in the line are defined as follows: S - Sign character (' ' or '-') R - Number, part of the reading. - Decimal point a - Range number (see range command for list of ranges) b - Units number (see units command for a list of units) c - Function number (see function command for a list of functions). and for the time and date: hh ii ss dd mm yy - Hour - Minute - Second - Day - Month - Year Note that the time and date will only be correct if it has been set up using the GMTIME program, or using the Time command. Mode 2 Communications The GM05 communication protocol uses a strict order of information exchange, which functions as a software handshake system. Every command over the serial link takes the following form:

2 ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÒÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ³ Host Transmits º GM05 Transmits ³ ÆÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÎÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͵ ³ º Status/Ready ³ ³ º Byte ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ³ Command byte º ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ³ º Data Byte A ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ ³ Data Byte B º ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÐÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ After the command sequence of byte exchanges, the sequence can be repeated. From the above overview it can be seen that data can flow from the GM05 to the host and vice versa. All data is made up of single bytes, and commands are expressed as a single byte. A description of each byte follows: Byte Description Status/Ready This byte is transmitted by the GM05 when it is ready to receive another command. No commands should be sent until this byte has been received. The value of the byte depends on the last command that the GM05 serviced. If it was successful, 0 is sent as the Status/Ready byte. If any errors occurred, bits will be set in the Statu/Ready byte indicating what error occurred. Error codes are specific to each command and are detailed in the command descriptions below. Command This gives the number of the command that the GM05 is required to perform. The commands and their numbers are

3 given below in each command description. Data Byte A This is a byte of data from the GM05 to the host. Details of what it conveys depends on the command executed. Further information is given below. Data Byte B This is a byte of data from the host to the GM05. Details of what it conveys depends on the command executed. Further information is given below.

4 Serial Interface Structure ========================== The serial interface commands can only exchange single bytes of information. To reduce the limits that this imposes on information exchange, the GM05 serial protocol has, in the GM05, several registers that can be used to hold values larger than one byte. These registers are detailed below: Register Name: DATA Size: 16 bits This register is used to transfer 16 bit values to the GM05 (see the auto power down commands for an example). In addition, there is an 8 byte area of RAM called the Time Buffer, which is used to hold a time and date, or a copy of a store register. Serial Interface Commands ========================= Command Name: Null Command Number: 0 Description: This command does nothing. Command Name: Mode1 Command Number: 1 Status Codes: No status code is transmitted for this command as mode 1 communications is in force after it is executed. Description: This command puts sets the communications mode to 1. After data byte B has been transmitted, mode 2 communications are no longer in force. It is therefore not possible for this command to return a status code. Command Name: SetDataLo Command Number: 8 Data Byte B: Low byte of DATA register Description: This command is used to set the LS byte of the DATA register.

5 Command Name: SetDataHi Command Number: 9 Data Byte B: High byte of DATA register Description: This command is used to set the MS byte of the DATA register. Command Name: GetDataLo Command Number: 10 Data Byte A: Low byte of DATA register Description: This command is used to read the LS byte of the DATA register. Command Name: GetDataHi Command Number: 11 Data Byte A: High byte of DATA register Description: This command is used to read the MS byte of the DATA register. Command Name: Range Command Number: 12 Data Byte A: Current Range Settings Data Byte B: New Range Settings Description: This command is used to set the GM05 range. Current Range Settings Byte ³ ³ ³ ³ ³ ³ Auto ³ R1 ³ R0 ³ ³ ³ ³ ³ ³ ³ Range³ ³ ³ Auto Range: 0 - Fixed Range 1 - Auto ranging R0,1 Current Range New Range Settings Byte

6 ³Set/ ³ ³ ³ ³ ³ Auto ³ R1 ³ R0 ³ ³Read ³ ³ ³ ³ ³ Range³ ³ ³ Set/Read: Auto Range: 0 - Read Range Settings only, do not set new ones 1 - Use new range settings 0 - Fixed Range 1 - Auto ranging R0,1 New Range Command Name: PadDisable Command Number: 13 Data Byte A: Current keypad disable flag Data Byte B: New keypad disable flag Description: This command can be used to enable or disable the keypad. If the keypad disable flag is zero, the keypad is enabled, if it is non-zero, the keypad is disabled. New KP disable flag byte: ³Set/ ³ ³ ³ ³ ³ ³ ³ KPD ³ ³Read ³ ³ ³ ³ ³ ³ ³ ³ Set/Read: KPD: 0 - Read KP Disable Settings only, do not set new ones 1 - Use new KP disable settings 0 - Keypad enabled 1 - KeyPad disabled The keypad is enabled after an auto zero or a null has been performed. Command Name: SimKey Command Number: 14 Data Byte A: Current keycode. Data Byte B: Key code of key to simulate Description: This command can be used to simulate keypresses and also read the keypad. The keycodes are as follows: Key ASCII Decimal === ===== ======= Menu 'M' 77 Next 'N' 78 Off 'O' 79 Range 'R' 82 Reset '0' 48 Enter 'E' 69

7 The ON key cannot be simulated. When reading the keypad, if the MS bit is set, the key has been processed, if it is not set, the key has not yet been processed. The keypad cannot be read if the keypad is disabled. In order to read the keypad, set the key to simulate as 00 hex. The Off keypress will turn the GM05 off, stopping serial communications immediately. Command Name: LoBat Command Number: 17 Data Byte B: The required battery measurement setting Description: This command allows the battery measurement functions to be stopped. If the data byte sent is 0 then the battery measurement will not be done, and the LOBAT symbol will not be updated. If the data byte is 1 then the LOBAT symbol will be updated. Command Name: Units Command Number: 19 Data Byte A: Current Units Setting Data Byte B: New Units Setting Status Codes: Non-zero if Argument is out of range Description: This command is used to set the GM05 units Current Units Settings Byte ³ ³ ³ ³ ³ ³ ³ U1 ³ U0 ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ U0,1 Current Units New Units Setting Byte ³Set/ ³ ³ ³ ³ ³ ³ U1 ³ U0 ³ ³Read ³ ³ ³ ³ ³ ³ ³ ³ Set/Read: 0 - Read Units Settings only, do not set new ones 1 - Use new units settings

8 U0,1 New Units The U0,1 field can take the following values: U1 U0 Decimal Units ============================= Tesla Gauss A/m Oe Command Name: Function Command Number: 20 Data Byte A: Current Function Setting Data Byte B: New Function Setting Status Codes: Non-zero if Argument is out of range Description: This command is used to set the GM05 function, i.e. DC, AC, DCPeak etc. Current Function Settings Byte ³ ³ ³ ³ ³ ³ F2 ³ F1 ³ F0 ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ F0,1,2 Current Function New Function Setting Byte ³Set/ ³ ³ ³ ³ ³ F2 ³ F1 ³ F0 ³ ³Read ³ ³ ³ ³ ³ ³ ³ ³ Set/Read: F0,1,2 0 - Read Function Settings only, do not set new ones 1 - Use new function settings New Function The F field can take the following values: F2 1 0 Decimal Function ================================= DC DC Peak AC AC MAX AC Peak

9 Command Name: Language Command Number: 21 Data Byte A: Current Language Setting Data Byte B: New Language Setting Status Codes: Non-zero if Argument is out of range Description: This command is used to set the GM05 Language. Current Language Settings Byte ³ ³ ³ ³ ³ ³ L2 ³ L1 ³ L0 ³ ³ ³ ³ ³ ³ ³ ³ ³ ³ L0..2 Current Language New Language Setting Byte ³Set/ ³ ³ ³ ³ ³ L2 ³ L1 ³ L0 ³ ³Read ³ ³ ³ ³ ³ ³ ³ ³ Set/Read: L Read Range Settings only, do not set new ones 1 - Use new Language settings New Language The L field can take the following values: L2 1 0 Decimal Language ================================= English French German Italian Spanish Portuguese Command Name: ResPeak Command Number: 22 Description: This command initiates a peak detector reset. The peak detector takes 1 second to reset, so no actions to do with the measurement functions of the GM05 should be performed for this period after the issuing of this command.

10 Command Name: DoNull Command Number: 23 Description: This command starts a Null function off. It returns immediately, so a delay equal to the menu 'Null' function should be inserted after issuing this command, before any measurement actions are taken. **NOTE: It is necessary to send a SIMKEY '0' (RESET) command to the GM05 when the 'Press RESET' prompt appears on the GM05 display. Command Name: DoAZ Command Number: 24 Description: This command starts an auto zero function off. It returns immediately, so a delay equal to the menu 'Auto Zero' function should be inserted after issuing this command, before any measurement actions are taken. **NOTE: It is necessary to send a SIMKEY '0' (RESET) command to the GM05 when the 'Press RESET' prompt appears on the GM05 display. Command Name: APD Command Number: 25 Data Byte B: The APD command to execute Description: This command performs one of the following APD commands: APD Command Description =========== =========== 1 PSUAPDRef: Auto power down refresh 2 PSUAPDOn: Auto power down on, DATA register holds delay in 20mS intervals to power down after. 4 PSUAPDOff: Auto power down off 8 PSUAPDConst: Returns in DATA register the APD delay menu setting 9 PSUAPDCount: Returns the number of seconds remaining in DATA register. Command Name: Time0 Command Number: 26 Data Byte A: The current contents of register 0 in the TIME registers. Data Byte B: The new contents of register 0 of the TIME registers. Status Codes: Non-zero if no clock detected

11 Description: This command sets register 0 of the TIME registers. It does Command Name: Time1 Command Number: 27 Data Byte A: The current contents of register 1 in the TIME registers. Data Byte B: The new contents of register 1 of the TIME registers. Status Codes: Non-zero if no clock detected Description: This command sets register 1 of the TIME registers. It does Command Name: Time2 Command Number: 28 Data Byte A: The current contents of register 2 in the TIME registers. Data Byte B: The new contents of register 2 of the TIME registers. Status Codes: Non-zero if no clock detected Description: This command sets register 2 of the TIME registers. It does Command Name: Time3 Command Number: 29 Data Byte A: The current contents of register 3 in the TIME registers. Data Byte B: The new contents of register 3 of the TIME registers. Status Codes: Non-zero if no clock detected Description: This command sets register 3 of the TIME registers. It does Command Name: Time4 Command Number: 30 Data Byte A: The current contents of register 4 in the TIME registers. Data Byte B: The new contents of register 4 of the TIME registers. Status Codes: Non-zero if no clock detected Description: This command sets register 4 of the TIME registers. It does Command Name: Time5 Command Number: 31 Data Byte A: The current contents of register 5 in the TIME registers. Data Byte B: The new contents of register 5 of the TIME registers. Status Codes: Non-zero if no clock detected Description: This command sets register 5 of the TIME registers. It does Command Name: Time6 Command Number: 32 Data Byte A: The current contents of register 6 in the TIME registers. Data Byte B: The new contents of register 6 of the TIME registers.

12 Status Codes: Non-zero if no clock detected Description: This command sets register 6 of the TIME registers. It does Command Name: Time7 Command Number: 33 Data Byte A: The current contents of register 7 in the TIME registers. Data Byte B: The new contents of register 7 of the TIME registers. Status Codes: Non-zero if no clock detected Description: This command sets register 7 of the TIME registers. It does Command Name: Time Command Number: 34 Data Byte A: Always 0 Data Byte B: A TIME command, see below Status Codes: Non-zero if no clock detected in the GM05 Description: This command performs a TIME command as detailed below. If no clock is detected, due to a hardware error or lack of a clock device in the GM05, the returned status code is non-zero. The time keeping device used in the GM05 is the Dallas DS1216 SmartWatch. All registers in the watch are programmable. Refer to the Dallas Semiconductor databook for details about programming this device. TIME Commands ============= The TIMEn commands can read and write to an area of RAM in the GM05 called the TIME registers. These are a copy of the registers in the GM05 time keeping device. The register contents can be written into the clock device using the PUT_TIME TIME command. The clock device registers can be copied into the TIME registers using the GET_TIME command. Value Description ===== =========== 0 ONLY_RD This command prevents the TIMEn commands from writing new data into the TIME registers. 1 ALLOW_WR This command allows the TIMEn commands to write data into the TIME registers. The value returned by the TIMEn commands will be overwritten by the new value passed in the TIMEn command. 2 PUT_TIME This copies the TIME registers into the clock device. 3 GET_TIME

13 This copies the clock device registers into the TIME registers. Command Name: SampleNow Command Number: 35 Data Byte A: Always 0 Description: This command stores the current reading in the next sample register. The register pointer is incremented to point to the next register. Command Name: CommFlag Command Number: 36 Data Byte A: The current contents of the COMMFLAG register Data Byte B: The new contents of the COMMFLAG register Description: This command sets and reads the COMMFLAG register. the bit assignments within the register is as follows: Bit Desc === ==== Mode 1 format is: SRRR.R abc 1 - Mode 1 format is: SRRR.R abc hh:mm:ss dd/mm/yy This bit controls the format of the Mode 1 comms, when set to 1 the current time and date in the GM05 is transmitted with the sample information. Command Name: GetReg Command Number: 37 Description: This command copies a block of 8 register bytes into the TIME buffer. The TIMEn commands can then be used to read the bytes out to the host. Command Name: RegPtr Command Number: 38 Data Byte A: Current register pointer Data Byte B: New register pointer Status Codes: Non-zero if Argument is out of range Description: This command is used to set the pointer to the registers that is used to determine which register the GetReg command will copy to the TIME buffer. New register Pointer Byte

14 ³Set/ ³ P6 ³ P5 ³ P4 ³ P3 ³ P2 ³ P1 ³ P0 ³ ³Read ³ ³ ³ ³ ³ ³ ³ ³ Set/Read: 0 - Read Units Settings only, do not set new ones 1 - Use new units settings Pn New register pointer (max value 99) Command Name: SaveSetup Command Number: 39 Description: This command saves the current setup (units etc.) int the non-volatile memory, so that it will be used at the next power on setup. If this isn't done, any settings that have been changed using the serial commands will be lost at power down. Command Name: Mode1Interval Command Number: 40 Data Byte A: The current interval Data Byte B: The new interval Description: This command sets the new interval between Mode 1 printouts. The interval is in units of 1/3 second samples. The maximum value is 255.

RAM-Type Interface for Embedded User Flash Memory

RAM-Type Interface for Embedded User Flash Memory June 2012 Introduction Reference Design RD1126 MachXO2-640/U and higher density devices provide a User Flash Memory (UFM) block, which can be used for a variety of applications including PROM data storage,

More information

Issue 2.0 December EPAS Midi User Manual EPAS35

Issue 2.0 December EPAS Midi User Manual EPAS35 Issue 2.0 December 2017 EPAS Midi EPAS35 CONTENTS 1 Introduction 4 1.1 What is EPAS Desktop Pro? 4 1.2 About This Manual 4 1.3 Typographical Conventions 5 1.4 Getting Technical Support 5 2 Getting Started

More information

REV F2.0. User's Manual. Hydraulic ABS (HABS) Hydraulic Power Brake (HPB) Page 1 of 28

REV F2.0. User's Manual. Hydraulic ABS (HABS) Hydraulic Power Brake (HPB) Page 1 of 28 REV F2.0 User's Manual Hydraulic ABS (HABS) Hydraulic Power Brake (HPB) Page 1 of 28 Table of Contents INTRODUCTION...4 Starting TOOLBOX Software... 5 MAIN MENU...6 System Setup... 6 Language... 7 Select

More information

T100 Vector Impedance Analyzer. timestechnology.com.hk. User Manual Ver. 1.1

T100 Vector Impedance Analyzer. timestechnology.com.hk. User Manual Ver. 1.1 T100 Vector Impedance Analyzer timestechnology.com.hk User Manual Ver. 1.1 T100 is a state of the art portable Vector Impedance Analyzer. This powerful yet handy instrument is specifically designed for

More information

OVERVIEW OF CONTROLS

OVERVIEW OF CONTROLS π H-5819, H-5820 H-5821, H-5822 DELUXE COUNTING SCALE 1-800-295-5510 uline.com OVERVIEW OF CONTROLS DISPLAY DEFINITIONS # NAME DESCRIPTION 1 DISPLAY 2 1 3 STABLE 4 RECHARGE PAGE 1 OF 8 Displays the total

More information

Revision 6, January , Electronics Diversified, Inc.

Revision 6, January , Electronics Diversified, Inc. Revision 6, January 1999 070-0130 1998, Electronics Diversified, Inc. 1 2 3 1. FADER CONTROL BUTTONS: 2. MANUAL FADER CONTROLS: 3. CONTROL KEYS: 4. ENCODER WHEEL: 5. KEY SWITCH: 6. DISK DRIVE (located

More information

Supplemental Configuration Guide

Supplemental Configuration Guide METROLOGIC INSTRUMENTS, INC. Area Imaging Bar Code Supplemental Configuration Guide Copyright 2007 by Metrologic Instruments, Inc. All rights reserved. No part of this work may be reproduced, transmitted,

More information

Orica Seismic Electronic Initiation System OSEIS TESTER. Manual

Orica Seismic Electronic Initiation System OSEIS TESTER. Manual Orica Seismic Electronic Initiation System OSEIS TESTER Manual Version 2.00a, November 2006 Overview Oseis System... 2 1. Oseis Detonator, Tester and accessories... 3 1.1 Oseis electronic detonator...

More information

BRAKE TESTER DECELEROMETER

BRAKE TESTER DECELEROMETER OC3010_GBM_21009 BRAKE TESTER DECELEROMETER OWNER S MANUAL Version 8.++ ORBIT CONTROLS AG Zürcherstrasse 137 CH-8952 Schlieren/ZH Tel: + 41 44 730 2753 Fax: + 41 44 730 2783 info@orbitcontrols.ch www.orbitcontrols.ch

More information

Nickel Cadmium and Nickel Hydride Battery Charging Applications Using the HT48R062

Nickel Cadmium and Nickel Hydride Battery Charging Applications Using the HT48R062 ickel Cadmium and ickel Hydride Battery Charging Applications Using the HT48R062 ickel Cadmium and ickel Hydride Battery Charging Applications Using the HT48R062 D/: HA0126E Introduction This application

More information

SSI Technologies Application Note AT-AN6 Acu-Trac Off Vehicle Applications and Fuel Data Messaging. Table of Contents

SSI Technologies Application Note AT-AN6 Acu-Trac Off Vehicle Applications and Fuel Data Messaging. Table of Contents Table of Contents Section Description Page 1 Introduction 4 2 Applications 4 2.1 Fuel Purchase Optimization Application 6 2.1.2 Process with Acu-Trac Fuel Level Sensor 7 2.1.3 Closing the Fuel Optimization

More information

Serial adapter 1.0 V10 Fadec to serial comunications

Serial adapter 1.0 V10 Fadec to serial comunications Serial adapter 1.0 V10 Fadec to serial comunications Users Guide. Torrent d en Puig, 31. 08358, Arenys de Munt, Barcelona,Catalonia,Spain E-mail: info@xicoy.com. Fax: +34 933 969 743 web: www.xicoy.com

More information

SINAMICS GM150 IGCT version

SINAMICS GM150 IGCT version /2 Overview /2 Benefits /2 Design /6 Function /8 Selection and ordering data /8 Options Technical data /14 General technical data /15 Control properties /15 Ambient conditions /16 Installation conditions

More information

Section 8. MAINTENANCE & TROUBLESHOOTING

Section 8. MAINTENANCE & TROUBLESHOOTING SECTION 8. MAINTENANCE & TROUBLESHOOTING 99 Section 8. MAINTENANCE & TROUBLESHOOTING Maintenance Routine maintenance is not necessary, but occasional checking of the following points is recommended. Motor

More information

Smart Sensor Pro+ User Guide

Smart Sensor Pro+ User Guide Smart Sensor Pro+ User Guide Important Information FCC Notice This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: 1. This device may not cause harmful

More information

Rotel RSX-1067 RS232 HEX Protocol

Rotel RSX-1067 RS232 HEX Protocol Rotel RSX-1067 RS232 HEX Protocol Date Version Update Description February 7, 2012 1.00 Original Specification The RS232 protocol structure for the RSX-1067 is detailed below. This is a HEX based communication

More information

128Mb Synchronous DRAM. Features High Performance: Description. REV 1.0 May, 2001 NT5SV32M4CT NT5SV16M8CT NT5SV8M16CT

128Mb Synchronous DRAM. Features High Performance: Description. REV 1.0 May, 2001 NT5SV32M4CT NT5SV16M8CT NT5SV8M16CT Features High Performance: f Clock Frequency -7K 3 CL=2-75B, CL=3-8B, CL=2 Single Pulsed RAS Interface Fully Synchronous to Positive Clock Edge Four Banks controlled by BS0/BS1 (Bank Select) Units 133

More information

KEMKRAFT ENGINEERING, INC. MODEL KEI-234 STEERING WHEEL TORQUE/INCLINOMETER TESTER

KEMKRAFT ENGINEERING, INC. MODEL KEI-234 STEERING WHEEL TORQUE/INCLINOMETER TESTER INSTRUCTION MANUAL STEERING WHEEL TORQUE/ INCLINOMETER SYSTEM MODEL KEI-234 W / INTERNAL BARCODE SCANNER REVISION DATE: 17-AUG-1999 1 GENERAL DESCRIPTION... 3 INSTALLATION... 3 SYSTEM SETUP... 4 To change

More information

Signet 2551 Magmeter Flow Sensor

Signet 2551 Magmeter Flow Sensor Signet 2551 Magmeter Flow Sensor Available in a variety of wetted materials and ideal for pipe sizes up to DN900 (36 in.) Features Test certificate included for -X0, -X1 Patented Magmeter technology No

More information

ELM327 OBD to RS232 Interpreter

ELM327 OBD to RS232 Interpreter OBD to RS232 Interpreter Description Almost all new automobiles produced today are required, by law, to provide an interface from which test equipment can obtain diagnostic information. The data transfer

More information

Common problems during a learning cycle

Common problems during a learning cycle Learning Cycle Procedure Discharge battery to empty On the initial discharge, if IT is enabled, make sure to sent a reset to the gauge so that the [RUP_DIS] bit is set and resistance updates do not occur.

More information

KEMKRAFT ENGINEERING, INC. MODEL KEI-434 STEERING WHEEL TORQUE TESTER

KEMKRAFT ENGINEERING, INC. MODEL KEI-434 STEERING WHEEL TORQUE TESTER INSTRUCTIONAL MANUAL STEERING WHEEL TORQUE SYSTEM MODEL KEI-434 REVISION DATE: 14-JANUARY-1998 47650 CLIPPER DR. PLYMOUTH MICHIGAN 48170 (313)414-6500 1 GENERAL DESCRIPTION The KEMKRAFT Model KEI-434 Steering

More information

Yaskawa AC Drive L1000A Supplement to the L1000A Technical Manual No. SIEP C , SIEP C , and SIEP C

Yaskawa AC Drive L1000A Supplement to the L1000A Technical Manual No. SIEP C , SIEP C , and SIEP C Yaskawa AC Drive L1000A Supplement to the L1000A Technical Manual No. SIEP C710616 32, SIEP C710616 33, and SIEP C710616 38 Introduction This supplement to the L1000A Technical Manual describes features

More information

ELM327 OBD to RS232 Interpreter

ELM327 OBD to RS232 Interpreter OBD to RS232 Interpreter Description Almost all new automobiles produced today are required, by law, to provide an interface from which test equipment can obtain diagnostic information. The data transfer

More information

PowerView PV380-R2 Mechanical Configuration

PowerView PV380-R2 Mechanical Configuration PowerView PV380-R2 Mechanical Configuration Operations Manual *Products covered in this document comply with European Council electromagnetic compatibility directive 2004/108/EC and electrical safety directive

More information

METROLOGIC INSTRUMENTS, INC. MS1690 Focus Area Imaging Bar Code Scanner Supplemental Configuration Guide

METROLOGIC INSTRUMENTS, INC. MS1690 Focus Area Imaging Bar Code Scanner Supplemental Configuration Guide METROLOGIC INSTRUMENTS, INC. MS1690 Focus Area Imaging Bar Code Scanner Supplemental Configuration Guide Copyright 2005 by Metrologic Instruments, Inc. All rights reserved. No part of this work may be

More information

Rotel RSX-1065 RS232 HEX Protocol

Rotel RSX-1065 RS232 HEX Protocol Rotel RSX-1065 RS232 HEX Protocol Date Version Update Description February 7, 2012 1.00 Original Specification The RS232 protocol structure for the RSX-1065 is detailed below. This is a HEX based communication

More information

DOLI's STANDARD COMPRESSION FLEXOMETER (GOODRICH FLEXOMETER)

DOLI's STANDARD COMPRESSION FLEXOMETER (GOODRICH FLEXOMETER) Qualitest USA LC, Toll-Free: 1.877.884.TEST, Fax: 954.697.8211, E-mail: info@qualitest-inc.com DOLI's STANDARD COMPRESSION FLEXOMETER (GOODRICH FLEXOMETER) Basic System The measurement is based on ISO

More information

Rotel RSP-1570 RS232 HEX Protocol

Rotel RSP-1570 RS232 HEX Protocol Rotel RSP-1570 RS232 HEX Protocol Date Version Update Description February 3, 2012 1.00 Original Specification The RS232 protocol structure for the RSP-1570 is detailed below. This is a HEX based communication

More information

StepSERVO Tuning Guide

StepSERVO Tuning Guide StepSERVO Tuning Guide www.applied-motion.com Goal: Using the Step-Servo Quick Tuner software, this guide will walk the user through the tuning parameters to assist in achieving the optimal motor response

More information

Chapter 11. Using MAX II User Flash Memory for Data Storage in Manufacturing Flow

Chapter 11. Using MAX II User Flash Memory for Data Storage in Manufacturing Flow Chapter 11. Using MAX II User Flash Memory for Data Storage in Manufacturing Flow MII51011-1.0 Introduction Small capacity, non-volatile memory is commonly used in storing manufacturing data (e.g., manufacturer

More information

X11CA-IM MASTER MODULE

X11CA-IM MASTER MODULE X11CA-IM MASTER MODULE (Firmware: X11-MF3 Rev. 3) REVISION : 2.0 DOCUMENT NUMBER : X11CA-3000-IOM DATE : April 21, 2003 EDITOR : Nana Lee Ronan Engineering Company APPROVED : Kevin Safayieh 4/23/03 Project

More information

Acu-Trac Ultrasonic Fuel Level Transmitters

Acu-Trac Ultrasonic Fuel Level Transmitters General SSI s Acu-Trac ultrasonic fuel level transmitters broadcast and receive commands over the SAE J1708 serial data link enabling the level transmitters to communicate and share data with other modules

More information

METROLOGIC INSTRUMENTS INC. MetroSelect Single-Line Configuration Guide

METROLOGIC INSTRUMENTS INC. MetroSelect Single-Line Configuration Guide METROLOGIC INSTRUMENTS INC. MetroSelect Single-Line Configuration Guide Copyright 2005 by Metrologic Instruments, Inc. All rights reserved. No part of this work may be reproduced, transmitted, or stored

More information

PQube 3 Modbus Interface

PQube 3 Modbus Interface PQube 3 Modbus Interface Reference manual Revision 1.9 Modbus Interface Reference Manual 1.9- Page 1 Table of Contents 1. Background... 3 2. Basics... 3 2.1 Registers and Coils... 3 2.2 Address Space...

More information

Quick Installation Guide for X50 Plus Car OBD Multi-function instrument Product introductions

Quick Installation Guide for X50 Plus Car OBD Multi-function instrument Product introductions Quick Installation Guide for X50 Plus Car OBD Multi-function instrument Product introductions Appropriate models for products The product is suitable for standard OBD-II protocol compliant petrol and diesel

More information

Installation and Setup Instructions

Installation and Setup Instructions EWA1xxC-MBUS Installation and Setup Instructions These instructions are valid for the following modules: OS-Number EWA110C1520-MBUS EWA110C2540-MBUS EWA160C-MBUS EWA171C-MBUS Table 1. OS-Numbers covered

More information

Omni-Directional Laser Scanner Configuration Guide

Omni-Directional Laser Scanner Configuration Guide Omni-Directional Laser Scanner Configuration Guide TABLE OF CONTENTS Introduction Symbol Key... ix Bar Code Configuration Methods Single-Code Method...x Multi-Code Method...x Need to Start Over? Recall

More information

2004, 2008 Autosoft, Inc. All rights reserved.

2004, 2008 Autosoft, Inc. All rights reserved. Copyright 2004, 2008 Autosoft, Inc. All rights reserved. The information in this document is subject to change without notice. No part of this document may be reproduced, stored in a retrieval system,

More information

Dispenser Communication Error Codes for units containing the DeLaRue SDD-1700 feeders only

Dispenser Communication Error Codes for units containing the DeLaRue SDD-1700 feeders only 53 31.1.1 Dispenser Communication Error Codes for units containing the DeLaRue SDD-1700 feeders only 001 No acknowledgment received. 002 Command transmit time-out. 003 Command response receive time-out.

More information

Intelligent torque meter tester

Intelligent torque meter tester Intelligent torque meter tester Before using this product, please read the instructions carefully, which will help improve the efficiency of your use of this product Contents 一 About HP Series Torque Meter...2

More information

Vantage 6000 Portable Ultrasonic Flow Meter

Vantage 6000 Portable Ultrasonic Flow Meter Vantage 6000 Portable Ultrasonic Flow Meter Instruction Manual Eastech Badger Flow Technology Group 4250 S. 76 th East Ave. Tulsa OK 74145 800-226-3569 Description The Vantage 6000 portable transit time

More information

ADU 5. Automatic Distillation Unit

ADU 5. Automatic Distillation Unit ADU 5 Automatic Distillation Unit Atmospheric Distillation Distillation tests are used to characterize the volatility of petrochemical products. These volatility characteristics are a critical measurement

More information

Rotel RSX-1055 RS232 HEX Protocol

Rotel RSX-1055 RS232 HEX Protocol Rotel RSX-1055 RS232 HEX Protocol Date Version Update Description February 2, 2012 1.00 Original Specification The RS232 protocol structure for the RSX-1055 is detailed below. This is a HEX based communication

More information

Soffit Application Sound Enclosure

Soffit Application Sound Enclosure Soffit Application Sound Enclosure Addendum for Soffit Version READ ALL INSTRUCTIONS BEFORE BEGINNING INSTALLATION 01-07 1 SE-B6/10 Soffit Series Sound Enclosures Thanks for purchasing a Display Devices

More information

RS232. CAN. Integration with Tachograph Continental VDO DTCO

RS232. CAN. Integration with Tachograph Continental VDO DTCO RS232. CAN. Integration with Tachograph Continental VDO DTCO User Manual www.galileosky.com Contents Necessary Tools, Equipment and Materials... 3 General Information... 4 Connecting tachograph to the

More information

SNMP dedicated to ORVALDI Solar Infini

SNMP dedicated to ORVALDI Solar Infini SNMP dedicated to ORVALDI Solar Infini User s Manual Management Software for Solar Inverter Table of Contents 1. 2. 3. Overview...1 1.1 Introduction...1 1.2 Features...1 1.3 Overlook...1 1.4 Installation

More information

Modbus Register Map:Galaxy VM (3: kVA 400/480V)

Modbus Register Map:Galaxy VM (3: kVA 400/480V) Modbus Register Map:Galaxy VM (3:3 50-225kVA 400/480V) Part number: 990-9692 Notes:. 6-bit registers are transmitted MSB first (i.e. big-endian). 2. INT32 and UINT32 are most-significant word in n+0, least

More information

Field Programmable Gate Arrays a Case Study

Field Programmable Gate Arrays a Case Study Designing an Application for Field Programmable Gate Arrays a Case Study Bernd Däne www.tu-ilmenau.de/ra Bernd.Daene@tu-ilmenau.de de Technische Universität Ilmenau Topics 1. Introduction and Goals 2.

More information

EPAS Desktop Pro Software User Manual

EPAS Desktop Pro Software User Manual Software User Manual Issue 1.10 Contents 1 Introduction 4 1.1 What is EPAS Desktop Pro? 4 1.2 About This Manual 4 1.3 Typographical Conventions 5 1.4 Getting Technical Support 5 2 Getting Started 6 2.1

More information

Lear 3.3kW High Voltage Charger

Lear 3.3kW High Voltage Charger Lear 3.3kW High Voltage Charger Copyright 2013. EVTV LLC INTRODUCTION This manual describes the Lear 3.3kW high voltage battery charger. The Lear 3.3kW is used on a number of major automotive manufacturer

More information

EF User Guide SM-SLM. Solutions Module for Unidrive SP. Part Number: Issue Number: 5

EF   User Guide SM-SLM. Solutions Module for Unidrive SP. Part Number: Issue Number: 5 EF www.controltechniques.com User Guide SM-SLM Solutions Module for Unidrive SP Part Number: 0471-0035-05 Issue Number: 5 General Information The manufacturer accepts no liability for any consequences

More information

Triton ATM Error Codes

Triton ATM Error Codes Triton ATM Error Codes by Noah Wieder - Saturday, March 26, 2011 http://www.atmdepot.com/triton-atm-error-codes/ Triton ATM Error Codes Error Code: 1 Definition: Time-out Possible Cause: 1. Request has

More information

2003 CVT when used with 2.2L L61 engine in the Saturn ION TRANSMISSION DIAGNOSTIC PARAMETERS

2003 CVT when used with 2.2L L61 engine in the Saturn ION TRANSMISSION DIAGNOSTIC PARAMETERS TCM Memory ROM P0601 The code is designed to verify ROM checksum at key up. TCM Not Programmed P0602 The code is designed to verify that the TCM has been programmed. TCM Long Term Memory Reset P0603 This

More information

CENTOR TORQUE GAUGE - EASY VERSION INSTRUCTION MANUAL. Version 1.3

CENTOR TORQUE GAUGE - EASY VERSION INSTRUCTION MANUAL. Version 1.3 CENTOR TORQUE GAUGE - EASY VERSION INSTRUCTION MANUAL Version 1.3 Instructions Manual - 1.3 CENTOR Torque Gauge EASY version CONTENTS 1. Introduction to the CENTOR Page 1 2. Starting your measurement Page

More information

Operators Manual. FHX Series by Fairbanks Scales, Inc. All rights reserved. . Revision 1 07/2017

Operators Manual. FHX Series by Fairbanks Scales, Inc. All rights reserved. . Revision 1 07/2017 Operators Manual FHX Series 2017 by Fairbanks Scales, Inc. All rights reserved 51395. Revision 1 07/2017 Amendment Record FHX Series Operators Manual Operators Manual Document 51395 Fairbanks Scales 821

More information

CurveMaker DFS v2.0 Dyna FS Ignition Programming Software

CurveMaker DFS v2.0 Dyna FS Ignition Programming Software CurveMaker DFS v2.0 Dyna FS Ignition Programming Software Contents Dynatek 164 S. Valencia St. Glendora, CA 91741 phone (626)963-1669 fax (626)963-7399 page 1) Installation 1 2) Overview 1 3) Introduction

More information

MoistureMatch A next generation grain tester

MoistureMatch A next generation grain tester MoistureMatch A next generation grain tester A next generation moisture tester incorporating new and unique technology. Finally, a portable tester that will more accurately match and track with the commercial

More information

Product Guide: Series III Pump Control Board Set (RoHS)

Product Guide: Series III Pump Control Board Set (RoHS) revised 04/08/10 Description: The Series III Pump Control Board Set provides motor drive and pump control for a wide assortment of pumps from Scientific Systems, Inc. The assembly consists of two circuit

More information

JUMO DSM software. PC software for management, configuration, and maintenance of digital sensors. Operating Manual T90Z001K000

JUMO DSM software. PC software for management, configuration, and maintenance of digital sensors. Operating Manual T90Z001K000 JUMO DSM software PC software for management, configuration, and maintenance of digital sensors Operating Manual 20359900T90Z001K000 V1.00/EN/00661398 Contents 1 Introduction...................................................

More information

C-Start Configuration Form

C-Start Configuration Form C-Start Configuration Form Please fill out the following pages with your site and configuration information to ensure the most efficient start up of the C-Start. This must be filled out in its entirety

More information

Battery Management Innovation. For 12-volt automotive starting batteries and starting/charging systems INSTRUCTION MANUAL

Battery Management Innovation. For 12-volt automotive starting batteries and starting/charging systems INSTRUCTION MANUAL Battery Management Innovation For 12-volt automotive starting batteries and starting/charging systems INSTRUCTION MANUAL ! CAUTION Because of the possibility of personal injury, always use extreme caution

More information

CS 420RC. Solid De-icer Controller Configuration and Set-up Manual

CS 420RC. Solid De-icer Controller Configuration and Set-up Manual CS 420RC Solid De-icer Controller Configuration and Set-up Manual 2/15 Table of Contents 1 Systems Modes of Operation 3 2 System Features 4 3 System Description 5 4 System Specifications 6 4.1 CS-420RC

More information

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino-based OBD-II Interface and Data Logger CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino Hardware Automotive OBD ISO Interface Software Arduino Italy 2005

More information

Vehicle Diagnostic Logging Device

Vehicle Diagnostic Logging Device UCCS SENIOR DESIGN Vehicle Diagnostic Logging Device Design Requirements Specification Prepared by Mackenzie Lowrance, Nick Hermanson, and Whitney Watson Sponsor: Tyson Hartshorn with New Planet Technologies

More information

Voyager 9520/40 Eclipse 5145

Voyager 9520/40 Eclipse 5145 Voyager 9520/40 Eclipse 5145 Quick Start Guide Aller à www.honeywellaidc.com pour le français. Vai a www.honeywellaidc.com per l'italiano. Gehe zu www.honeywellaidc.com für Deutsch. Ir a www.honeywellaidc.com

More information

EV Powercharger CAN protocol

EV Powercharger CAN protocol Created Last saved Printed evision Document No. Prepared by Approved by 2010-02-18 2010-07-02 2011-02-22 1 2086930 Stian Abelsen Arild Sagebø EV Powercharger CAN protocol Table of contents 1 CAN... 3 1.1

More information

VersaPoint* I/O System

VersaPoint* I/O System GE Intelligent Platforms Programmable Control Products VersaPoint* I/O System Motor Starter Modules User's Manual GFK-2134 March 2010 GFL-002 Warnings, Cautions, and Notes as Used in this Publication Warning

More information

MAN TXT. &l4h (s10h &l6d

MAN TXT. &l4h (s10h &l6d &l4h (s10h &l6d ˇ &l1h ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍ» º HE200CGM302/301 USER'S MANUAL º º º º Dual/Single HE200 Network Gateway º º º º PC/AT ISA Bus Interface Board º º º º 12-8-97

More information

MetroSelect. Single-Line Scanner. Configuration Guide

MetroSelect. Single-Line Scanner. Configuration Guide MetroSelect Single-Line Scanner Configuration Guide Disclaimer Honeywell International Inc. ( HII ) reserves the right to make changes in specifications and other information contained in this document

More information

DS1250W 3.3V 4096k Nonvolatile SRAM

DS1250W 3.3V 4096k Nonvolatile SRAM 19-5648; Rev 12/10 3.3V 4096k Nonvolatile SRAM www.maxim-ic.com FEATURES 10 years minimum data retention in the absence of external power Data is automatically protected during power loss Replaces 512k

More information

ADAM TM Advanced Digital Audio Matrix

ADAM TM Advanced Digital Audio Matrix ADAM TM Advanced Digital Audio Matrix USER MANUAL CSedit Intercom Configuration Software for ADAM and ADAM CS Intercom Systems 9350-7077-300 Rev C, 8/00 CONTENTS Introduction iii If You Are in a Hurry!

More information

Model 212A Smart SerialPRO Interface User s Guide

Model 212A Smart SerialPRO Interface User s Guide Functional Description Model 212A Smart SerialPRO Interface User s Guide Your APG cash drawer includes the 212A Smart SerialPRO Interface that provides a programmable RS232 serial connection to the RS232

More information

Exercise 7. Thyristor Three-Phase Rectifier/Inverter EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Thyristor three-phase rectifier/inverter

Exercise 7. Thyristor Three-Phase Rectifier/Inverter EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Thyristor three-phase rectifier/inverter Exercise 7 Thyristor Three-Phase Rectifier/Inverter EXERCISE OBJECTIVE When you have completed this exercise, you will know what a thyristor threephase rectifier/limiter (thyristor three-phase bridge)

More information

DKG-109 AUTOMATIC MAINS FAILURE UNIT

DKG-109 AUTOMATIC MAINS FAILURE UNIT Tel: +90-216-466 84 60 Fax: +90-216 364 65 65 datakom@datakom.com.tr http://www.datakom.com.tr DKG-109 AUTOMATIC MAINS FAILURE UNIT FEATURES Automatic mains failure Engine control Generator protection

More information

Product Manual (Revision A, 8/2015) Original Instructions. ProAct II Digital Speed Control System. Technical Supplement

Product Manual (Revision A, 8/2015) Original Instructions. ProAct II Digital Speed Control System. Technical Supplement Product Manual 36060 (Revision A, 8/2015) Original Instructions ProAct II Digital Speed Control System Technical Supplement DEFINITIONS This is the safety alert symbol. It is used to alert you to potential

More information

GTFM V. Operation / Installation Manual. Gas Turbine Flow Monitor. Computer Weld Technology, Inc. Manual Part Number: A8M5026 Revised: 09/11/2013

GTFM V. Operation / Installation Manual. Gas Turbine Flow Monitor. Computer Weld Technology, Inc. Manual Part Number: A8M5026 Revised: 09/11/2013 Computer Weld Technology, Inc. 10702 Old Bammel N Houston Rd. Houston, TX 77086 Phone: (713) 462-2118 Fax: (713) 462-2503 Email: cwt@cweldtech.com GTFM V Gas Turbine Flow Monitor Operation / Installation

More information

Introduction... 3 General Warnings... 3 Using Your Operator s Manual... 3

Introduction... 3 General Warnings... 3 Using Your Operator s Manual... 3 English 2 Introduction......................................................... 3 General Warnings................................................ 3 Using Your Operator s Manual.....................................

More information

L5000Plus. Programming Guide

L5000Plus. Programming Guide Page 1 of 34 JDE1955 IssB s6 July 2009 Contents Safety.. 3 L5000Plus Programmer Keys 4 Passwords.. 4 L5000Plus Programming Access Levels 4 Operator Level Access 4 Technician Level Access 8 Programmer Level

More information

Standard Features 200-600V, 50/60Hz input power supply Built-in run rated (AC1) By-pass contactor up to 820 A * Rated 450% current Conformal coated circuit board Voltage ramp or current limit start modes

More information

Pro Bike 6000 Series

Pro Bike 6000 Series Pro Bike 6000 Series Preliminary Service Manual June 28, 2004 Pro Bike (6000 Series) Service Manual Table of Contents 1. Preventative Maintenance 2. Display Settings 3. Diagnostic Lights 4. Parts & Diagrams

More information

ZT-USB Series User Manual

ZT-USB Series User Manual ZT-USB Series User Manual Warranty Warning Copyright All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year, beginning from the date of delivery

More information

Requirements document for a parking garage control system

Requirements document for a parking garage control system Requirements document for a parking garage control system August 5, 1996 Contents 1 Introduction 2 1.1 Purpose : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 Scope

More information

CurveMaker HD v1.0 2Ki Programmable Ignition programming software

CurveMaker HD v1.0 2Ki Programmable Ignition programming software Contents CurveMaker HD v1.0 2Ki Programmable Ignition programming software Dynatek 164 S. Valencia St. Glendora, CA 91741 phone (626)963-1669 fax (626)963-7399 page 1) Installation 1 2) Overview 1 3) Programming

More information

OBD2 ECU Simulator. User Manual IMSB5010.

OBD2 ECU Simulator. User Manual IMSB5010. OBD2 ECU Simulator User Manual http://www.imsapp.com Modes MODE 01:Show current data MODE 02:Show freeze frame data MODE 03:Show stored Diagnostic Trouble Codes MODE 04:Clear Diagnostic Trouble Codes and

More information

IntelliMold Systems OEM Integration: Van Dorn Revision Level: 002 Document Number:

IntelliMold Systems OEM Integration: Van Dorn Revision Level: 002 Document Number: IntelliMold Systems OEM Integration: Van Dorn Revision Level: 002 Document Number: 7.5.1.0.30.002 The following information is for reference only. It is subject to change and may not be identical on all

More information

Section 55 Chapter 6

Section 55 Chapter 6 Section 55 Chapter 6 REMOTE HYDRAULICS CONTROLLER Calibration and Fault Codes 6-12880NH TABLE OF CONTENTS REMOTE HYDRAULICS CONTROLLER CALIBRATION... 55-5 Requirements For Calibration... 55-5 Aux Set Main

More information

TTT802 Gearshift Controller, Part # R1N-S (Standard), -P (Paddleshift)

TTT802 Gearshift Controller, Part # R1N-S (Standard), -P (Paddleshift) First, Sign and Date Bln 2009-03-9 Updated, Sign and Date Bln 200-04-29 (0) User Manual TTT802 Gearshift Controller Firmware for R--N-2- TTT802 Gearshift Controller, Part # 2-620-9-RN-S (Standard), -P

More information

MS337H Hand Held Scanner User's Manual V1/

MS337H Hand Held Scanner User's Manual V1/ MS337H Hand Held Scanner User's Manual V1/20090730 TABLE OF CONTENTS Introduction... 1 Bar Code Configuration Methods... 2 Scanner Operation... 3 Scan Buffers... 3 Redundant Scans... 4 Miscellaneous Decode

More information

TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES

TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES Touchscreen PLS and Graphical Operator Interface in One Unit Five Screen Sizes Available: 5" Color, 6" Monochrome, 8" Color, 9" Monochrome

More information

Service Bulletin Immobilizer System (Type 6) (Supersedes , dated February 20, 2009; see REVISION SUMMARY) February 22, 2013

Service Bulletin Immobilizer System (Type 6) (Supersedes , dated February 20, 2009; see REVISION SUMMARY) February 22, 2013 Service Bulletin 06-033 Applies To: 2007-09 MDX ALL 2007-12 RDX ALL February 22, 2013 Immobilizer System (Type 6) (Supersedes 06-033, dated February 20, 2009; see REVISION SUMMARY) REVISION SUMMARY This

More information

DS1250Y/AB 4096k Nonvolatile SRAM

DS1250Y/AB 4096k Nonvolatile SRAM 19-5647; Rev 12/10 www.maxim-ic.com FEATURES 10 years minimum data retention in the absence of external power Data is automatically protected during power loss Replaces 512k x 8 volatile static RAM, EEPROM

More information

Lingenfelter NCC-002 Nitrous Control Center Quick Setup Guide

Lingenfelter NCC-002 Nitrous Control Center Quick Setup Guide Introduction: Lingenfelter NCC-002 Nitrous Control Center Quick Setup Guide The NCC-002 is capable of controlling two stages of progressive nitrous and fuel. If the NCC-002 is configured only for nitrous,

More information

CLA-VAL e-drive-34. User Manual. Motorised Pilots. CLA-VAL Europe LIN072UE - 04/16

CLA-VAL e-drive-34. User Manual. Motorised Pilots. CLA-VAL Europe LIN072UE - 04/16 User Manual CLA-VAL Europe www.cla-val.ch cla-val@cla-val.ch 1 - LIN072UE - 04/16 Table of Contents 1 Introduction... 3 1.1 Precautions Before Starting... 3 1.2 Troubleshooting... 3 1.3 General Disclaimer...

More information

Digital Hand Controller. Manual

Digital Hand Controller. Manual Digital Hand Controller Manual Authors: Dr.-Ing. T. Vaupel, D. Richter, M. Berger Translated by Wolfram Steinke Copyright Uhlenbrock Elektronik GmbH, Bottrop 3rd Edition March 2004 All Rights Reserved

More information

Harris IRT Enterprises Digital Resistance Tester Model XP

Harris IRT Enterprises Digital Resistance Tester Model XP Harris IRT Enterprises Digital Resistance Tester Model 5012-06XP Specifications & Dimensions 2 Theory of Operation 3 Operator Controls & Connectors 4 Test Connections 5 Calibration Procedure 6-7 Options

More information

Battery-Powered Flow Transmitter

Battery-Powered Flow Transmitter Data Sheet SS/AMAS/E Issue 3 Battery-Powered Flow Transmitter AquaMaster Explorer Widest flow range, highest accuracy measures minimal night and peak day flows Optional integral multi-speed, multichannel,

More information

D. Operation and Maintenance Data. In addition to items specified in Division 1 Section "Operation and Maintenance Data," include the following:

D. Operation and Maintenance Data. In addition to items specified in Division 1 Section Operation and Maintenance Data, include the following: SECTION 16211 - ELECTRICITY METERING PART 1 - GENERAL 1.1 RELATED DOCUMENTS A. Drawings and general provisions of the Contract, including General and Supplementary Conditions and Division 1 Specification

More information

Sensormedics Vmax with ECG Tango M2 Interface Notes

Sensormedics Vmax with ECG Tango M2 Interface Notes Sensormedics Vmax with ECG Tango M2 Interface Notes The Sensormedics Vmax can be configured to work with the following models of ECG stress systems: GE CASE GE Cardiosoft software MAX-1 SMC 3-lead The

More information

SiCan Simple CAN Extension Charger to PacMon

SiCan Simple CAN Extension Charger to PacMon SiCan Simple CAN Extension Charger to PacMon Provides and extension charger to PacMon. Drives CAN TC (Elcon) type chargers. Interfaces with the CMon, SiMon, and UMon. Programmable high and low (balance)

More information