Meteosat Second Generation Interface Control Document Station Key Unit

Size: px
Start display at page:

Download "Meteosat Second Generation Interface Control Document Station Key Unit"

Transcription

1 Issue: 11 Interface Control Document Station Key Unit

2 Document Signature Table Issue: 11 Document Signature Table Name Function Signature Date Prepared by Niklas Sinander Telecommunications Engineer Checked by Ernst Schaffner MSG Ground Segment Facilities Procurement Manager Checked by Andrew MacTavish QA Engineer Approved by Ernst Schaffner MSG Ground Segment Facilities Procurement Manager i

3 Document Change Record Issue: 11 Document Change Record Issue/Revision Date DCN No Changed Pages/Paragraphs 10 Draft 28/09/00 Draft Release 10 01/11/00 Initial Release 11 11/10/02 Implementation of Corrigendum EUM/MSG/TEN/567 (Replacement of Section 33 Hardware Interface ) ii

4 Distribution List Issue: 11 Distribution List Name Internal Distribution No Copies 1 External Distribution Company Name No Copies Vendor 1 iii

5 Table of Contents Issue: 11 Table of Contents 1 INTRODUCTION 1 11 PURPOSE AND SCOPE OF THE INTERFACE CONTROL DOCUMENT 1 12 DOCUMENT STRUCTURE 1 13 APPLICABLE AND REFERENCE DOCUMENTS Applicable Documents Reference Documents 1 14 OPEN ISSUES AND ASSUMPTIONS 1 2 SKU PROGRAMMING INTERFACE 2 21 PURPOSE 2 3 SKU USER STATION INTERFACE 3 31 PURPOSE OF THE INTERFACE 3 32 PROTOCOL Overview Relationship to DES Bit Notation Definition Method of Use Command Set 5 33 HARDWARE INTERFACE Standards Specifications 13 4 GLOSSARY15 iv

6 List of Tables Issue: 11 List of Tables Table 1: SKU Command and Result String Principles4 Table 2: Result Byte Definition 4 Table 3: Write PBK Command 5 Table 4: Write PBK Response 6 Table 5: Read PBK Command6 Table 6: Read PBK Response 7 Table 7: Calculate PNK Command 8 Table 8: Calculate PNK Response8 Table 9: Self-Test Command9 Table 10: Self-Test Response9 Table 11: Inquiry Command 10 Table 12: Inquiry Response 11 Table 13: Error Response12 Table 14: Busy Response 12 Table 15: Power Supply13 Table 16: Data Interface Specification (1)13 Table 17: Data Interface Specification (2)14 Table 18: Data Interface Specification (3)14 v

7 Introduction Issue: 11 1 Introduction 11 Purpose and Scope of the Interface Control Document The purpose of the is to define all aspects of the different interfaces of the SKU This ICD provides the specification of the SKU programming interface and of the interface between the SKU and the User Station 12 Document Structure This document is divided into three main sections Section 1: is an overview defining relations and the context for the rest of the document Section 2: defines the interface for programming the SKU with the secret Master Keys (MSK) Section 3 defines the interface for interaction with the User Station and SKU Testing environments 13 Applicable and Reference Documents 131 Applicable Documents AD1 LRIT/HRIT Mission Specific Implementation, EUM/MSG/SPE/ Reference Documents - None 14 Open Issues and Assumptions - None 1

8 SKU Programming Interface Issue: 11 2 SKU Programming Interface 21 Purpose The purpose of the SKU Programming Interface is to provide a means to program the SKU with a secret Master Key The KCE will generate a MSK according to certain criteria and store it in a file A programming tool will read the file and use the information contained therein to program the SKU The SKU programming tool which is a part of the MSG DADF facility shall be used Thus the interface between the KCE and the programming tool will not be redefined in this document The interface between the programming tool and the SKU is highly dependant of the implementation of the SKU Thus this interface will not be described in detail 2

9 Issue: Purpose of the Interface The purpose of the SKU User Station interface is to provide a direct hardware and software connection to the User Station and also to the SKU Testing Environment The interface will serve two purposes; - to provide the User Station with a Pseudo Noise Key which the User Station will use to decrypt data streams received from the MSG satellites - to test and verify the functionality of the SKU 32 Protocol 321 Overview This chapter describes the basic principles of the protocol Only a small number of instructions to the SKU and a small number of responses from the SKU are necessary to provide the entirely required SKU functionality For naming convention it should be pointed out, that: The bits in one byte (8 bits) are numbered according to their binary weight, that means bit 0 is the least significant bit and bit 7 is the most significant bit A designates the ASCII representation of the related bit pattern (A =ˆ ) <CR> designates an ASCII control code, here carriage return ( <CR> =ˆ ) 322 Relationship to DES Bit Notation The keys which are used in the SKU for decryption purposes are so-called DES3 keys, which are composed by a concatenation of three single DES keys The keys are numbered Key(1), Key(2) and Key(3) from left to right, conformant to the LRIT/HRIT Mission Specific Implementation, [AD1] Each single DES key contains 64 bits, numbered also from left to right It should be mentioned that each 8th bit is a parity bit for the predecessor bits Following this numbering convention the first bit of the first single DES key K(1,1) is the most left one and is referred to be the most significant bit (MSB), which is transferred first in a data stream All DES key containing data stream transfers from or to the SKU are based on the above given explanations 323 Definition The data passing the SKU interface can be identified as instructions to the SKU and answers from the SKU Basic to all the data streams is the fact that they all share the same structure This principle command structure for an instruction to the SKU is shown in the following table Each command to the SKU begins with a as a start symbol, which can be used for synchronisation purposes After that three bytes are provided to specify the command These identifiers are followed by a separator All these five bytes are ASCII coded and together form the so-called header of the command Afterwards the data are transferred, for example a key number, a public key and a public key CRC field etc Each information byte will be coded in two digit hexadecimal numbers Because of this only the codes 0 9 and A F can occur in data fields Leading zeros must neither be substituted by any other code nor be omitted The sequence of digits is always starting with the most significant digit and ending with the least significant digit The hexadecimal digits again are ASCII coded for the transmission 3

10 Issue: 11 The SKU command always ends with <CR> as a delimiter Byte-No Contents Function 0 start symbol 1 X 2 Y 3 Z 5 0 F MSD 6 0 F LSD 7 0 F MSD n-2 0 F LSD n-1 <CR> stop symbol Table 1: SKU Command and Result String Principles The response string from the SKU is described by the same data structure In addition a so-called result byte is inserted prior to the <CR> delimiter The result byte is represented as two ASCII coded hex digits The result byte gives information about errors that occurred during execution of a previous received instruction The result byte s construction is chosen in a way, that errors for all implemented SKU commands are coded by the eight bits of the byte Therefore the same result byte can be used in all SKU response strings The type of error is coded by the binary weight of the corresponding bit The meaning of each individual bit within the result byte is shown in the following table Result Byte Description MSD bit 3 = 1: time out error detected 0: OK LSD Table 2: Result Byte Definition bit 2 = bit 1 = bit 0 = bit 3 = bit 2 = bit 1 = bit 0 = 1: data error detected 0: OK 1: unknown command detected 0: OK 1: MSG parity error at PNK calculate access 0: MSG parity OK at PNK calculate access 1: PBK CRC error at PNK calculate access 0: PBK CRC OK at PNK calculate access 1: CRC error at PBK read access 0: CRC OK at PBK read access 1: CRC error before PBK write access 0: CRC OK before PBK write access 1: CRC error after PBK write access 0: CRC OK after PBK write access 4

11 Issue: 11 Due to this command structure and coding principle it is possible to detect transmission errors caused for example by electromagnetic interference For this reason the SKU reacts with answers including a detailed result byte to all received instructions or instruction fragments even though they are detected to contain corrupted data 324 Method of Use The basic scheme of the communication protocol can be described as follows: The User Station sends an instruction to the SKU and the SKU reacts by outputting an appropriate answer The synchronisation of incoming commands is performed with the help of the leading of each instruction, as already mentioned above If the SKU detects any instruction error, corrupted data our time out situations, a so-called error message will be returned 325 Command Set 3251 Write PBK The Write PBK command is used to initiate a storage procedure for a public key in the SKU s non volatile memory The instruction is directed from the User Station to the SKU A detailed description of the command structure is given in the table below Byte-No Contents Function 0 start symbol 1 W 2 R 3 I 5 0 F MSD 6 0 F LSD key number (ASCII coded hex) 7 0 F MSD 8 0 F 54 0 F LSD 55 0 F MSD 56 0 F 57 0 F 58 0 F LSD public key (ASCII coded hex) CRC field (ASCII coded hex) Table 3: Write PBK Command 59 <CR> stop symbol 5

12 Issue: 11 The command contains the key number, the public key and the public key CRC field in ASCII coded hexadecimal digits The complete command consists of 60 bytes After performing a correct received Write PBK command the SKU response is as follows Byte-No Contents Function 0 start symbol 1 W 2 R 3 I Table 4: Write PBK Response 5 0 F MSD 6 0 F LSD key number (ASCII coded hex) 7 0 F MSD 8 0 F LSD result (ASCII coded hex) 9 <CR> stop symbol The message contains the key number and the result byte, both as ASCII coded hexadecimal digits If the SKU detects a CRC error in the received public key, the write access will be rejected, and the PBK will be set to Read PBK The Read PBK command is used to read out a public key from the SKU s non-volatile memory The instruction is directed to the SKU A detailed description of the command structure is given in the table below Byte-No Contents Function 0 start symbol 1 R 2 D 3 P Table 5: Read PBK Command 5 0 F MSD 6 0 F LSD key number (ASCII coded hex) 7 <CR> stop symbol 6

13 Issue: 11 The command contains the key number for the desired public key in ASCII coded hexadecimal digits The complete command consists of 8 bytes After the execution of a correctly received Read PBK command the SKU returns the following Byte-No Contents Function 0 start symbol 1 R 2 D 3 P 5 0 F MSD 6 0 F LSD key number (ASCII coded hex) 7 0 F MSD 8 0 F 54 0 F LSD 55 0 F MSD 56 0 F 57 0 F 58 0 F LSD public key (ASCII coded hex) CRC field (ASCII coded hex) Table 6: Read PBK Response 59 0 F MSD 60 0 F LSD result (ASCII coded hex) 61 <CR> stop symbol The message contains the key number, the public key, the public key CRC field and the result byte, all as ASCII coded hexadecimal digits The result byte gives information about CRC errors, occurred during execution of a Read PBK instruction The complete message consists of 62 bytes 3253 Calculate PNK The Calculate PNK command is used to initiate a pseudo noise key generation procedure in the SKU The instruction is directed to the SKU A detailed description of the command structure is given in the table below 7

14 Issue: 11 Byte-No Contents Function 0 start symbol 1 C 2 A 3 L 5 0 F MSD 6 0 F LSD 7 0 F MSD 8 0 F Table 7: Calculate PNK Command 22 0 F LSD 23 <CR> stop symbol key number (ASCII coded hex) seed (ASCII coded hex) The command contains the key number and the seed in ASCII coded hexadecimal digits The complete command consists of 24 bytes The next table illustrates the SKU result, transmitted via the serial interface Byte-No Contents Function 0 start symbol 1 C 2 A 3 L 5 0 F MSD 6 0 F 52 0 F LSD pseudo noise key (ASCII coded hex) Table 8: Calculate PNK Response 53 0 F MSD 54 0 F LSD result (ASCII coded hex) 55 <CR> stop symbol 8

15 Issue: 11 The message contains the pseudo noise key and the result byte, both as ASCII coded hexadecimal digits The result byte gives information about CRC errors and MGK parity check errors, occurred during execution of a Calculate PNK instruction It should be pointed out that all PNK digits will be set to zero by the SKU, if an error has been detected during the PNK computation process The complete message consists of 56 bytes The necessary time to transmit the response values via the serial link has to be taken into account for performance aspects 3254 Perform Self-Test The Perform Self-Test command is used to cause a SKU self-test procedure The instruction is directed to the SKU A detailed description of the command structure is given in the table below Byte-No Contents Function 0 start symbol 1 T 2 S 3 T Table 9: Self-Test Command 5 <CR> stop symbol The command does not contain any special data The SKU will not automatically output the self-test results after the checking sequence For this reason a special command is foreseen to read out the internal status of the SKU After a power or reset the SKU executes also a self-test and stores the results in it s internal RAM These results can be requested with the help of the above mentioned special command The Perform Self-Test instruction can be used, if an additional self-test during operation is required The complete command consists of 6 bytes After execution of a correctly received Perform Self-Test command the SKU replies the following data frame as an acknowledgement Byte-No Contents Function 0 start symbol 1 T 2 S 3 T Table 10: Self-Test Response 5 0 F MSD 6 0 F LSD result (ASCII coded hex) 7 <CR> stop symbol 9

16 Issue: Inquiry SKU Status The Inquiry SKU Status command is used to read out the SKU status and the self-test results This includes the firmware revision number, the hardware revision number and station number The instruction is directed to the SKU A detailed description of the command structure is given in the table below Byte-No Contents Function 0 start symbol 1 I 2 S 3 S Table 11: Inquiry Command 5 <CR> stop symbol The SKU return string is shown in the next table 10

17 Issue: 11 Byte-No Contents Function 0 start symbol 1 I 2 S 3 S 5 0 F MSD 6 0 F LSD firmware revision number (ASCII coded hex) 7 0 F MSD 8 0 F LSD hardware revision number (ASCII coded hex) 9 0 F MSD 10 0 F 11 0 F 12 0 F LSD 13 0 F MSD 14 0 F 15 0 F 16 0 F LSD SKU station number (ASCII coded hex) check sum of internal ROM (ASCII coded hex) 17 0 F MSD 18 0 F LSD status MSD LSD : : all bit 3 bit 2 bit 1 bit 0 : : : : : set to 0 set to 0 1 = external EEPROM error 0 = external EEPROM OK 1 = external RAM error 0 = external RAM OK 1 = internal RAM error 0 = internal RAM OK 19 0 F MSD 20 0 F LSD result (ASCII coded hex) 21 <CR> stop symbol Table 12: Inquiry Response The message contains the hardware revision number, firmware revision number and station number Also the check sum of the internal ROM, a status byte and the result byte are included All bytes are represented in ASCII coded hexadecimal digits The status byte provides detailed information about the SKU s memory status 11

18 Issue: Error Response The SKU message Error will be transmitted by the SKU, if the SKU has detected a transmission error or corrupted data A detailed description of the message structure is given in the table below Table 13: Error Response Byte-No Contents Function 0 start symbol 1 E 2 R 3 R 5 0 F MSD 6 0 F LSD result (ASCII coded hex) 7 <CR> stop symbol The message contains only the result byte in ASCII coded hexadecimal digits 3257 Busy Response The SKU message Busy will be returned by the SKU, if a <CR> delimiter is detected at the input stage during software initiated self-test period All other characters reaching the SKU input during a self-test will be discarded Table 14: Busy Response Byte-No Contents Function 0 start symbol 1 B 2 S 3 Y 5 0 F MSD 6 0 F LSD result (ASCII coded hex) 7 <CR> stop symbol 12

19 Issue: Hardware Interface 331 Standards The SKU interface provides a full duplex serial interconnection compliant to the TIA/EIA RS-422 standard The related data interface specifications are provided in the following tables For completeness, the description of the power supply interface is supplied, too 332 Specifications Parameter Value Connector three pole earth-connected IEC 320 Voltage V AC ~ Frequency Hz [TBC] Power Consumption 5 W Input Surge Current 8 A (110V) / 16 A (230V) Fuse 05 A time-lag blow-out fuse 5 x 20 mm Table 15: Power Supply Parameter Type full duplex Standard TIA/EIA RS-422 Connector 9 pole SubD Baud Rate bits/s Start Bits 1 Data Bits 8 Stop Bits 1 Parity No Value Table 16: Data Interface Specification (1) 13

20 Issue: 11 TxD+ TxD- RxD+ RxD- Signal Description non inverting transmit output inverting transmit output non inverting receiver input inverting receiver input Table 17: Data Interface Specification (2) Signal Pin Pin Signal GND 1 6 Not Connected TxD+ 2 7 TxD- Not Connected V ± 5% max 200 ma RxD+ 4 9 RxD- Not Connected 5 Table 18: Data Interface Specification (3) 14

21 Glossary Issue: 11 4 Glossary CRC DADF DES ICD KCE LSD MSD MGK MSK PBK PN SKU Cyclic Redundancy Check Data Acquisition and Dissemination Facility Data Encryption Standard Interface Control Document Key Centre Element Least Significant Digit Most Significant Digit Message Key Master Key Public Key Pseudo Noise Station Key Unit 15

Hints and tips when using RC1xx0 RF Modules

Hints and tips when using RC1xx0 RF Modules AN001 : HI NTSANDTI PS WHENUSI NGRC1 XX0RFMODULES WeMakeEmbeddedWi r el ess Easyt ouse Hints and tips when using RC1xx0 RF Modules By H.Moholdt Keywords Interfacing to RS232/RS485/RS422 level shifters

More information

DatraxRF Spread Spectrum Wireless Modem

DatraxRF Spread Spectrum Wireless Modem DatraxRF Spread Spectrum Wireless Modem Overview The DatraxRF 12, 96, and 192 modules are 100-milliwatt, frequency-hopping wireless modules that allow wireless communication between equipment using a standard

More information

PART III. Data Link Layer MGH T MGH C I 204

PART III. Data Link Layer MGH T MGH C I 204 PART III Data Link Layer Position of the data-link layer Data link layer duties LLC and MAC sublayers IEEE standards for LANs Chapters Chapter 10 Error Detection and Correction Chapter 11 Data Link Control

More information

TOSVERT VF-S9 Communications Function Instruction Manual

TOSVERT VF-S9 Communications Function Instruction Manual TOSVERT VF-S9 Communications Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using the communications

More information

Revision 1.2. July 24, COM Protocol Manual. for MDC and ADC N 11th St - San Jose CA

Revision 1.2. July 24, COM Protocol Manual. for MDC and ADC N 11th St - San Jose CA Revision 1.2 July 24, 2017 COM Protocol Manual for MDC and ADC www.mountztorque.com - 1080 N 11th St - San Jose CA 95112-408.292.2214 1 1 Overview and Communication Specifications 1.1 Overview If the PC

More information

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2)

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2) Doug Fleenor Design, Inc. nd RS-232 to DMX512 Interface, 2 Generation March 8, 2010 (Software V1.2) The second generation RS-232 to DMX512 interface has numerous features beyond the original device. The

More information

TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual

TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual NOTICE 1. Read this manual before installing or operating. Keep this instruction manual on hand of the end user, and make use of this

More information

BMV Text Protocol. Table of contents

BMV Text Protocol. Table of contents BMV Text Protocol Table of contents Introduction... 2 Physical interface... 2 Serial port configuration... 2 Message format... 3 Data integrity... 3 Units... 3 Other statistics... 4 Since firmware version

More information

Vorne Industries. Model 77/232 Serial Input Numeric 3" Display User's Manual

Vorne Industries. Model 77/232 Serial Input Numeric 3 Display User's Manual Vorne Industries Model 77/232 Serial Input Numeric 3" Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 Page 2 Model 77/232 Serial Input Numeric 3"

More information

TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual

TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using

More information

$GDSWLYH0LFUR6\VWHPV

$GDSWLYH0LFUR6\VWHPV $GDSWLYH0LFUR6\VWHPV $/3+$,QGXVWULDO3URWRFRO Revision 3.2 9711-8814A Alpha Industrial Protocol-V3.2.doc Page 1 of 58 Table of Contents 1.0 Revision History... 6 2.0 Introduction... 7 3.0 Control-T and

More information

OPERATING MANUAL AND TECHNICAL REFERENCE

OPERATING MANUAL AND TECHNICAL REFERENCE MODEL WFG-D-130 HIGH SPEED DIGITAL 3 AXIS FLUXGATE MAGNETOMETER OPERATING MANUAL AND TECHNICAL REFERENCE December, 2012 Table of Contents I. Description of the System 1 II. System Specifications.. 2 III.

More information

11 Serial Communications

11 Serial Communications 11.1 COMMUNICATIONS PACKAGES There are a number of communication packages that can be used with the Quantum III to facilitate setup, record parameter data, view internal activity on a soft-scope and permit

More information

7-Series Serial Communications User Manual

7-Series Serial Communications User Manual 7-Series Serial Communications User Manual Document Number: 53840-001 Date: August, 2003 About This Manual This manual was written by the TOSHIBA Technical Publications Group. This group is tasked with

More information

Data Communication Protocol Host Computer to FAS-A

Data Communication Protocol Host Computer to FAS-A Data Communication Protocol Host Computer to FAS-A Overview This section codifies the communication protocol between an FAS-A and a host computer. Utilizing these protocols the host computer can 1) acquire

More information

Modbus Remote Communication Protocol for REM 54_. Technical Description

Modbus Remote Communication Protocol for REM 54_. Technical Description Modbus Remote Communication Protocol for REM 54_ 1MRS 750781-MUM Issued: 08.03.2002 Version: A/18.06.2002 Checked: ML Approved: AF Remote Communication Protocol for REM 54_ Modbus We reserve the right

More information

C-Bus Lighting Control via the C-Bus PCI Quick Start Guide. Document Number: CBUS-QS Issue: 2.0 Date: 8 December 2008

C-Bus Lighting Control via the C-Bus PCI Quick Start Guide. Document Number: CBUS-QS Issue: 2.0 Date: 8 December 2008 C-Bus Lighting Control via the C-Bus PCI Quick Start Guide Document Number: CBUS-QS Issue: 2.0 CHANGE HISTORY Date Change Reference Comments 31 Jan 03 -Draft 0.1 Original 5 Jun 03 1 Addition of Licence

More information

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication.

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication. 3-3 Wiring NQ-Series models have, besides one power connector, a number of communication ports. Please refer to Table 2.2: Common specifications for NQ-Series and Table 2.3: Specifications per NQ-Series

More information

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice.

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice. MCD Modbus Module Instructions Important User Information INSTALLATION INSTRUCTIONS: MCD MODBUS MODULE Order Code: 175G9000 1. Important User Information Observe all necessary safety precautions when controlling

More information

Application Note: Using Modbus With the Conext CL Series. Important Safety Instructions

Application Note: Using Modbus With the Conext CL Series. Important Safety Instructions : Using Modbus With the Conext CL Series 976-0317-01-01 Rev A Important Safety Instructions READ AND SAVE THESE INSTRUCTIONS - DO NOT DISCARD This document contains important safety instructions that must

More information

[WIR-1286]868MHz LORA Wireless Module. Page 1. LORA 868MHz Wireless serial link [WIR-1286]

[WIR-1286]868MHz LORA Wireless Module.   Page 1. LORA 868MHz Wireless serial link [WIR-1286] [WIR-1286]868MHz LORA Wireless Module http://www.robokitsworld.com Page 1 Contents 1) Features:... 4 2) Block Diagram..... 3) Description:... 4 4) PIN Configurations... 4 5) Module Specifications:... 5

More information

1.14 RS232 Serial Data Interface (Optional):

1.14 RS232 Serial Data Interface (Optional): GENERAL 1.14 RS232 Serial Data Interface (Optional): An RS232 Serial Data Interface has been incorporated for aircraft requiring this type of connection. This feature allows customers to use the Alpha

More information

Manual DTM Digital Pressure Transmitter

Manual DTM Digital Pressure Transmitter TetraTec Instruments GmbH Gewerbestr. 8 71144 Steinenbronn Deutschland E-Mail: info@tetratec.de Tel.: 07157/5387-0 Fax: 07157/5387-10 Manual Digital Pressure Transmitter *** VERSION 1.1 *** Update: 22.11.2006

More information

HMC1022 Digital Compass

HMC1022 Digital Compass Key Features Based on Honeywell s HMC1022 solid-state magnetic sensor Choice of 2 Interface Options (UART/I2C) Standard Pin Headers come soldered Plug and Play Module SPECIFICATIONs Angular Measuring Range

More information

PROXIMITY-1 SPACE LINK PROTOCOL CODING AND SYNCHRONIZATION SUBLAYER

PROXIMITY-1 SPACE LINK PROTOCOL CODING AND SYNCHRONIZATION SUBLAYER Draft Recommendation for Space Data System Standards PROXIMITY-1 SPACE LINK PROTOCOL CODING AND SYNCHRONIZATION SUBLAYER DRAFT RECOMMENDED STANDARD CCSDS 211.2-P-2.1 PINK SHEETS March 2019 Draft Recommendation

More information

The I-7530A RS-232/485/422 to CAN Converter

The I-7530A RS-232/485/422 to CAN Converter The I-7530A RS-232/485/422 to CAN Converter User s Manual Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year from the date of delivery

More information

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide DELPHI CORPORATION LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide Document Number TBD Version D, Draft 1 August 15, 2003 Copyright Delphi Corporation, 2003 Maintained by: Chris

More information

HDV100A3 Command Response Protocol

HDV100A3 Command Response Protocol HDV100A3 Command Response Protocol Documentation Number: HDV100A3-4115m International Headquarters B+B SmartWorx 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General

More information

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2 A262B Interface Board Connection and Application Data Introduction Page 1 Power Supply Requirements & Hardware Options Page 2 External Connectors (Functions & Pinouts) Page 2 Software Requirements (Control

More information

1. Introduction. 2. Installation MODBUS INTERFACE

1. Introduction. 2. Installation MODBUS INTERFACE 5551.C 8473.C MODBUS INTERFACE PIM-MB-1 Modbus Interface 1. Introduction AuCom soft starters can be controlled and monitored across an RS485 serial communication network using the Modbus RTU and AP ASCII

More information

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual

Rev Carbon Dioxide (CO2) Gas Sensor. TG100 User Manual Rev. 2.93 TG100 User Manual The TG100 measuring carbon dioxide (chemical formula CO2) is a NDIR (Non-Dispersive Infrared) gas sensor. As it is contactless, it has high accuracy and longer life than sensors

More information

VPGate Manual PROFIBUS to serial

VPGate Manual PROFIBUS to serial VPGate Manual PROFIBUS to serial Important information Purpose of the Manual This user manual provides information how to work with the VPGate PROFIBUS to serial. Document Updates You can obtain constantly

More information

EHAG 125 khz Multitag Reader Module ME-H10101xx

EHAG 125 khz Multitag Reader Module ME-H10101xx EHAG 125 khz Multitag Reader Module ME-H10101xx Firmware: 0.12b 4/9/2004 Table of Content 1 Scope...2 2 Definitions and abbreviations...3 2.1 Definitions... 3 2.1.1 Hex notation... 3 2.1.2 ASCII notation...

More information

Getting Started with your D3000M Series Module

Getting Started with your D3000M Series Module Getting Started with your D3000M Series Module This document contains step-by-step instructions to quickly connect and communicate with your D3000M modules. The modules require a one-time configuration

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM

INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM DL1 INTEGRA DL1 DUAL LOAD DIGITAL METER COMMUNICATIONS GUIDE DIGITAL ENERGY METER FOR MULTIPLE LOADS IN AN ELECTRICAL SYSTEM Contents 1 Dual Load Digital meters Modbus Protocol implementation 3 1.1 Modbus

More information

TECHNICAL BULLETIN [ 1 / 8 ]

TECHNICAL BULLETIN [ 1 / 8 ] TECHNICAL BULLETIN [ 1 / 8 ] [Title] Production discontinuation of the QD51(-R24) intelligent communication module [Date of Issue] March 2016 [Relevant Models] QD51, QD51-R2 Thank you for your continued

More information

DAC 8 DSD. RS 232 Control

DAC 8 DSD. RS 232 Control DAC 8 DSD RS 232 Control (c) T+A elektroakustik GmbH&Co KG Herford Germany Version 1.12 02.06.2016 Document History 22.12.2015 V 1.00 Document released 23.12.2015 V 1.01 Minor corrections 26.01.2016 V

More information

Vorne Industries. 87/708 Master Clock Display User's Manual

Vorne Industries. 87/708 Master Clock Display User's Manual Vorne Industries 87/708 Master Clock Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 www.vorne.com Chapter 1 Setting Up Your Display For Operation...

More information

SCB-C08 USB to RS232/422/485 Converter

SCB-C08 USB to RS232/422/485 Converter SCB-C08 USB to RS232/422/485 Converter USB Interface RS-232 signal RS-422 signal: RS-485 signal: Cable Type Transmission distance Signal LED Direct power from USB port Power consumption: Compliant with

More information

Sierra Radio Systems. Mesh Data Network. Reference Manual. Version 1.0

Sierra Radio Systems. Mesh Data Network. Reference Manual. Version 1.0 Sierra Radio Systems Mesh Data Network Reference Manual Version 1.0 Contents Hardware Xbee backpack board Xbee base station Xbee firmware configuration RS485 network power injector Protocol specification

More information

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide

PM290 POWERMETER. Communication Protocols ASCII & Modbus Reference Guide PM290 POWERMETER Communication Protocols ASCII & Modbus Reference Guide PM290 Communication Protocols Communication protocol is a method of transferring information between different devices (i.e., the

More information

PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map

PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map 70022-05-XX PROTOCOL DOCUMENT 04/2007 PowerLogic ION6200 Serial Communications Protocol and ION / Modbus Register Map This document explains the Modbus protocol on the ION6200 meter. The ION6200 meter

More information

A Issue A Original. Instruction Manual. nxds Serial Comms Interface

A Issue A Original. Instruction Manual. nxds Serial Comms Interface Instruction Manual A735-01-860 Issue A Original nxds Serial Comms Interface Description nxds6i nxds10i nxds15i nxds20i Item Number A735-01-983 A736-01-983 A737-01-983 A738-01-983 nxds6ic nxds10ic nxds15ic

More information

ZM24x Quick-Connect Industrial Modem. User s Manual

ZM24x Quick-Connect Industrial Modem. User s Manual ZM24x Quick-Connect Industrial Modem User s Manual Version 1.1 2004 ZYPEX, Inc. All Rights Reserved 1 ZM24x Quick-Connect Industrial Modem Since the equipment explained in this manual has a variety of

More information

REV6 Multi Sector MIFARE Reader/Writer Data Sheet

REV6 Multi Sector MIFARE Reader/Writer Data Sheet 716-52 REV6 Multi Sector MIFARE Reader/Writer Data Sheet Overview The 716-52 REV6 multi sector MIFARE Reader/Writer is an intelligent 13.56MHz contactless reader writer designed to operate with the Mifare

More information

RS485 MODBUS Module 6RO

RS485 MODBUS Module 6RO Version 2.0 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

Soft Starter Remote Operator. Section 1.0 Introduction 1.1 Important user information General Manual description...2.

Soft Starter Remote Operator. Section 1.0 Introduction 1.1 Important user information General Manual description...2. Section 1.0 Introduction 1.1 Important user information... 2 1.2 General... 2 1.3 Manual description...2 Contents Section 2.0 Specification 2.1 General technical data...3 2.2 Dimensions...3 Section 3.0

More information

Unique Micro Design. Advanced Thinking Products. Model 164 Quad Coupler User Manual

Unique Micro Design. Advanced Thinking Products. Model 164 Quad Coupler User Manual Advanced Thinking Products Model 164 Quad Coupler User Manual Document reference : UMD Part Number : 6-0164-993-4 Issue 1 - First release Revision 2/12/92 Advanced Thinking Products Model 164 Quad Coupler

More information

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE COMMUNICATION INSTRUCTION MANUAL THT-500-A/R (C5) No. THT5CE2 2018.04 This manual contains instructions for communication functions of the THT-500-A/R. 1. System Configuration 1.1 When Using USB Communication

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information

Auxiliary Board MP-Bus HZS 562

Auxiliary Board MP-Bus HZS 562 MP BUS AUXILIARY BOARD HZS 562 Auxiliary Board MP-Bus HZS 562 The MP bus interface electronics connect a CAN bus system with an MP bus system. The electronics are used as an MP bus master to control MP

More information

Kramer Electronics, Ltd. USER MANUAL. Model: TP Channel UXGA/Audio/RS-232 to CAT 5 Transmitter

Kramer Electronics, Ltd. USER MANUAL. Model: TP Channel UXGA/Audio/RS-232 to CAT 5 Transmitter Kramer Electronics, Ltd. USER MANUAL Model: TP-185 8 Channel UXGA/Audio/RS-232 to CAT 5 Transmitter Contents Contents 1 Introduction 1 2 Getting Started 1 2.1 Quick Start 2 3 Overview 3 3.1 Shielded Twisted

More information

Note : Power consumption and sample rate will vary according to different firmware versions.

Note : Power consumption and sample rate will vary according to different firmware versions. 1.0 Product Page 1 of 5 PenMount 1201A control board is one of the cutting-edge innovations from PenMount. A collectively integrated feature with USB / RS232 interface supporting 5 to 7.9 projected capacitive

More information

IFC 100 Supplementary instructions

IFC 100 Supplementary instructions IFC 100 Supplementary instructions Signal converter for electromagnetic flowmeters Description of Modbus interface Electronic Revision: ER 3.0.xx Modbus version: 1.0.xx KROHNE CONTENTS IFC 100 1 Important

More information

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Introduction The RS-485 communications option (See Figure 1) for the Series 370 Stabil-Ion Gauge Controller permits data output to, and

More information

8520/8520R. User Manual

8520/8520R. User Manual /R User Manual Warranty All products manufactured by SuperLogics are warranted against defective materials for a period of one year from the date of delivery to the original purchaser. Disclaimer SuperLogics

More information

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD AD-8923-BCD Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD4002137 2010 A&D Company, Limited. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, or translated

More information

Motors I Automation I Energy I Transmission & Distribution I Coatings. SymbiNet CFW-11. User s Manual

Motors I Automation I Energy I Transmission & Distribution I Coatings. SymbiNet CFW-11. User s Manual Motors I Automation I Energy I Transmission & Distribution I Coatings SymbiNet CFW-11 User s Manual SymbiNet User s Manual Series: CFW-11 Language: English Document Number: 10002033446 / 00 Publication

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

More information

Note : Power consumption and sample rate will vary according to different firmware versions.

Note : Power consumption and sample rate will vary according to different firmware versions. 1.0 Product Page 2 of 6 PenMount 1400A control board is one of the cutting-edge innovations from PenMount. A collectively integrated feature with USB / RS232 interface supporting 11.0 to 15.0 projected

More information

BNI IOL Z013 BNI IOL-302-S01-Z013. User s Guide

BNI IOL Z013 BNI IOL-302-S01-Z013. User s Guide BNI IOL302000Z013 BNI IOL302S01Z013 User s Guide Balluff Network Interface / IOLink BNI IOL302xxxZ013 1 Notes for the user 1.1 About this guide 2 1.2 Structure of the guide 2 1.3 Typographical conventions

More information

ASCII Text Control (ATC) Protocol for Remote Control of Equinox Programmers

ASCII Text Control (ATC) Protocol for Remote Control of Equinox Programmers Report No: AN110 Title: ASCII Text Control (ATC) Protocol for Remote Control of Equinox Programmers Author: Date: Version Number: John Marriott 27 th March 2009 1.06 Abstract: This application note describes

More information

BNI IOL Z026 BNI IOL-302-S01-Z026 User s Guide

BNI IOL Z026 BNI IOL-302-S01-Z026 User s Guide BNI IOL302000Z026 BNI IOL302S01Z026 User s Guide 1 Notes for the user 1.1 About this guide 2 1.2 Structure of the guide 2 1.3 Typographical conventions 2 1.3.1 Enumerations 2 1.3.2 Actions 2 1.3.3 Syntax

More information

BNI IOL Z026 BNI IOL-302-S01-Z026. User s Guide

BNI IOL Z026 BNI IOL-302-S01-Z026. User s Guide BNI IOL302000Z026 BNI IOL302S01Z026 User s Guide Balluff Network Interface / IOLink BNI IOL302xxxZ026 1 Notes for the user 1.1 About this guide 2 1.2 Structure of the guide 2 1.3 Typographical conventions

More information

TOSVERT VF-nC3 Series RS485 Communication Function Instruction Manual

TOSVERT VF-nC3 Series RS485 Communication Function Instruction Manual TOSVERT VF-nC3 Series RS485 Communication Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using

More information

ABB Drives. User s Manual. Modbus Adapter Module RMBA-01

ABB Drives. User s Manual. Modbus Adapter Module RMBA-01 ABB Drives User s Manual Modbus Adapter Module RMBA-01 Modbus Adapter Module RMBA-01 User s Manual 3AFE 64498851 REV A EN EFFECTIVE: 1.3.2002 2002 ABB Oy. All Rights Reserved. Safety instructions Overview

More information

SDM-6RO. Expansion Module 6 relay outputs. Manufactured for

SDM-6RO. Expansion Module 6 relay outputs. Manufactured for Version 1.0 5.02.2014 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

Communications Protocol

Communications Protocol SLC lm Programmable Controller Contents SLC Page 1 Format of Transmission 1 Map Specific Commands 4 The Memory 8 User Address to Controller Address Table 10 Addresses Program User Connector Pin Configuration

More information

USER MANUAL. VS Port RS-422 Matrix Switcher MODEL: P/N: Rev 5

USER MANUAL. VS Port RS-422 Matrix Switcher MODEL: P/N: Rev 5 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VS-4228 8-Port RS-422 Matrix Switcher P/N: 2900-0033 Rev 5 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Safety Instructions

More information

Saturn Reader User Manual

Saturn Reader User Manual FCC Compliance Saturn Reader User Manual Version 1.00 On Track Innovations Ltd. (O T I) P/N 1100054F P/N 1100054F page 0 FCC Compliance FCC Compliance This device (Reader Saturn 3000) complies with Part

More information

Page 1 of 13 Version 1.5 Release Date: PenMount PM1410 PCI Controller Board Data Sheet. Table of contents

Page 1 of 13 Version 1.5 Release Date: PenMount PM1410 PCI Controller Board Data Sheet. Table of contents Page 1 of 13 Table of contents Table of contents... 1 Revision history... 2 1.0 Introduction... 3 2.0 Specifications... 4 3.0 Mechanical Drawing... 5 3.1 Mechanical size... 5 3.2 Touch line pin definition...

More information

Unique Micro Design First Choice of Professional Systems Intergrators. Model 361 Terminal Keyboard Wedge User Manual

Unique Micro Design First Choice of Professional Systems Intergrators. Model 361 Terminal Keyboard Wedge User Manual Model 361 User Manual Unique Micro Design First Choice of Professional Systems Intergrators Model 361 Terminal Keyboard Wedge User Manual Document Reference : DOC-M361-UM UMD Part Number : 6-0361-993-5

More information

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1 TABLE OF CONTENTS TABLE OF CONTENTS... 1 IMPORTANT NOTICE... 2 PRODUCT CONFORMITY... 3 WARRANTY AND SAFETY INSTRUCTIONS... 4 1 GENERAL... 5 1.1 SATEL I-LINK 100 MODBUS I/O- CONVERTER... 5 2 SPECIFICATIONS...

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

EWAVE Inc Gracefield Ln. Dallas, Texas (972)

EWAVE Inc Gracefield Ln. Dallas, Texas (972) EWAVE Inc. 7419 Gracefield Ln. Dallas, Texas 75248 (972) 248-2931 www.electrowave.com STAMPER User s Manual Version 1.0 Ewave Radio Modems covered in this manual: STAMPER INTRODUCTION... 3 1.1 FEATURES

More information

(RS232-Interface) The variants with other interfaces look slightly different. Operation

(RS232-Interface) The variants with other interfaces look slightly different. Operation Description Characteristic features Up to 20 temperature measurement points measuring range 55 +125 C Use of temperature probe DALLAS-Sensors type 18B20, 18S20 Three wire, parallel connection of sensors

More information

Specification. for. Serial Interface DN-C635

Specification. for. Serial Interface DN-C635 Date 2003-01-28 1 page of 39 Specification for Serial Interface DN-C635 Denon, Ltd. Date 2003-01-28 2 page of 39 Histories Rev. Date Name Description 1.0 Jan.,28, 03 J.Watanabe Date 2003-01-28 3 page of

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

More information

Georgia COAM. SAS Requirements

Georgia COAM. SAS Requirements Georgia COAM SAS Requirements Table of Contents 1. Introduction... 4 1.1 Purpose... 4 1.2 Intended Audience... 4 1.3 Overview... 4 1.4 List of Relevant Documents... 5 1.5 Acknowledgement... 5 1.6 Definitions...

More information

SR5 Serial Protocol - Issue 1.6

SR5 Serial Protocol - Issue 1.6 cctalk bus SR5 Serial Protocol - Issue 1.6 This document is the copyright of Money Controls Ltd and may not be reproduced in part or in total by any means, electronic or otherwise, without the written

More information

Page 1 of 11 Version 1.2 Release Date: PenMount PM2204 PCI Controller Board Data Sheet. Table of contents

Page 1 of 11 Version 1.2 Release Date: PenMount PM2204 PCI Controller Board Data Sheet. Table of contents Page 1 of 11 Table of contents Table of contents... 1 Revision history... 2 1.0 Introduction... 3 2.0 Specifications... 4 3.0 Mechanical drawing... 5 3.1 Mechanical size... 5 3.2 Touch line pin definition...

More information

1. Implemented CM11 protocol

1. Implemented CM11 protocol 1. Implemented CM11 protocol 1.1. Housecodes and Device Codes. The housecodes and device codes range from A to P and 1 to 16 respectively although they do not follow a binary sequence. The encoding format

More information

This document hosted by: 10. OPTIONS

This document hosted by:  10. OPTIONS This document hosted by: www.oldwillknottscales.com 10. OPTIONS The following options are available for the FG series: OP-23 (FG-23) RS-232C serial interface OP-24 (FG-24) RS-232C serial interface and

More information

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL

DIGITAL TRANSDUCER TESTER & PC-INTERFACE (AVA-03) 16-APR-2015 PAGE 1 OF 9 1. GENERAL PAGE 1 OF 9 1. GENERAL The Avanti I²C Transducer Tester and PC-Interface (AVA-03) is a standalone device for accessing pressure/temperature transducers, which are equipped with a two-wire serial I²C interface.

More information

ANNEXURE 6: RESUME OF THE PROPOSED ADJUDICATOR

ANNEXURE 6: RESUME OF THE PROPOSED ADJUDICATOR ANNEXURE 6: RESUME OF THE PROPOSED ADJUDICATOR Atal Indore City Transport Services Limited (AICTSL) ANNEXURE 6 ANNEXURE 7: INTERFACE DOCUMENT OF THE EXISTING ON-BOARD PIS DISPLAY UNIT Atal Indore

More information

1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1

1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1 1.Eastron SDM530-Modbus Smart Meter Modbus Protocol Implementation V1.1 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

Chapter 6: DNP Introduction. 6.2 Features of the DNP The OSI/ISO model. 6.3 Basic topology

Chapter 6: DNP Introduction. 6.2 Features of the DNP The OSI/ISO model. 6.3 Basic topology 6.1 Introduction DNP3 (Distributed Network Protocol Version 3) is an open, intelligent, robust and efficient modern SCADA protocol designed to optimise the transmission of data acquisition information

More information

ASCII Printer Driver Programmable Serial Interface Card Series 2

ASCII Printer Driver Programmable Serial Interface Card Series 2 ASCII Printer Driver Programmable Serial Interface Card Series 2 USER MANUAL Rev. P1.55 November 6, 2009 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998,

More information

Card Dispensing/Collecting Machine

Card Dispensing/Collecting Machine A 1 OF 36 2010. 03. 02. Card Dispensing/Collecting Machine Series. 3,,. http://www.securetech-corp.com E-mail : sales@securetech-corp.com A 2 OF 36 2010. 03. 02. REVISION HISTORY No DATE DESCRIPTION REV

More information

MSR606. Programmer s Manual. Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Revision B

MSR606. Programmer s Manual. Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Revision B MSR606 Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Programmer s Manual Revision B 009-06-0 0 Table of Contents SECTION INTRODUCTION... Accessories of MSR606... Warranty... SECTION GENERAL

More information

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630)

Vorne Industries. 87/415 Rate Monitor Display User's Manual Industrial Drive Itasca, IL (630) Telefax (630) Vorne Industries 87/415 Rate Monitor Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 . 3 Chapter 1 Setting Up Your Display For Operation... 1.1 Accessing

More information

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter Forcom Technology Co., Ltd. Tel: +886-2-77296880 Fax: +8862-27055495 e-mail: info@forcomtech.com.tw URL: http://www.forcomtech.com.tw Intelligent RS-485/422 to RS-232 converter Model No.: R32TR1 AD-INT

More information

RS232-ADC16/24 Manual

RS232-ADC16/24 Manual RS232-ADC16/24 Manual Version 1.11 Copyright taskit GmbH 2009 www.taskit.de Page 1/22 Table of contents 1 Features...3 2 Introduction...3 3 Bringing into service...4 4 Application Sample...5 5 Frame layout...6

More information

GT- IRDM-9603 Product description Rev. 2 17/06/2014

GT- IRDM-9603 Product description Rev. 2 17/06/2014 GT- IRDM-9603 Product description Rev. 2 17/06/2014 1 1. Overview The GT- IRDM- 9603 is a complete Satellite Terminal solution for Satellite applications. Based on IRIDIUM 9603 module. 2. Hardware Interface

More information

Chapter 9: Data Transmission

Chapter 9: Data Transmission Chapter 9: Data Transmission MULTIPLE CHOICE 1. In practical terms, parallel data transmission is sent: a. over short distances only c. over any distance b. usually over long distances d. usually over

More information

Sender Receiver Sender

Sender Receiver Sender EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 19 Outline of the Lecture Interfacing the Serial Port Basics of Serial Communication Asynchronous Data Communication and Data Framing RS232 and other

More information

DN120 DeviceNet Gateway User Manual

DN120 DeviceNet Gateway User Manual DN120 DeviceNet Gateway User Manual DN120 PN 84-210010 Rev A Table of Contents CHAPTER 1 OVERVIEW... 4 CHAPTER 2 INSTALLATION... 5 MOUNTING... 5 WIRING... 6 DeviceNet Interface... 6 Serial Channel Interface...

More information

USER S MANUAL Enhanced Communication Function

USER S MANUAL Enhanced Communication Function UM-TS02E -E003 PROGRAMMABLE CONTROLLER PROSEC T2E/T2N USER S MANUAL Enhanced Communication Function Main Menu Contents TOSHIBA CORPORATION Important Information Misuse of this equipment can result in property

More information

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1)

2. Terminal arrangement TEMPERATURE CONTROLLER KT2 COMMUNICATION INSTRUCTION MANUAL. (Fig. 2-1) COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER No.KTC3E2 2006.08 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual. For this product

More information