2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8

Size: px
Start display at page:

Download "2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Application Note of OGM220, AN001 V1.8"

Transcription

1 Application Note of OGM220, AN001 V Introduction OGM220 series is a dual channels NDIR module having a digital output directly proportional to CO2 concentration. OGM220 is designed for multi-dropped connection that several OGM220 can be connected in the same bus for CO2 monitoring. By using dual channels CO2 sensor, OGM220 offers superior performance that can overcome the drift of light source and CO2 sensor over time. OGM220 series is ideal for customers who require their products that can meet time to market with a moderate startup cost. All units are factory calibrated and can be configured to measure CO2 concentration up to 2,000ppm. (Other maximum concentration is available upon request). OST also offers OEM version of CO2 module that can be configured to different concentration reading, threshold setting and output format. For example, OGM220 model can offer digital RS232 interface, and WAKE up mode for WiFi version. For continuous operation, the OGM220 can enable Auto drift compensation (ADC) base on weekly (at least 8 days) lowest reading during the night. If the power is OFF, the previous log data is erased and a new 8 days log is required to start ADC operation. The ADC operation does not need any trigger pin to start it. The ADC flag is checked each time when power is turned ON. OGM220 Application Note AN001 NOV 26, 2015 V 1.8 Page 1

2 2.0 Interface Connections 2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan Figure 1 Interface connector layout of OGM220 series. Interface connector (J1): Main interface Pin 1: +5V DC Pin 2: GND Pin 3: /RST Pin 4: SCL (I2C) (optional) Pin 5: SDA (I2C) (optional) Pin 6: PWM digital output (or analog output) Pin 7: THSOUT (open drain) Pin 8: Factory reserved Pin 9: RS485+ / TXD (RS232 logic) (optional) Pin 10: RS485- / RXD (RS232 logic) (optional) Normally, pin 6 is digital PWM output that provides analog data output. The PWM output has 12 bits resolution with max output of 2.5V. For a reading of 500ppm, the PWM analog output is 0.5V. Max PWMOUT is 2.5V, which is corresponding to 2500ppm. For 0-10V analog output, user must use external OP amp with x4 gain. The PWM analog voltage output mapping is: 0V: 0ppm 0.5V: 500ppm 1V: 1000ppm 2.5V: >2500ppm OGM220 Application Note AN001 NOV 26, 2015 V 1.8 Page 2

3 Figure 2 shows the typical interface connection of OGM2xx family. If a solid state relay is used for OCCSW output, a current limit resistor R1 is required as shown in Fig. 3. The ON resistance of OCCSW or Threshold is less than 0.1Ohms, and it is open drain output that can sustains up to 20V DC for 1A maximum. OGM220 series has build-in threshold output that is programmed to be ON when CO2 concentration is higher than 1000ppm, and reset when the CO2 concentration is lower than 800ppm V NC +6V 1 2 OGM 2xx 7 THSOUT Relay NO CM load AC 110V RS485+ RS485- PWM o/p To remote PC Analog O/P + _ Digital PWM Figure 2 Typical Interface Connection +6-12V +6V 1 2 OGM 2xx R1 8 OCCSW Solid State Relay load AC 110V Analog O/P PWMOUT RS485+ RS485- To remote PC Analog O/P + _ 0-10V R3 25K R2 100K Gain x4 Figure 3 Occupancy or Threshold output with solid state relay. The OGM220 is designed for ease of system integration and connection by using multidrop serial communication (RS485). Each module can program up to 255 node ID with ID FF default as global command address. The async communication is set to 9600 bps, 8 data bit and 1 stop bit. For the PC interface, it is easy to get one RS485/RS232 converter and/or RS232 to USB converter. The communication protocol is half duplex with PC as host controller. Figure 4 shows the PC interface and multiple sensor connection. A termination resistor of 120 Ohms is required in the remote end, and the cable is twisted pair with characteristic impedance of 120 ohms. OGM220 Application Note AN001 NOV 26, 2015 V 1.8 Page 3

4 USB/RS232 RS485/RS232 Converter 120 ohms PC Host Controller OGM2xx OGM2xx OGM2xx Figure 4 Interface diagram of multi-drop RS485 communication. Each OGM2xx module must be programmed with different ID address (8 bits). The host controller can issue command to read OGM2xx output at any time. The ID address is factory preset and is shown in the last two digits of module s serial number label in Hex format. A legal ID is between 00-7FH or in decimal. 3.0 Command Protocol (V1.2): The communication protocol between PC and OGM220 modules is half-duplex asynchronous with baud rate of 9600, 8 bits data, No parity and one stop bit. Please note that the CO2 module might not response to PC request during A/D period, i.e. every 50ms between 3.05 sec interval. Therefore, PC must implement a waiting time to guarantee the reply message from CO2 module is received. The OGM220 communication protocol needs one host controller (PC), and all the CO2 modules are connected together through RS485 bus. The last unit of OGM220 must be terminated with 120 ohms bewteen RS485+ and RS485- terminal (Pin 9 and pin 10 of J1). The communication protocol is listed below: PC (host controller) (Read data): 2 nd byte: address (00-FEH) ;address of CO2 module, set by JP1 connector 3 rd byte: command byte (41H) ;read data command 4 th byte: ETX (03H) ;end of text OGM220 Reply Message: 2 nd byte: address (00-FEH) ;address of CO2 module 3 rd byte: command reply (41H) ;read data command 4 th byte: data count (06H) ; data length =06 5 th -10 th byte: data bytes in ASCII Data format is x1 x2 x3 x4 x5 ppm OGM220 Application Note AN001 NOV 26, 2015 V 1.8 Page 4

5 11 th byte: ECC check sum 12 th byte: ETX (03H) ;End of text 2F. No.25, Industry E. 9 th Rd., Science-Based Industrial Park, Hsinchu, Taiwan ECC is the exclusive OR of data starting from 4 th byte (data length) till the last byte of data. (No complement). Note:The model for 5000ppm above, output will be X1 X2 X3 X4 X5 X6 ppm(ascii) without decimal. PC (host controller) (Forced Calib): 2 nd byte: address (00-FEH) ;address of CO2 module, set by JP1 connector 3 rd byte: command byte (44H) ;forced calibration command 4 th byte: ETX (03H) ;end of text OGM-220 Reply Message: ACK (06H) Q: Can I turn ON/OFF Auto Drift Compensation feature? Ans: Yes, please follow the follow procedure to send command to OGM220 module. After that please, turn OFF power and ON again to start new feature. PC (host controller) (ADC ON/OFF control): 2 nd byte: address (00-FEH) ;address of CO2 module, or FF for global address 3 rd byte: command byte (38H) ; ADC parameter loading features 4 th byte: Length (03H) ; total data length 5 th -7 th byte: Data command Disable ADC: 3AH, 00H, 00H Enable ADC: 3AH, 6CH, 00H 8 th byte: ECC check sum 9 th byte: ETX (03H) ;end of text ECC is the exclusive OR of data starting from 4 th byte (data length) till the last byte of data (i.e. 7 th byte). (No complement). Make sure that you are following this protocol correctly, otherwise it might corrupt the EEPROM data inside. OGM220 Application Note AN001 NOV 26, 2015 V 1.8 Page 5

6 OGM220 Reply Message: ACK (06H) For user to comfirm and check ADC status, the command protocol is shown below. PC (host controller) (ADC Status Read): 2 nd byte: address (00-FEH) ;address of CO2 module, or FF for global address 3 rd byte: command byte (39H) ; read status 4 th byte: Length (01H) ; total data length 5 th byte: Data command ADC read command data: 3AH 6 th byte: ECC check sum 7 th byte: ETX (03H) ;end of text ECC is the exclusive OR of data starting from 4 th byte (data length) till the last byte of data (i.e. 5 th byte). (No complement). OGM220 Reply Message: 2 nd byte: address (00-FEH) ;address of CO2 module, or FF for global address 3 rd byte: command byte (39H) ;read status 4 th byte: Length (03H) ;total data length 5 th -7 th byte: Data command Disable ADC: 3AH, 00H, 00H Enable ADC: 3AH, 6CH, 00H 8 th byte: ECC check sum 9 th byte: ETX (03H) ;end of text ECC is the exclusive OR of data starting from 4 th byte (data length) till the last byte of data (i.e. 7 th byte). (No complement). OGM220 Application Note AN001 NOV 26, 2015 V 1.8 Page 6

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual

Carbon Dioxide (Tiny CO2) Gas Sensor. Rev TG400 User Manual Carbon Dioxide (Tiny CO2) Gas Sensor Rev. 1.2 TG400 User Manual The TG400 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high

More information

Home Automation, Inc. Omnistat2. RC-1000 and RC-2000 Communicating Thermostat. Serial Protocol Description

Home Automation, Inc. Omnistat2. RC-1000 and RC-2000 Communicating Thermostat. Serial Protocol Description Home Automation, Inc. Omnistat2 RC-1000 and RC-2000 Communicating Thermostat Serial Protocol Description This document contains the intellectual property of Home Automation, Inc. (HAI). HAI authorizes

More information

Parameter Value Unit Notes

Parameter Value Unit Notes Features Single axis measurement from ±5 to ±60 High resolution and accuracy. Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 and RS485 output

More information

C Mono Camera Module with UART Interface. User Manual

C Mono Camera Module with UART Interface. User Manual C328-7221 Mono Camera Module with UART Interface User Manual Release Note: 1. 16 Mar, 2009 official released v1.0 C328-7221 Mono Camera Module 1 V1.0 General Description The C328-7221 is VGA camera module

More information

Modbus communication module for TCX2: AEX-MOD

Modbus communication module for TCX2: AEX-MOD Modbus communication module for TCX2: Communication Specification TCX2 is factory installed in TCX2 series controllers with -MOD suffix, and is also available separately upon request for customer installation

More information

Low Power with Long Range RF Module DATASHEET Description

Low Power with Long Range RF Module DATASHEET Description Wireless-Tag WT-900M Low Power with Long Range RF Module DATASHEET Description WT-900M is a highly integrated low-power half-'duplex RF transceiver module embedding high-speed low-power MCU and high-performance

More information

G3P-R232. User Manual. Release. 2.06

G3P-R232. User Manual. Release. 2.06 G3P-R232 User Manual Release. 2.06 1 INDEX 1. RELEASE HISTORY... 3 1.1. Release 1.01... 3 1.2. Release 2.01... 3 1.3. Release 2.02... 3 1.4. Release 2.03... 3 1.5. Release 2.04... 3 1.6. Release 2.05...

More information

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board

EVDP610 IXDP610 Digital PWM Controller IC Evaluation Board IXDP610 Digital PWM Controller IC Evaluation Board General Description The IXDP610 Digital Pulse Width Modulator (DPWM) is a programmable CMOS LSI device, which accepts digital pulse width data from a

More information

Features. Description. General Specifications. VS Series Inclinometer : Dual Axis, RS232 and Analogue Output

Features. Description. General Specifications. VS Series Inclinometer : Dual Axis, RS232 and Analogue Output Features Dual axis measurement from ±5 to ±60 High resolution and accuracy Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 output interface

More information

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many

Applications. Operating Modes. Description. Part Number Description Package. Many to one. One to one Broadcast One to many RXQ2 - XXX GFSK MULTICHANNEL RADIO TRANSCEIVER Intelligent modem Transceiver Data Rates to 100 kbps Selectable Narrowband Channels Crystal controlled design Supply Voltage 3.3V Serial Data Interface with

More information

Technical Information for the CDM7160 CO2 Module

Technical Information for the CDM7160 CO2 Module Technical Information for the CDM716 CO2 Module an ISO91 company The CDM716 CO2 module uses a nondispersive infrared (NDIR) sensor principle and compact optics to achieve excellent performance characteristics,

More information

OPERATING INSTRUCTIONS ULTRA.sens

OPERATING INSTRUCTIONS ULTRA.sens Wi.Tec - Sensorik GmbH Am Kaisershecken 6 46514 Schermbeck GERMANY Phone. : +49 (0)2853 693 00-00 Fax: +49 (0) 2853 693 00-40 E-Mail: ge.wiegleb@witec-sensorik.de Web: www.witec-sensorik.de [1] General

More information

SOLAR-360 : 360 Inclinometer, RS232 or RS485 Output

SOLAR-360 : 360 Inclinometer, RS232 or RS485 Output Features Single axis measurement, range ±180 High resolution and accuracy Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 or multi-drop RS485

More information

Serial Communications RS232, RS485, RS422

Serial Communications RS232, RS485, RS422 Technical Brief AN236 Technical Brief AN236Rev A Serial Communications RS232, RS485, RS422 By John Sonnenberg S u m m a r y Electronic communications is all about interlinking circuits (processors or other

More information

Characteristics and functioning

Characteristics and functioning Characteristics and functioning /25 ENOD4 PRODUCT RANGE:... 4. General presentation:... 4.2 enodview software tool... 4.3 Versions and options:... 4.3. Versions:...4.3.2 Options :...4.4 Dimensions:...

More information

USART Digital Compass Manual

USART Digital Compass Manual USART Digital Compass Manual General Description HMC1022-USART is a low cost plane digital compass module. The working principle is utilizing magnetoresistive sensor sensing the Earth's magnetic field

More information

Installation procedure Ground loop reader: LBS type R12 / RS232 type 5C

Installation procedure Ground loop reader: LBS type R12 / RS232 type 5C Ground loop reader: LBS type R2 / RS232 type 5C "GROUND LOOP" PROXIMITY READER Description of Components Electronics Case Reader Vehicle Tag Antenna Reader s Specifications (Characteristics) Power supply

More information

Application Manual. AB-RTCMC kHz-B5ZE-S3 Real Time Clock/Calendar Module with I 2 C Interface

Application Manual. AB-RTCMC kHz-B5ZE-S3 Real Time Clock/Calendar Module with I 2 C Interface Application Manual AB-RTCMC-32.768kHz-B5ZE-S3 Real Time Clock/Calendar Module with I 2 C Interface _ Abracon Corporation (www.abracon.com) Page (1) of (55) CONTENTS 1.0 Overview... 4 2.0 General Description...

More information

Voltage regulator TAPCON 240

Voltage regulator TAPCON 240 Voltage regulator TAPCON 240 Supplement 2398402/00 Protocol description for IEC 60870-5-103 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and

More information

Infrared Carbon Dioxide Sensor Module CM1108-Dual Beam

Infrared Carbon Dioxide Sensor Module CM1108-Dual Beam Infrared Carbon Dioxide Sensor Module CM1108-Dual Beam Introduction Dual beam (single light source, dual wavelength) CM1108 CO2 gas sensor module is mainly used to detect CO2 concentration by adopting

More information

745 Transformer Protection System Communications Guide

745 Transformer Protection System Communications Guide Digital Energy Multilin 745 Transformer Protection System Communications Guide 745 revision: 5.20 GE publication code: GEK-106636E GE Multilin part number: 1601-0162-A6 Copyright 2010 GE Multilin GE Multilin

More information

Applications: Off-highway construction equipment Municipal vehicles Material handling equipment (forklifts, etc.) Ordering Part Numbers:

Applications: Off-highway construction equipment Municipal vehicles Material handling equipment (forklifts, etc.) Ordering Part Numbers: TECHNICAL DATASHEET #TDAX021201 CAN to 9 Output Valve Controller P/N: AX021201 CANopen Features: Command messages are received through the CAN network (no physical inputs) 9 outputs are user selectable

More information

Liquid Level Sensors. M-Series Magnetostrictive Sensors

Liquid Level Sensors. M-Series Magnetostrictive Sensors Liquid Level Sensors M-Series Magnetostrictive Sensors Model USTD II Underground Storage Tank Level Sensor For Leak Detection and Inventory Monitoring 550980 C Installation Instructions Table of Contents:

More information

Model: ADC-x/DIG-x. RS-232 / RS-485 Data Acquisition Digital I/O v2.2 Firmware. SuperLogics. Integrity Instruments. SuperLogics

Model: ADC-x/DIG-x. RS-232 / RS-485 Data Acquisition Digital I/O v2.2 Firmware. SuperLogics. Integrity Instruments. SuperLogics Model: ADC-x/DIG-x RS-232 / RS-485 Data Acquisition Digital I/O v2.2 Firmware SuperLogics SuperLogics 94 Falmouth Road Newton, MA 02465 USA Phone: (617) 332-3627 Fax: (617) 332-4687 Web: www.superlogics.com

More information

CMPS11 - Tilt Compensated Compass Module

CMPS11 - Tilt Compensated Compass Module CMPS11 - Tilt Compensated Compass Module Introduction The CMPS11 is our 3rd generation tilt compensated compass. Employing a 3-axis magnetometer, a 3-axis gyro and a 3-axis accelerometer. A Kalman filter

More information

Voltage regulator TAPCON 260

Voltage regulator TAPCON 260 Voltage regulator TAPCON 260 Supplement 2531975/00 Protocol description for IEC 60870-5-103 All rights reserved by Maschinenfabrik Reinhausen Copying and distribution of this document and utilization and

More information

ELT Sensor Data Sheet for S-300-3V

ELT Sensor Data Sheet for S-300-3V ELT SENSOR Corp. General Version 1.120 S-300 is one of smallest CO2 sensor modules in the world. Its Persistent Stability and Temperature Effect Resistance besides easy management are much favored by customers

More information

INTRODUCTION. T hank you for your HB8215/HB8216 loadcell indicator purchase. The HB8215 and HB8216 are the best choice for industrial weighing

INTRODUCTION. T hank you for your HB8215/HB8216 loadcell indicator purchase. The HB8215 and HB8216 are the best choice for industrial weighing INTRODUCTION T hank you for your HB8215/HB8216 loadcell indicator purchase. The HB8215 and HB8216 are the best choice for industrial weighing application requiring quality, performance and economy. Please

More information

CMPS09 - Tilt Compensated Compass Module

CMPS09 - Tilt Compensated Compass Module Introduction The CMPS09 module is a tilt compensated compass. Employing a 3-axis magnetometer and a 3-axis accelerometer and a powerful 16-bit processor, the CMPS09 has been designed to remove the errors

More information

Data Acquisition Modules/ Distributed IO Modules

Data Acquisition Modules/ Distributed IO Modules User Manual Data Acquisition Modules/ Distributed IO Modules Future Design Controls, Inc. 7524 West 98 th Place / P.O. Box 1196 Bridgeview, IL 60455 888.751.5444 - Office: 888.307.8014 - Fax 866.342.5332

More information

CPKS8. Photo of device

CPKS8. Photo of device CPKS8 Revised 16-nov-2011. Embedded software version 1. 1. Features The device is designed for using in control systems of accelerators. The device generates 8 output PWM signals. Similar devices (CAMAC

More information

13. OP-03 RS-232C SERIAL INTERFACE

13. OP-03 RS-232C SERIAL INTERFACE This document hosted by: www.oldwillknottscales.com 13. OP-03 RS-232C SERIAL INTERFACE This interface allows the HC-i series to be connected with a multifunction printer or a personal computer. The OP-03

More information

96M0374. Instruction Manual. Analog Sensor Controller. RD Series

96M0374. Instruction Manual. Analog Sensor Controller. RD Series Instruction Manual Analog Sensor Controller RD Series 96M0374 Safety precautions This manual describes how to install the RD Series as well as its operating procedures and precautions. Please read this

More information

Characteristics and functioning

Characteristics and functioning Characteristics and functioning 1/36 enod4-d Characteristics and functioning NU-eNod4D-ETH-E-1014_216710-A 1 ENOD4 PRODUCT RANGE... 5 1.1 General presentation... 5 1.2 Versions and options... 5 1.2.1 Versions...

More information

Product Specification for model TT Transducer Tester Rev. B

Product Specification for model TT Transducer Tester Rev. B TT Rev B April 20, 2010 Product Specification for model TT Transducer Tester Rev. B The Rapid Controls model TT Rev B transducer tester connects to multiple types of transducers and displays position and

More information

DRF5150S Wireless Sensor Transmitter Module V1.30

DRF5150S Wireless Sensor Transmitter Module V1.30 DRF5150S Wireless Sensor Transmitter Module V1.30 Features GFSK Transmitter module ISM frequency bands 81K bps data rate 10dBm output power Baud rate configurable 256 bytes data buffer Standby current

More information

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass

Citrus Circuits Fall Workshop Series. Roborio and Sensors. Paul Ngo and Ellie Hass Citrus Circuits Fall Workshop Series Roborio and Sensors Paul Ngo and Ellie Hass Introduction to Sensors Sensor: a device that detects or measures a physical property and records, indicates, or otherwise

More information

Automotive Sensor Signal Conditioner with LIN and PWM Interface

Automotive Sensor Signal Conditioner with LIN and PWM Interface Automotive Sensor Signal Conditioner with LIN and PWM Interface ZSSC3170 Functional Description Contents 1 Control Logic... 4 1.1 General Description... 4 1.2 CMC Description... 4 1.3 General Working Modes...

More information

RF1276 Long Distance Transceiver module V2.0

RF1276 Long Distance Transceiver module V2.0 1. General RF1276 series is a low cost, ultra-low power, high performance transparent two way semi-duplex LoRa modulation transceiver with operation at 169/433/868/915 Mhz. It integrates with high speed

More information

ELT Sensor Data Sheet for C2H4-D3

ELT Sensor Data Sheet for C2H4-D3 General C2H4-D3 is one of the smallest size Dual Channel Ethylene sensor module in the world. Its Persistent Stability and Temperature Effect Resistance are much favored in industrial explosion gas, agricultural

More information

TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx

TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx TMC603EVAL MANUAL Evaluation board for the TMC603 three phase motor driver with BLDC back EMF commutation hallfx TRINAMIC Motion Control GmbH & Co. KG Sternstraße 67 D 20357 Hamburg GERMANY www.trinamic.com

More information

Serial Servo Controller

Serial Servo Controller Document : Datasheet Model # : ROB - 1185 Date : 16-Mar -07 Serial Servo Controller - USART/I 2 C with ADC Rhydo Technologies (P) Ltd. (An ISO 9001:2008 Certified R&D Company) Golden Plaza, Chitoor Road,

More information

Multimode 155Mbps Optical Transceiver SFP with Digital Diagnostic

Multimode 155Mbps Optical Transceiver SFP with Digital Diagnostic P P P PBoB 9 P PBINB 83 5 Multimode 155Mbps Optical Transceiver Features Compliant with SFP MSA and SFF8472(Rev 9.3) SFF8472 Digital Diagnostic Monitoring Interface with real time monitors Transmitter

More information

TSM Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V1.0

TSM Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V1.0 TSM2 2-Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V.0 Specification TSM2 (2-CH Auto Sensitivity Calibration Capacitive Touch Sensor). General Feature 2-Channel capacitive sensor with

More information

SMARTALPHA RF TRANSCEIVER

SMARTALPHA RF TRANSCEIVER SMARTALPHA RF TRANSCEIVER Intelligent RF Modem Module RF Data Rates to 19200bps Up to 300 metres Range Programmable to 433, 868, or 915MHz Selectable Narrowband RF Channels Crystal Controlled RF Design

More information

Catalogue

Catalogue - 1 - Catalogue 1. Description... - 3-2. Features... - 3-3. Applications...- 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 5 - Power on Reset... - 5 - Working mode... -

More information

ST600 TRANSMITTER OPERATING INSTRUCTIONS

ST600 TRANSMITTER OPERATING INSTRUCTIONS ST600 TRANSMITTER OPERATING INSTRUCTIONS 1892 1273 These operating instructions are intended to provide the user with sufficient information to install and operate the unit correctly. The Wood and Douglas

More information

The MP SERIES CONTROLLER. User s Manual. ISE, Inc.

The MP SERIES CONTROLLER. User s Manual. ISE, Inc. The MP SERIES CONTROLLER User s Manual ISE, Inc. 10100 Royalton Rd. Cleveland, OH 44133 USA Tel: (440) 237-3200 Fax: (440) 237-1744 http://variac.com Form No, 003-1622 Rev G 02/25/2009 Form No. 003-1622

More information

IP1 Datasheet PWM OUTPUT WITH SINGLE CHANNEL ADC MODULE FEATURES DESCRIPTION CONNECTOR DETAILS

IP1 Datasheet PWM OUTPUT WITH SINGLE CHANNEL ADC MODULE FEATURES DESCRIPTION CONNECTOR DETAILS PWM OUTPUT WITH SINGLE CHANNEL ADC MODULE FEATURES 1 PWM Output (3.3V) 0 Hz 1 khz Single Channel 3.3V 12-bit ADC input for voltage sensing Optional automated PWM adjustment based on input voltage for standalone

More information

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version

TRXQ1 RXQ1 FM NARROW BAND TRANSCEIVERS. RXQ1 Version. Applications. TRXQ1 Version RF Transceiver or Intelligent Modem Versions Host Data Rate upto 19,200 Baud Data Rates to 20 K baud. 2 Selectable RF Channels Narrowband Crystal Controlled Optimal Range 200m Supply Voltage 3-5V Very

More information

SV-MESH Mesh network series Catalogue

SV-MESH Mesh network series Catalogue Catalogue 1. Description... 3 2. Features... 3 3. Applications... 3 4. Block Diagram... 4 5. Electrical Characteristics... 5 6. Operation... 5 Power on Reset... 5 Working mode... 6 Router mode... 8 Setting

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

Series Valve Temperature Controller. Instruction Sheet

Series Valve Temperature Controller. Instruction Sheet 2013/10/03 Series Valve Temperature Controller Instruction Sheet Thank you very much for choosing Delta DTV series valve temperature controller. Please read this instruction sheet before using your DTV

More information

DISCONTINUED. Modulation Type Number of RF Channels 15

DISCONTINUED. Modulation Type Number of RF Channels 15 RFM products are now Murata Products 2.4 GHz Spread Spectrum Transceiver Module Small Size, Light Weight, Low Cost Sleep Current less than 3 µa FCC, Canadian IC and ETSI Certified for Unlicensed Operation

More information

Singlemode 155Mbps Optical Transceiver SFP with Digital Diagnostic

Singlemode 155Mbps Optical Transceiver SFP with Digital Diagnostic Features Compliant SFP MSA and SFF-8472(Rev 9.3) Compliant with GR-253-CORE SONET OC-3 and ITU-T G.957 SDH STM-1 specifications SFF-8472 Digital Diagnostic Monitoring Interface with real time monitors

More information

CLC Series Miniature capacitive continuous liquid level sensors

CLC Series Miniature capacitive continuous liquid level sensors FEATURES Contact-free measurement of continuous liquid level Measurement of both metallic and non-metallic substances Measurement of granular or pulverised materials Positioning/proximity sensor Displacement

More information

BATTERY MANAGEMENT SYSTEM 4 15S

BATTERY MANAGEMENT SYSTEM 4 15S Rožna ulica 20, 6230 Postojna, Slovenia e-mail: info@rec-bms.com; www.rec-bms.com BATTERY MANAGEMENT SYSTEM 4 15S Features: - robust and small design - 4-15 Slave cells - single cell voltage measurement

More information

SDIC XX 5075 SD5075. Two Wires Communication Digital Temperature Sensor. Features. Description. Applications. Ordering Information

SDIC XX 5075 SD5075. Two Wires Communication Digital Temperature Sensor. Features. Description. Applications. Ordering Information Two Wires Communication Digital Temperature Sensor Features 2 bits digital temperature readout, 0.0625 resolution ±0.8 maximum error at -40 ~+00 range ±.5 maximum error at -55 ~+25 range Two wires communication

More information

Single Channel Loop Detector

Single Channel Loop Detector Single Channel Loop Detector Model LD120T Series The LD120T is a series of single channel inductive loop detectors. The use of microprocessor and surface mount technology enables a large number of functions

More information

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18

BV4112. Serial Micro stepping Motor Controller. Product specification. Dec V0.a. ByVac Page 1 of 18 Product specification Dec. 2012 V0.a ByVac Page 1 of 18 SV3 Relay Controller BV4111 Contents 1. Introduction...4 2. Features...4 3. Electrical interface...4 3.1. Serial interface...4 3.2. Motor Connector...4

More information

USING RS-232 to RS-485 CONVERTERS (With RS-232, RS-422 and RS-485 devices)

USING RS-232 to RS-485 CONVERTERS (With RS-232, RS-422 and RS-485 devices) ICS DataCom Application Note USING RS- to RS- CONVERTERS (With RS-, RS- and RS- devices) INTRODUCTION Table RS-/RS- Logic Levels This application note provides information about using ICSDataCom's RS-

More information

S O P H I S T I C A T E D A U T O M A T I O N

S O P H I S T I C A T E D A U T O M A T I O N S O P H I S T I C A T E D A U T O M A T I O N Introduction Cost-effective Radio modems to any serial communication application Low power models, different frequency ranges RS232 / / RS422 / 5V TTL interface

More information

Catalog

Catalog - 1 - Catalog 1. Description...- 3-2. Features...- 3-3. Applications... - 3-4. Block Diagram...- 3-5. Electrical Characteristics... - 5-6. Operation... - 5 - Power on Reset... - 5 - Working mode... - 6

More information

Ultrasonic Multiplexer OPMUX v12.0

Ultrasonic Multiplexer OPMUX v12.0 Przedsiębiorstwo Badawczo-Produkcyjne OPTEL Sp. z o.o. ul. Morelowskiego 30 PL-52-429 Wrocław tel.: +48 (071) 329 68 54 fax.: +48 (071) 329 68 52 e-mail: optel@optel.pl www.optel.eu Ultrasonic Multiplexer

More information

LaserPING Rangefinder Module (#28041)

LaserPING Rangefinder Module (#28041) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical:support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

medlab Two Channel Invasive Blood Pressure OEM board EG 02000

medlab Two Channel Invasive Blood Pressure OEM board EG 02000 medlab Two Channel Invasive Blood Pressure OEM board EG 02000 Technical Manual Copyright Medlab 2003-2014 1 Version 2.02 01.04.2014 Contents: Mechanical dimensions, overview 3 Specifications 5 Connector

More information

Application Manual RV-8803-C7

Application Manual RV-8803-C7 Application Manual Application Manual DTCXO Temp. Compensated Real-Time Clock Module with I 2 C-Bus Interface October 2017 1/73 Rev. 1.3 TABLE OF CONTENTS 1. OVERVIEW... 5 1.1. 1.2. 1.3. GENERAL DESCRIPTION...

More information

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer.

The PmodIA is an impedance analyzer built around the Analog Devices AD bit Impedance Converter Network Analyzer. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com PmodIA Reference Manual Revised April 15, 2016 This manual applies to the PmodIA rev. A Overview The PmodIA is an impedance analyzer

More information

2W UHF MHz Radio Transceiver

2W UHF MHz Radio Transceiver 2W UHF410-470 MHz Radio Transceiver Specification Copyright Javad Navigation Systems, Inc. February, 2006 All contents in this document are copyrighted by JNS. All rights reserved. The information contained

More information

RV-8564 Application Manual. Application Manual. Real-Time Clock Module with I 2 C-Bus Interface. October /62 Rev. 2.1

RV-8564 Application Manual. Application Manual. Real-Time Clock Module with I 2 C-Bus Interface. October /62 Rev. 2.1 Application Manual Application Manual Real-Time Clock Module with I 2 C-Bus Interface October 2017 1/62 Rev. 2.1 TABLE OF CONTENTS 1. OVERVIEW... 5 1.1. GENERAL DESCRIPTION... 5 1.2. APPLICATIONS... 5

More information

User manual. Inclinometer with Analog-RS232-Interface IK360

User manual. Inclinometer with Analog-RS232-Interface IK360 User manual Inclinometer with Analog-RS232-Interface IK360 Table of content 1 GENERAL SAFETY ADVICE... 3 2 INTRODUCTION... 4 2.1 IK360... 4 2.2 ANALOG INTERFACE... 4 2.3 IK360 ANALOG... 4 3 INSTALLATION...

More information

HD 48V01T... HD 4977T...

HD 48V01T... HD 4977T... RH-26 HD 4807T HD 4907T HD 48V07T HD 4901T... HD 4801T... HD 4917T... HD 48V01T... HD 4977T... HD 4817T... HD 48V17T... HD 4877T... HD 48V77T... HD 4807T, HD 48V07T, HD 48S07T, HD 4801T..., HD 48V01T...,

More information

Ocean Controls KT-5221 Modbus IO Module

Ocean Controls KT-5221 Modbus IO Module Ocean Controls Modbus IO Module 8 Relay Outputs 4 Opto-Isolated Inputs 2 Analog Inputs (10 bit) 1 PWM Output (10 bit) 4 Input Counters Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs,

More information

ALM-CAN. Accurate Lambda Meter With CAN bus V2.6 COPY RIGHTS ECOTRONS LLC ALL RIGHTS RESERVED.

ALM-CAN. Accurate Lambda Meter With CAN bus V2.6 COPY RIGHTS ECOTRONS LLC ALL RIGHTS RESERVED. ALM-CAN Accurate Lambda Meter With CAN bus V2.6 COPY RIGHTS ECOTRONS LLC ALL RIGHTS RESERVED Http://www.ecotrons.com Note: If you are not sure about any specific details, please contact us at info@ecotrons.com.

More information

PROMUX Distributed MODBUS I/O Modules Catalog and Design Guide

PROMUX Distributed MODBUS I/O Modules Catalog and Design Guide PROMUX Distributed MODBUS I/O Modules Catalog and Design Guide 14/11/2006 V10 P.O.Box 24 Stanfield 3613 SOUTH AFRICA Tel: +27 (031) 7028033 Fax: +27 (031) 7028041 Email: proconel@proconel.com Web: www.proconel.com

More information

F4-08RTD 8-Channel RTD Input

F4-08RTD 8-Channel RTD Input F-8RTD 8-Channel RTD 92 F8RTD 8-Channel RTD Module Specifications The F8RTD 8 Differential Channel RTD module provides several features and benefits. It provides eight RTD input channels with 16-bit resolution.

More information

SmartRadio Transmitter / Receiver

SmartRadio Transmitter / Receiver Easy to use Radio Transmitter & Receivers AM Radio Hybrid Technology Supports Data or Telemetry communications Simple CMOS/TTL Data Interface Automatic data encryption / decryption Host Interface up to

More information

ROTRONIC HygroClip Digital Input / Output

ROTRONIC HygroClip Digital Input / Output ROTRONIC HygroClip Digital Input / Output OEM customers that use the HygroClip have the choice of using either the analog humidity and temperature output signals or the digital signal input / output (DIO).

More information

Kongsberg Mesotech Ltd.

Kongsberg Mesotech Ltd. Kongsberg Mesotech Ltd. Doc. No. : 974-00007904 Title : Digital Telemetry Notes elease : Version 1.4 Date : 2010-04-30 1. PUPOSE This document briefly describes the digital telemetry standards, formats

More information

Catalog

Catalog - 1 - Catalog 1. Overview... - 3-2. Feature...- 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation...- 4-1) Power on Reset... - 4-2) Sleep mode...- 4-3) Working

More information

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0

RF1212 RF1212 Ultra-low Power ISM Transceiver Module V2.0 RF1212 Ultra-low Power ISM Transceiver Module V2.0 Application: Features: Home automation Security alarm Telemetry Automatic meter reading Contactless access Wireless data logger Remote motor control Wireless

More information

Low Power 3D Hall Sensor with I2C Interface and Wake Up Function

Low Power 3D Hall Sensor with I2C Interface and Wake Up Function Low Power 3D Hall Sensor with I2C Interface and Wake Up Function User Manual About this document Scope and purpose This document provides product information and descriptions regarding: I 2 C Registers

More information

Stensat Transmitter Module

Stensat Transmitter Module Stensat Transmitter Module Stensat Group LLC Introduction The Stensat Transmitter Module is an RF subsystem designed for applications where a low-cost low-power radio link is required. The Transmitter

More information

For Direct computer control see the Data Out connector description. For Radio control see the Data In connector description.

For Direct computer control see the Data Out connector description. For Radio control see the Data In connector description. Transceiver interface Operation for Steppir For Direct computer control see the Data Out connector description. For Radio control see the Data In connector description. The following radios are supported:

More information

SOLAR-2 : Dual Axis Inclinometer, RS232 or RS485 Output

SOLAR-2 : Dual Axis Inclinometer, RS232 or RS485 Output Features Dual axis measurement, range from ±5 to ±45 High resolution and accuracy Low temperature drift, with optional temperature compensation to further improve temperature performance. RS232 or multi-drop

More information

DS4000 Digitally Controlled TCXO

DS4000 Digitally Controlled TCXO DS4000 Digitally Controlled TCXO www.maxim-ic.com GENERAL DESCRIPTION The DS4000 digitally controlled temperature-compensated crystal oscillator (DC-TCXO) features a digital temperature sensor, one fixed-frequency

More information

Shenzhen ATC Technology CO.,LTD ATC. A-1 Serial Remote I/O Module. User Manual. V1.13 Edit:2018/01/

Shenzhen ATC Technology CO.,LTD ATC. A-1 Serial Remote I/O Module. User Manual. V1.13 Edit:2018/01/ ATC A-1 Serial Remote I/O Module User Manual V1.13 Edit:2018/01/30-1 - Catalogue 1.The introduction of Modbus protocol...- 3-1.1 Modbus protocol master-slave response process... - 3-1.2 Modbus register

More information

SCM9B-D100 SERIES USERS MANUAL

SCM9B-D100 SERIES USERS MANUAL SCM9B-D100 SERIES USERS MANUAL REVISED: 07-26-18 DATAFORTH CORPORATION 3331 EAST HEMISPHERE LOOP TUCSON, AZ 85706 TELEPHONE: 520-741-1404 The information in this publication has been carefully checked

More information

10.9. Serial communication parameters Motor parameters Paramters handling Status monitor

10.9. Serial communication parameters Motor parameters Paramters handling Status monitor Contents 1. Introduction... 4 1.1. About power supply for AU9290... 4 1.2. About applicable stepping motors... 4 1.3. About setting and storing of parameters... 5 1.4. About optional functions... 5 1.5.

More information

CMU232 User Manual Last Revised October 21, 2002

CMU232 User Manual Last Revised October 21, 2002 CMU232 User Manual Last Revised October 21, 2002 Overview CMU232 is a new low-cost, low-power serial smart switch for serial data communications. It is intended for use by hobbyists to control multiple

More information

Embedded Radio Data Transceiver SV611

Embedded Radio Data Transceiver SV611 Embedded Radio Data Transceiver SV611 Description SV611 is highly integrated, multi-ports radio data transceiver module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has low reception

More information

Interfacing To Climatronics Tacmet II Sonic Weather Station

Interfacing To Climatronics Tacmet II Sonic Weather Station H NS AN_CLI Interfacing To Climatronics Tacmet II Sonic Weather Station 1/10/01 1.0 General The CPP-3794 provides an interface with the Climatronics Tacmet II Sonic Weather Station. The basic unit provides

More information

ICS3.5 Software Manual Command Refarence

ICS3.5 Software Manual Command Refarence ICS3.5 Software Manual Command Refarence KONDO KAGAKU CO.,LTD Aug, 2015 1st Edition Disclaimer This command reference has been released for reference purposes only. Therefore, it is used entirely at your

More information

X3M. Multi-Axis Absolute MEMS Inclinometer Page 1 of 13. Description. Software. Mechanical Drawing. Features

X3M. Multi-Axis Absolute MEMS Inclinometer Page 1 of 13. Description. Software. Mechanical Drawing. Features Page 1 of 13 Description The X3M is no longer available for purchase. The X3M is an absolute inclinometer utilizing MEMS (micro electro-mechanical systems) technology to sense tilt angles over a full 360

More information

General Specifications

General Specifications General Specifications GS 77J01Q08-01E Model VJQ8 Pulse to Analog Converter (Multi-function) (Isolated Single-output and Isolated Dual-output Types) General This plug-in type pulse to analog converter

More information

407-BBOS-A 407-BBOS-A. Features. Up to 1.25Gb/s bi-directional data links. Hot-pluggable SFP footprint

407-BBOS-A 407-BBOS-A. Features. Up to 1.25Gb/s bi-directional data links. Hot-pluggable SFP footprint 1000BASE, SFP-T Transceiver Features Up to 1.25Gb/s bi-directional data links Hot-pluggable SFP footprint Commercial case temperature range (0 C to +70 C ) Fully metallic enclosure for low EMI Low power

More information

Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN)

Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN) Jaguar Motor Controller (Stellaris Brushed DC Motor Control Module with CAN) 217-3367 Ordering Information Product Number Description 217-3367 Stellaris Brushed DC Motor Control Module with CAN (217-3367)

More information

I-7088, I-7088D, M-7088 and M-7088D User Manual

I-7088, I-7088D, M-7088 and M-7088D User Manual I-7088, I-7088D, M-7088 and M-7088D User Manual I-7000 New Features 1. Internal Self Tuner 2. Multiple Baud Rates 3. Multiple Data Formats 4. Internal Dual WatchDog 5. True Distributed Control 6. High

More information

ICAM. Electronics & Software. Industrial Charge Amplifier for Applications in Manufacturing. Type 5073A...

ICAM. Electronics & Software. Industrial Charge Amplifier for Applications in Manufacturing. Type 5073A... Electronics & Software ICAM Type 5073A... Industrial Charge Amplifier for Applications in Manufacturing The ICAM charge amplifier (Industrial Charge Amplifier Manufacturing) converts the piezoelectric

More information

InsuLogix T MODBUS Protocol Manual

InsuLogix T MODBUS Protocol Manual InsuLogix T MODBUS Protocol Manual Weidmann Technologies Deutschland GmbH Washingtonstraße 16/16a D-01139 Dresden, Germany Telefon: +49 (0)351 8435990 Version 1.1 InsuLogix T MODBUS Protocol Manual 1 Contents

More information