DTSX200 Communications(Modbus) Guide

Size: px
Start display at page:

Download "DTSX200 Communications(Modbus) Guide"

Transcription

1 User s Manual DTSX200 Communications(Modbus) Guide 4th Edition

2 Blank Page

3 < Introduction > i Introduction About this Manual Thank you for purchasing the DTSX200 Distributed Temperature Sensor. This document describes the (Modbus) communications function of the DTSX200. Read it carefully before using the function to ensure proper use. You may also refer to the following manuals for other information related to the DTSX200. Manual name Document No. Description DTSX200 Distributed Temperature Sensor Guide DTAP200 DTSX200 Control Visualization Software Guide DTAP200 DTSX200 Control Visualization Software LAS 2.0 Data Conversion Guide IM 39J06B45-01E IM 39J02B45-01E IM 39J02B45-02E This document describes the functions, operation and usage precautions of the DTSX200 Distributed Temperature Sensor. This document describes the functions, operation and usage precautions of the DTSX200 Control Visualization Software, which can be used to configure the DTSX200 Distributed Temperature Sensor and display its measurement result. This document describes the functions, operation and usage precautions of the software for converting and transmitting measurement data of the DTSX200 Distributed Temperature Sensor in LAS format. Caution Trademarks YOKOGAWA reserves the right to make improvements in the manuals and product at any time, without notice or obligation. If you have any questions, or you find mistakes or omissions in the manuals, please contact our sales representative or your local distributor. No part of the manual may be transferred or reproduced without prior written consent from YOKOGAWA. The following names are trademarks or registered trademarks of their respective holders DTSX, STARDOM and CENTUM are trademarks of Yokogawa Electric Corporation. Ethernet is a registered trademark of Xerox Corporation. Modbus is a registered trademark of AEG Schneider.

4 Blank Page

5 < CONTENTS > iii DTSX200 Communications(Modbus) Guide CONTENTS Introduction... i CONTENTS... iii 1. Overview of the Communications Function Specifications Communications Interface Specifications Ethernet RS-232C Modbus Communications Protocol Specifications Modbus/TCP Modbus Serial Communications Setup Modbus/TCP Settings Setup Procedure Modbus Serial Communications Modbus Communications Related Settings Setup Procedure Modbus Communications Protocol Overview Message Structure Device Number Function Code Data Error Check Code Slave Response Normal Response Exception Response No Response Function Codes Message Description Read Holding Registers Message Structure Function Description... 15

6 < CONTENTS > iv Example of Message Exchange Read Input Registers Message Structure Function Description Example of Message Exchange Write Single Register Message Structure Function Description Example of Message Exchange Write Multiple Registers Message Structure Function Description Example of Message Exchange Address Map Handling of Fractional Data Holding Register Address Map List of Holding Registers Description of Holding Registers Input Register Address Map List of Input Registers Description of Input Registers Revision Information... i

7 < 1. Overview of the Communications Function> 1 1. Overview of the Communications Function The DTSX200 supports communications based on the Modbus protocol via builtin Ethernet and RS-232C ports as communications interfaces. Using Modbus communications, a client/master can configure, control, as well as retrieve status information and measurement data from a remote DTSX200. The figure below shows an example system configuration. PC PC PC STARDOM,CENTUM Control device Modbus/TCP Modbus/TCP Modbus/TCP Modbus/TCP Ethernet DTSX200 RS-232C Modbus Serial (ASCII, RTU) If connection to the DTSX200 is by Ethernet, the Modbus/TCP communications protocol is used, the DTSX200 runs as a Modbus/TCP server and can connect to a maximum of four client devices. If connection to the DTSX200 is by RS-232C, the DTSX200 runs as a slave device and communicates one-to-one with a master device. Both the RTU and ASCII serial transmission modes are supported. For RS-232C communications, a slave address must be defined for the DTSX200.

8 Blank Page

9 2. Specifications < 2. Specification> Communications Interface Specifications Ethernet Item Connector type RJ-45 connector Number of ports 1 Electrical and mechanical specifications IEEE802.3 compliant Transmission mode 100BASE-TX/10BASE-T Specifications RS-232C Item Connector type Number of ports Electrical and mechanical specifications Transmission mode Synchronization Baud rate Character length Parity Stop bits Flow control Specifications RJ-45 connector 3 (COM1, COM2 and COM3) * COM1 and COM2 ports are available for Modbus serial communications. EIA RS-232 compliant Full-duplex Start-stop synchronization 1200, 2400, 4800, 9600, 19200, 38400, or bps (selectable) * The COM2 port supports baud rates up to bps. 7 or 8 bits None, even or odd 1 bit or 2 bits None, rts/cts or xon/xoff

10 2.2. Modbus Communications Protocol Specifications Modbus/TCP < 2. Specification> 4 The DTSX200 supports the Modbus/TCP server function (equivalent to the Modbus slave function) and allows connection to a maximum of four client devices. It also has a timeout function, which automatically disconnects a client device if there is no communication for a specified timeout interval or longer. To maintain connection, communicate with the DTSX200 regularly. Item Transmission media Transmission mode Error detection Port number used Number of clients Communication timeout Modbus Serial Specification Ethernet RTU mode Compliant with TCP/IP error-checking specification 502 * can be changed from the Maintenance web page 4 max. 5 to 1800 seconds The DTSX200 supports the Modbus slave function. Item Specification Transmission media RS-232C Transmission mode RTU mode or ASCII mode (selectable) Slave address 1 to 247 Port number used COM1 or COM2 (selectable) Baud rate Selectable from 1200, 2400, 4800, 9600, 19200, 38400, or bps (selectable) * The COM2 port supports baud rates up to bps. Data bits 7 or 8 bits. * 8 bits must be specified for RTU transmission mode. Parity None, even or odd Stop bits 1 bit or 2 bits Flow control None, rts/cts or xon/xoff (selectable) Data interval 24-bit time or shorter Error detection CRC-16 (for RTU mode) and LRC (for ASCII mode)

11 3. Communications Setup 3.1. Modbus/TCP < 3. Communication Setup> 5 This section describes how to set up the DTSX200 for Modbus/TCP communications Settings Setting Port Number 502 or 1024 to Communication timeout interval 5 to 1800 seconds Setting Range Setup Procedure 1. Open the web application in Maintenance (Auth) mode. SEE ALSO For details, see Subsection B6.1.4, How to Transit between Operation States of Chapter B6, System Configuration of the DTSX200 Guide (IM 39J06B45-01E). 2. Click Application Setting Modbus TCP to display the [Modbus TCP] page.

12 < 3. Communication Setup> 6 3. Specify the port number for Modbus/TCP communications in [Port Number] and the communication timeout duration in [Comm Timeout]. Select yes for [Port Enable] to enable the port number for Modbus/TCP communications. After you have completed all required settings, click the [Set] button. Clicking the [Initialize] button reverts all settings to their default values, namely, 502 for [Port Number], 600 for [Comm Timeout] and yes for [Port Enable] respectively. 4. When the following page is displayed, click [OK].

13 < 3. Communication Setup> 7 5. When the following page is displayed, click Operations-Reboot to reboot the system in online mode. SEE ALSO For more details, see Subsection B6.1.4, How to Transit between Operation States of Chapter B6, System Configuration of the DTSX200 Guide (IM 39J06B45-01E).

14 3.2. Modbus Serial Communications < 3. Communication Setup> 8 This section describes how to perform setup for Modbus serial communications Modbus Communications Related Settings Setting Slave Address 1 to 247 Protocol rtu or ascii SEE ALSO Setting Range For details on serial communications related settings, see Subsection B6.4.8, Serial Port Configuration (Serial) of the DTSX200 Guide (IM 39J06B45-01E) Setup Procedure 1. Open the web application in Maintenance (Auth) mode. SEE ALSO For more details, see Subsection B6.1.4, How to Transit between Operation States of Chapter B6, System Configuration of the DTSX200 Guide (IM 39J06B45-01E). 2. Click Application Setting Modbus Serial to display the Modbus Serial page.

15 < 3. Communication Setup> 9 3. Specify the [Slave Address] and [Protocol], and then click the [Set] button. To revert these settings to their default values, click the [Initialize] button. This will revert [Slave Address] to 1 and [Protocol] to rtu. 4. When the following page is displayed, click the [OK] button.

16 < 3. Communication Setup> When the following page is displayed, click Operations-Reboot to reboot in online mode. SEE ALSO For details, see Subsection B6.1.4, How to Transit between Operation States of Chapter B6, System Configuration of the DTSX200 Guide (IM 39J06B45-01E).

17 < 4. Modbus Communications Protocol> Modbus Communications Protocol 4.1. Overview In a communications system based on the Modbus protocol, the master initiates a transaction and the slave responds to it. The communications protocol is as follows: 1) A master sends a request message to slaves. 2) Each slave compares the device number in the received message to its own device number. 3) If the device numbers match, the slave sends a response message. 4) If the device numbers do not match, the slave discards the received request message and waits for the next request message. By specifying a device number in a request message, a master can communicate with a specific slave even when multiple slaves are connected to the same line Message Structure Each request message or response message comprises four fields, namely a device number, a function code, a data field and an error check code, which are transmitted sequentially in the given order. Modbus defines two serial transmission modes, namely, the RTU mode and the ASCII mode, with different message formats. The ASCII mode permits only data comprising ASCII characters 0-9 and A-F. Device number (1 byte) Function code (1 byte) Data (n bytes) Error check code (CRC) (2 bytes) RTU mode Start (1 character): colon (:) Device number (2 characters) Function code (2 characters) Data (n characters) Error check code (LRC) (2 characters) End (2 characters): CR+LF ASCII mode Each message field is described in more details below Device Number The device number specifies a slave. Only the DTSX200 with a matching device number will process the request message Function Code The function code specifies the function to be executed by the slave. SEE ALSO For more details on the function code, see Section 4.4, Function Codes Data The data field contains data required for executing the function defined by the function code. The data structure varies with the function code. Each DTSX200 setting is assigned a unique register number. To read or write a setting, specify its register number. Register numbers must be specified as relative addresses in transmitted messages.

18 < 4. Modbus Communications Protocol> 12 The relative address of a register is given by the formula: Relative address = Last 5 digits of the register number 1 For example, to specify register number as a parameter for a function code, you should specify relative address in the message: Relative address = (last 5 digits of ) 1 = Error Check Code The error check code is used for detecting message errors (bit changes), if any, introduced during signal transmission. CRC (Cyclic Redundancy Check) is used in RTU serial transmission mode. LRC (ngitudinal Redundancy Check) is used in ASCII serial transmission mode Slave Response Normal Response If no error occurs in relation to the function requested in a properly received request message, the slave creates and returns a normal response message. The message structure is as described in Section 4.2. The content of the data field varies with the function code. SEE ALSO For details on the function code, see Section 4.4, Function Codes Exception Response If a request message contains a non-transmission-related error (such as a non-existent function code), the slave creates and returns an error response message without executing the request. The figure below shows the structure of an error response message. In an error response, the function code is 80H higher than the function code of the original request. Device number Function code+80 H Error code Error check code (CRC) RTU mode Start (1 character): colon (:) Device number Function code+80 H Error code Error check code (LRC) End (2 characters): CR+LF ASCII mode The error codes are listed in the table below. Table: Error Codes Error Code Error Description 01 H Invalid function code The specified function code is non-existent. Check the specified function code. 02 H Invalid address for coil or register The specified relative address of a register number is not allowed for the specified function code. 03 H Invalid number of registers The specified number of registers is too large and covers a range containing non-existent register numbers.

19 No Response < 4. Modbus Communications Protocol> 13 A slave ignores a request message and returns no response if: - The device number specified in the request message does not match slave s own device number; - The error check code does not match; or - A transmission error (such as a parity error) is detected Function Codes In the Modbus protocol, each function code can only act on certain allocated register numbers. The table below shows the mapping between function codes and register numbers for the DTSX200. Table: Mapping between Function Codes and Addresses Function Code Register Number Number Function Object Number Description 03 H Read (contiguous) Holding registers 4XXXXX Read-write word data 04 H Read (contiguous) Input registers 3XXXXX Read-only word data 06 H Write Holding register 4XXXXX Read-write word data 10 H Write (contiguous) Holding registers 4XXXXX Read-write word data

20 Blank Page

21 < 5. Message Description> Message Description 5.1. Read Holding Registers Message Structure Request message structure (bytes) Device number Function code Starting register number (relative address) No. of words to read CRC data Function Description Response message structure (bytes) Device number Function code No. of bytes read First word data Second word data Last word data CRC data ~ ~ This function is used to read from a remote DTSX200 contiguous word data starting from a specified starting register number for a specified number of words to read. The DTSX200 transmits the high order byte of returned word data before the low order byte Example of Message Exchange The following example reads the channel 1 settings for repetition rate, measurement time setting mode and averaging times from the DTSX200 identified by device number 1. Relative address of the register for channel 1 repetition rate setting: 0400 H; data count: 08 H Request message structure (bytes) Response message structure (bytes) Device number Function code Starting register number (relative address) 01 H 03 H 04 H 00 H Device number Function code No. of bytes read Word data 1 01 H 03 H 08 H 00 H 00 H 00 H No. of words to read 00 H 00 H Word data 2 45 H 00 H CRC data 39 H 00 H Word data 3 04 H Word data 4 CRC data 00 H 00 H D4 H 16 H The meaning of the returned data is as follows: Ch1 repetition rate (first word data read) = H (normal speed) Ch1 measurement time setting mode (second word data read) = H (by averaging times) Ch1 averaging times (last word data read) = H (= )

22 < 5. Message Description> Read Input Registers Message Structure Request message structure (bytes) Device number Function code Starting register number (relative address) No. of words to read CRC data Function Description Response message structure (bytes) Device number Function code No. of bytes read First word data Second word data Last word data CRC data ~ ~ This function is used to read from a remote DTSX200 contiguous words of read-only data starting from a specified starting register number for a specified number of words to read. The DTSX200 transmits the high order byte of returned word data before the low order byte Example of Message Exchange The following example reads status information and measurement progress information (Active channel number and progress percentage) from the DTSX200 identified by device number 1. Relative address of the status information register: 0000 H; Data count: 06 H Request message structure (bytes) Response message structure (bytes) Device number Function code Starting register number (relative address) 01 H 04 H 00 H 00 H Device number Function code No. of bytes read Word data 1 01 H 04 H 06 H 00 H 00 H 01 H No. of words to read 03 H 00 H Word data 2 B0 H 01 H CRC data 0B H 01 H Word data 3 43 H CRC data 4C H F2 H The meaning of the returned data is as follows: Status information (read word data 1) = H (measurement in progress) Active channel number (read word data 2) = H (Ch1) Channel measurement progress percentage (read word data 3) = H (32.3%) SEE ALSO Response messages cannot contain fractional data values so the data value 32.3 in the above example is returned as data value 323 (143H). For details on the handling of the respective data, see Chapter 6, Address Map.

23 < 5. Message Description> Write Single Register Message Structure Request message structure (bytes) Device number Function code Register number (relative address) Word data to write CRC data Function Description Response message structure (bytes) Device number Function code Register number (relative address) Word data written CRC data This function is used to write one word of data to a specified register number in a remote DTSX200. The high order byte of the word data to be written must be transmitted to DTSX200 before the low order byte Example of Message Exchange The following example writes the power save mode setting value to the DTSX200 identified by device number 1. Relative address of the power save mode setting register: 0100 H Power save mode setting value: 0001 H (ON) Request message structure (bytes) Device number Function code 01 H Response message structure (bytes) Device number Function code 01 H Register number (relative address) 01 H 00 H 06 H 01 H 06 H Register number (relative address) 00 H Word data to write 00 H 01 H Word data written 00 H 01 H CRC data 49 H F6 H CRC data 49 H F6 H

24 < 5. Message Description> Write Multiple Registers Message Structure ~ Request message structure (bytes) Device number Function code Starting register number (relative address) No. of words to write No. of bytes to write First word data Second word data Last word data CRC data Function Description ~ Response message structure (bytes) Device number Function code Starting register number (relative address) No. of words written CRC data This function is used to write to a remote DTSX200 contiguous word data starting from a specified starting register number for a specified number of words to write. The high order byte of the word data to be written must be transmitted to DTSX200 before the low order byte Example of Message Exchange The following example writes the fiber length of zone 1 of channel 1 to the DTSX200 identified by device number 1. It sets the fiber length to m. Relative address of register for fiber length of zone 1 of channel 1: 0802 H; Data count: 02 H Ch1 zone 1 fiber length setting value: H (=10000 D ) SEE ALSO Request messages cannot contain decimal points so data value in the above example must be transmitted as data value For details on the handling of the data, see Chapter 6, Address Map. Request message structure (bytes) Device number 01 H Function code 10 H Response message structure (bytes) Device number 01 H Function code 10 H Starting register number (relative address) 08 H 02 H Starting register number (relative address) 08 H 02 H No. of words to write 00 H 02 H No. of words written 00 H 02 H No. of bytes to write Word data 1 04 H 00 H 00 H CRC data E2 H 68 H Word data 2 27 H 10 H CRC data 0F H 8A H

25 6. Address Map 6.1. Handling of Fractional Data < 6. Address Map> 19 Some DTSX200 settings allow fractional values but transmission of fractional values in messages is not allowed. In the address map tables in the following pages, a setting parameter allowing fractional values is specified with its fixed number of decimal places. When handling fractional data, calculate its proper value using its fixed number of decimal places as shown in the following examples. Example 1: Reading the fiber length setting for zone 1 of channel 1 (register number: ) If the DTSX200 returns a value of 1000 for this parameter, which has 1 decimal place, the fiber length of zone 1 of channel 1 is given by: = Example 2: Writing the fiber length setting for zone 1 of channel (register number: ) To set the fiber length of zone 1 of channel 1 to 100.0, the value to be written to the DTSX200 for this parameter, which has 1 decimal place, is given by: 100.0x10 = Holding Register Address Map List of Holding Registers Register Number Function to Execution control functions Data conversion function Temperature calibration function Initialization function Measurement sequence control settings Measurement sequence table settings Measurement condition settings Fiber settings Channel settings Alarm settings Tag data settings Data conversion function Data conversion function selection Header settings LAS data conversion Conversion and transmission settings Channel number for latest measurement data Latest measurement Tag data data monitoring area Alarm information Individual channel measurement data monitoring area Measurement data information

26 < 6. Address Map> Description of Holding Registers (1) Execution control functions Relative Address Register Number Data Type 0000 H Short 0001 H Short (2) Data conversion function Relative Address Register Number Data Type 0010 H Short (3) Temperature calculation function Relative Address Register Number 0080 H Int Data Type Description Measurement execution control Self-diagnosis execution control Description LAS data conversion execution control Description Reference temperature remote input 0: Stop request ; 1: Start request 0: Stop request ; 1: Start request 0: Stop request ; 1: Start request Write Data Write Data Write Data to fixed decimal places ( to ) (4) Other functions Relative Register Data Description Write Data Address Number Type 0090 H Short Settings initialization 1: Execute request TIP Data types are representated as follows within this manual. - Short : 16-bit signed integer - Ushort : 16-bit unsigned integer - Int : 32-bit signed integer - Uint : 32-bit unsigned integer - Char : (8-bit) character - Uchar : 8-bit unsigned character

27 < 6. Address Map> 21 (5) Measurement sequence control settings Relative Register Data Address Number Type Description Read/Write Data No H Short Power save mode 0: Off; 1: On H Short Sequence mode 0: Single; 1: Continuous H Short Repetition mode 0: Sequence interval; 1: Sequence start time H Short Sequence start time 0: 1 cycle; 1: every day repetition H Int Sequence interval 0 to H Short Use flag of sequence start time 1 0: Off; 1: On H Short 2 010A H Short 010C H Short 2 010E H Short 0110 H Short H Short 0114 H Short H Short 0118 H Short 2 011A H Short 011C H TIP Short 2 Sequence start time 1 Use flag of sequence start time 2 Sequence start time 2 Use flag of sequence start time 3 Sequence start time 3 Use flag of sequence start time 4 Sequence start time 4 Use flag of sequence start time 5 Sequence start time 5 Use flag of sequence start time 6 Sequence start time 6 Hour (data 1): 0 to 23 Minute (data 2): 0 to 59 0: Off; 1: On 6 Hour (data 1): 0 to 23 Minute (data 2): 0 to 59 0: Off; 1: On 6 Hour (data 1): 0 to 23 Minute (data 2): 0 to 59 0: Off; 1: On 6 Hour (data 1): 0 to 23 Minute (data 2): 0 to 59 0: Off; 1: On 6 Hour (data 1): 0 to 23 Minute (data 2): 0 to 59 0: Off; 1: On 6 Hour (data 1): 0 to 23 Minute (data 2): 0 to 59 - These parameters cannot be modified during measurement. - The screen capture below maps the measurement condition settings displayed in the DTSX200 Control Visualization Software to their allocated Modbus registers. The labels shown in the screen capture map to the No. column in the above table. Example: The field labeled as (5)-1 in the screen capture refers to the power save mode in the above table

28 < 6. Address Map> 22 (6) Measurement sequence table settings Relative Register Data Address Number Type Description Read/Write Data No H Short Sequence 1 Use flag 0: Off; 1: On H Short Sequence 1 Principle 0: Single-end; 1: Double-end H Short Sequence 1 Channel (Near) 1: Ch1,, 16: Ch H Short Sequence 1 Channel (Far) 1: Ch1,, 16: Ch H Short Sequence 1 Interval 0 to H Sequence 2 settings (same data structure as sequence 1) H Sequence 3 settings (same data structure as sequence 1) H Sequence 4 settings (same data structure as sequence 1) H Sequence 5 settings (same data structure as sequence 1) H Sequence 6 settings (same data structure as sequence 1) H Sequence 7 settings (same data structure as sequence 1) H Sequence 8 settings (same data structure as sequence 1) H Sequence 9 settings (same data structure as sequence 1) H Sequence 10 settings (same data structure as sequence 1) - 02A0 H Sequence 11 settings (same data structure as sequence 1) - 02B0 H Sequence 12 settings (same data structure as sequence 1) - 02C0 H Sequence 13 settings (same data structure as sequence 1) - 02D0 H Sequence 14 settings (same data structure as sequence 1) - 02E0 H Sequence 15 settings (same data structure as sequence 1) - 02F0 H Sequence 16 settings (same data structure as sequence 1) - TIP - These parameters cannot be modified during measurement. - The screen capture below maps the sequence table settings displayed in the DTSX200 Control Visualization Software to their allocated Modbus registers. The labels shown in the screen capture map to the No. column in the above table. Example: The field labeled as (6)-1 in the screen capture refers to the Sequence 1 Use Flag setting in the above table.

29 < 6. Address Map> 23 (7) Channel settings Relative Register Data Address Number Type Description Read/Write Data No H Short Ch1 repetition rate 0: Standard rate; 1: Fast rate H Short Ch1 measurement time 0: Averaging times; setting mode 1: Duration H Int Ch1 averaging times 4096 to H Int Ch1 measurement time 1 to H Short Ch1 distance range 1000: 1 km; 2000: 2 km; 3000: 3 km; 4000: 4 km; : 6 km 0407 H Short Ch1 sampling resolution 10: 10 cm; 20: 20 cm; 50: 50 cm; 100: 1 m H Short Ch1 fiber failure detection 0: Off; 1: On H Short 0 to 999 Ch1 fiber failure threshold 1 fixed decimal place level (0.0 to 99.9) 8 0 to C H Int Ch1 switch length 1 fixed decimal place 9 (0.0 to ) 040E H Int Ch1 well inlet position 0 to fixed decimal place 10 (0.0 to ) 0410 H Int Fiber all length 0 to fixed decimal place H Short Calculation Range 0414 H Short 0415 H Short 0416 H Int 0418 H Short 0419 H Short 041A H Int 041C H Int 041E H Short Ch1 ST-AS differential loss setting type for doubleended measurement Ch1 ST-AS differential loss for double-ended measurement Ch1 distance of W to P1 for double-ended measurement Ch1 near end averaging distance for double-ended measurement Ch1 far end distance type for double-ended measurement Ch1 distance of W to P2 for double-ended measurement Ch1 distance of E to P2 for double-ended measurement Ch1 far end averaging distance for double-ended (0.0 to ) 0: All Data; 1: Total Length 0: Measurement; 1: Setting to fixed decimal places ( to 9.999) 0 to fixed decimal place (0.0 to ) 50 to fixed decimal place (5.0 to 20.0) 0: W to P2; 1: E to P2 0 to fixed decimal place (0.0 to ) 0 to fixed decimal place (0.0 to ) 50 to fixed decimal place (5.0 to 20.0) measurement 0440 H Channel 2 settings (same data structure as channel 1) H Channel 3 settings (same data structure as channel 1) - 04C0 H Channel 4 settings (same data structure as channel 1) H Channel 5 settings (same data structure as channel 1) H Channel 6 settings (same data structure as channel 1) H Channel 7 settings (same data structure as channel 1) - 05C0 H Channel 8 settings (same data structure as channel 1) H Channel 9 settings (same data structure as channel 1) H Channel 10 settings (same data structure as channel 1) H Channel 11 settings (same data structure as channel 1) - 06C0 H Channel 12 settings (same data structure as channel 1) H Channel 13 settings (same data structure as channel 1) H Channel 14 settings (same data structure as channel 1) H Channel 15 settings (same data structure as channel 1) - 07C0 H Channel 16 settings (same data structure as channel 1)

30 < 6. Address Map> 24 TIP - These parameters cannot be modified during measurement. - Averaging times should be specified as a multiple of Otherwise, it will be rounded down to the nearest multiple of 4096 with the remainder discarded. - Sampling resolution of 10 cm is not allowed if the specified distance range is 4 km or longer. If you specify the distance range as 4 km or longer when the specified sampling resolution is 10 cm, the sample resolution will be changed automatically to 1m. - The screen captures below map the channel settings displayed in the DTSX200 Control Visualization Software to their allocated Modbus registers. The labels shown in the screen captures map to the No. column in the above table. Example: The field labeled as (7)-1 in the screen capture refers to the repetition rate of channel 1.

31 < 6. Address Map> 25 (8) Fiber settings Relative Register Data Address Number Type Description Read/Write Data No H Short Use flag for Ch1 zone 1 0: No; 1: Yes H Int Fiber length for Ch1 zone 1 1 to fixed decimal place 2 (0.1 to ) 0804 H Int Group index for Ch1 zone to fixed decimal places ( to ) H Int 1 to Winding coefficient for Ch1 3 fixed decimal places zone 1 (0.001 to ) H Short 0809 H Short ss correction for Ch1 zone 1 Wavenumber setting mode for Ch1 zone 1 080A H Int Wavenumber for Ch1 zone 1 080C H Short Correction use flag for Ch1 zone 1 080D H Short Linearity for Ch1 zone 1 080E H Short Slope for Ch1 zone H Int Offset for Ch1 zone H Short 0813 H Short 0814 H Int 0816 H Int 0818 H Int 081A H Short Calibration use flag for Ch1 zone 1 Calibration type for Ch1 zone 1 T1 (thermometer reading) for Ch1 zone 1 T1 (DTS reading) for Ch1 zone 1 T1 (DTS reading) position for Ch1 zone 1 T1 (DTS reading) average distance for Ch1 zone to fixed decimal places ( to 9.999) 0: Default; 1: Setting 6 1 to fixed decimal places 7 (0.01 to ) 0: Off; 1: On 8 1 to fixed decimal places 9 (0.001 to 9.999) to fixed decimal places 10 ( to 9.999) to fixed decimal places 11 ( to ) 0: Off; 1: On 12 0: Manual input 1: Remote input 2: Optical switch to fixed decimal places ( to ) to fixed decimal places ( to ) 0 to fixed decimal place (0.0 to ) 10 to fixed decimal place (1.0 to 20.0) 0840 H Fiber settings for Ch1 zone 2 (same data structure as zone 1) H Fiber settings for Ch1 zone 3 (same data structure as zone 1) - 08C0 H Fiber settings for Ch1 zone 4 (same data structure as zone 1) H Fiber settings for Ch1 zone 5 (same data structure as zone 1) H Fiber settings for Ch1 zone 6 (same data structure as zone 1) H Fiber settings for Ch1 zone 7 (same data structure as zone 1) - 09C0 H Fiber settings for Ch1 zone 8 (same data structure as zone 1) - 0A00 H Fiber settings for Ch1 zone 9 (same data structure as zone 1) - 0A40 H Fiber settings for Ch1 zone 10 (same data structure as zone 1) - 0A80 H D00 H F80 H H H H Fiber settings for Ch2 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch3 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch4 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch5 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch6 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch7 zones 1 to 10 (same data structure as channel 1)

32 < 6. Address Map> H C00 H E80 H H H H H B00 H D80 H Fiber settings for Ch8 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch9 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch10 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch11 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch12 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch13 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch14 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch15 zones 1 to 10 (same data structure as channel 1) Fiber settings for Ch16 zones 1 to 10 (same data structure as channel 1) TIP - These parameters cannot be modified during measurement. - The screen captures below map the fiber settings displayed in the DTSX200 Control Visualization Software to their allocated Modbus registers. The labels shown in the screen captures map to the No. column in the above table. Example: The field labeled as (8)-1 in the screen capture refers to the use flag of channel 1 zone 1.

33 < 6. Address Map> 27 (9) Alarm settings Relative Address Register Number Data Type 3000 H Short 3001 H Short Description Read/Write Data No. Use flag for Ch1 alarm zone 1 Start depth use flag for Ch1 alarm zone H Int Depth for Ch1 alarm zone H Int 3006 H Short 3007 H Short 3008 H Int 300A H Int 300C H Int 300E H Short 3010 H Int 3012 H Short 3014 H Int Start depth for Ch1 alarm zone 1 Alarm combination for Ch1 alarm zone 1 Alarm mode for Ch1 alarm zone 1 Temperature high limit for Ch1 alarm zone 1 Temperature low limit for Ch1 alarm zone 1 Temperature rise limit for Ch1 alarm zone 1 Temperature rise comparison interval for Ch1 alarm zone 1 Temperature fall limit for Ch1 alarm zone 1 Temperature fall comparison interval for Ch1 alarm zone 1 Delayed temperature high limit for Ch1 alarm zone 1 0: Off; 1: On 1 0: Off; 1: On 2 1 to fixed decimal place (0.1 to ) 0 to fixed decimal place (0.0 to ) Each setting bit enables (value 1) or disables (value 0) the detection of an associated alarm type as follows: bit0: temperature high alarm bit1: temperature low alarm bit2: temperature rise alarm bit3: temperature fall alarm bit4: temperature difference alarm bit5: delayed temperature high alarm bit6: delayed temperature low alarm Each setting bit selects zone average (value 0) or any point (value 1) as the detection mode of an associated alarm type as follows: bit0: temperature high alarm bit1: temperature low alarm bit2: temperature rise alarm bit3: temperature fall alarm bit4: indefinite (not configurable) bit5: delayed temperature high alarm bit6: delayed temperature low alarm to fixed decimal places ( to ) to fixed decimal places ( to ) 0 to fixed decimal places (0.0 to ) 1 to 10 Specify the number of previous measurements from the current measurement for temperature comparison. 0 to fixed decimal places (0.0 to ) 1 to 10 Specify the number of previous measurements from the current measurement for temperature comparison to fixed decimal places ( to )

34 < 6. Address Map> H Short 3018 H Int 301A H Short 301C H Int Delayed temperature high alarm delay for Ch1 alarm zone 1 Delayed temperature low limit for Ch1 alarm zone 1 Delayed temperature low alarm delay for Ch1 alarm zone 1 Temperature difference limit for Ch1 alarm zone 1 Specify the alarm delay as a measurement count from 1 to to fixed decimal places ( to ) Specify the alarm delay as a measurement count from 1 to to fixed decimal places (0.0 to ) 3040 H Ch1 alarm zone 2 settings (same data structure as zone 1) H Ch1 alarm zone 3 settings (same data structure as zone 1) - 30C0 H Ch1 alarm zone 4 settings (same data structure as zone 1) H Ch1 alarm zone 5 settings (same data structure as zone 1) H Ch1 alarm zone 6 settings (same data structure as zone 1) H Ch1 alarm zone 7 settings (same data structure as zone 1) - 31C0 H Ch1 alarm zone 8 settings (same data structure as zone 1) H Ch1 alarm zone 9 settings (same data structure as zone 1) H Ch1 alarm zone 10 settings (same data structure as zone 1) H Ch2 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch3 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch4 alarm zones 1 to 10 settings (same data structure as channel 1) - 3A00 H Ch5 alarm zones 1 to 10 settings (same data structure as channel 1) - 3C80 H Ch6 alarm zones 1 to 10 settings (same data structure as channel 1) - 3F00 H Ch7 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch8 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch9 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch10 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch11 alarm zones 1 to 10 settings (same data structure as channel 1) - 4B80 H Ch12 alarm zones 1 to 10 settings (same data structure as channel 1) - 4E00 H Ch13 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch14 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch15 alarm zones 1 to 10 settings (same data structure as channel 1) H Ch16 alarm zones 1 to 10 settings (same data structure as channel 1) - TIP - These parameters cannot be modified during measurement. - The screen captures below map the alarm settings displayed in the DTSX200 Control Visualization Software to their allocated Modbus registers. The labels shown in the screen captures map to the No. column in the above table. Example: The field labeled as (9)-1 in the screen capture refers to the use (enable) flag of alarm zone 1 of channel

35 < 6. Address Map> 29

36 < 6. Address Map> 30 (10) Tag data settings Relative Address Register Number Data Type 5800 H Short 5801 H Short Description Read/Write Data No. Tag data creation flag for Ch1 zone 1 Start depth use flag for Ch1 zone H Int Depth for Ch1 zone H Short Data type for Ch1 zone H Int Tag unit depth for Ch1 zone 1 f5808 H Int Start depth for Ch1 zone 1 0: Off; 1:On 1 0: Off; 1:On 2 1 to fixed decimal place (0.1 to ) 0: Average; 1: Maximum; 2: Minimum; 3: Difference; 4: Slope 1 to fixed decimal place (0.1 to ) 0 to fixed decimal place (0.0 to ) 5820 H Ch1 zone 2 tag data settings (same data structure as Ch1 zone 1) H Ch1 zone 3 tag data settings (same data structure as Ch1 zone 1) H Ch1 zone 4 tag data settings (same data structure as Ch1 zone 1) H Ch2 zones 1 to 4 tag data settings (same data structure as Ch1) H Ch3 zones 1 to 4 tag data settings (same data structure as Ch1) H Ch4 zones 1 to 4 tag data settings (same data structure as Ch1) - 5A00 H Ch5 zones 1 to 4 tag data settings (same data structure as Ch1) - 5A80 H Ch6 zones 1 to 4 tag data settings (same data structure as Ch1) - 5B00 H Ch7 zones 1 to 4 tag data settings (same data structure as Ch1) - 5B80 H Ch8 zones 1 to 4 tag data settings (same data structure as Ch1) - 5C00 H Ch9 zones 1 to 4 tag data settings (same data structure as Ch1) - 5C80 H Ch10 zones 1 to 4 tag data settings (same data structure as Ch1) - 5D00 H Ch11 zones 1 to 4 tag data settings (same data structure as Ch1) - 5D80 H Ch12 zones 1 to 4 tag data settings (same data structure as Ch1) - 5E00 H Ch13 zones 1 to 4 tag data settings (same data structure as Ch1) - 5E80 H Ch14 zones 1 to 4 tag data settings (same data structure as Ch1) - 5F00 H Ch15 zones 1 to 4 tag data settings (same data structure as Ch1) - 5F80 H Ch16 zones 1 to 4 tag data settings (same data structure as Ch1) - TIP - These parameters cannot be modified during measurement. - The screen captures below map the tag settings displayed in the DTSX200 Control Visualization Software to their allocated Modbus registers. The labels shown in the screen captures map to the No. column in the above table. Example: The field labeled as (10)-1 in the screen capture refers to the tag data creation flag of zone 1 of channel

37 < 6. Address Map> 31 (11) Data conversion function settings Relative Address Register Number Data Type 8000 H Short Description Conversion function selection Read/Write Data 0: LAS : WITSML TIP - If the WITSML format data conversion function, which is an option requiring separate purchase, is not installed in the DTSX200, the value of this register is fixed as 0 and should not be set. (12) Header settings for LAS format conversion Relative Address Register Number Data Type 8100 H Short Description Channel number for parameter 8101 H Short Parameter ID 8102 H Short 129 Parameter value Read/Write Data 0: Ch1,, 15: Ch16 0: Company name 1: Well name 2: Field name 3: cation name 4: Province name 5: County name 6: State name 7: Country name 8: Service company name 9: Unique well ID 10: API number 11: Measurement date/time format 100: Use flag of length along fiber 101: Use flag of measured depth of casing 102: Use flag of DTS temperature 103: Use flag of stokes intensity 104: Use flag of anti-stokes intensity 105: Use flag of province 106: Use flag of unique well ID 107: License number 108: Unit of distance 109: Unit of temperature For parameters 0 to 10: Character string (256 characters max.) For parameter 11: Character string (64 characters max.) For parameters 100 to 106: 0: Off; 1: On For parameter 107: 0 to For parameter 108: 0: m; 1: ft; 2: yd; 3: mi For parameter 109: 4: K; 5: degc; 6: degf SEE ALSO For details on how to specify the measurement date/time format parameter, see Subsection B8.2.2, Format of Measurement Start Time of the DTSX200 Guide (IM 39J06B45-01E).

38 < 6. Address Map> 32 TIP - These parameters cannot be modified during LAS conversion. - Be sure to specify a channel number using register number and a parameter type using register number before reading or writing its parameter value using register number Only non-control ASCII characters and the null byte (0x00) are allowed. Two-byte coded data is not supported. - When writing a character string parameter, always append a null byte (0x00) at the end of the character string data. Otherwise, the parameter may be improperly set (partially modified or unmodified). - To specify a double-quote ( ) character within character string data, precede it with a backslash (\) escape character. In this case, two bytes are used for the character but the number of allowable characters for the parameter value is not reduced by one. - The screen capture below maps the LAS conversion header fields displayed in the DTSX200 Control Visualization Software LAS2.0 Data Conversion to their allocated parameters. Each label shown in the screen capture maps to a value for the parameter (register ) in the above table. Example: The field labeled as (12)-0 in the screen capture refers to the company name parameter.

39 < 6. Address Map> 33 (13) Header settings for LAS format conversion Relative Address Register Number Data Type 8A01 H Short Parameter ID 8A02 H Short 129 Description Parameter value Read/Write Data 0: URI 1: Proxy host name 2: Destination server user ID 3: Destination server password 4: Transmission mode 5: Form data name 6: Conversion file name 100: Transmission enable 101: Transmission method 102: Proxy use flag 103: Proxy port number 104: Deflate flag 105: Conversion format type 106: UTC flag For parameters 0, 1, 2, 3 and 5: Character string (255 characters max.) For parameter 4: LAST, NEW or transmission file name Transmission file name: character string (32 characters max.) For parameter 6: Character string (64 characters max.) For parameters 100, 102 and 104: 0: Off; 1: On For parameter 101: 0: PUT; 1: POST For parameter 103: 1 to (unsigned short) For parameter 105: 1 to 99 (short) For parameter 106: 0: local time 1: International standard time SEE ALSO For details on how to specify the conversion file name parameter, see Subsection B8.4.2, File Name Structure of the DTSX200 Guide (IM 39J06B45-01E). TIP - These parameters cannot be modified during LAS conversion. - Be sure to specify a parameter ID using register number before reading or writing its parameter value using register number Reading of the destination server user ID (parameter 2), password (parameter 3) and form data name (parameter 5) is prohibited for security reason. - Only non-control ASCII characters and the null byte (0x00) are allowed. Two-byte coded data is not supported. - When writing a character string parameter, always append a null byte (0x00) at the end of the character string data. Otherwise, the parameter may be improperly set (partially modified or unmodified). - To specify a double-quote ( ) character within character string data, precede it with a backslash (\) escape character. In this case, two bytes are used for the character but the number of allowable characters for the parameter value is not reduced by one.

40 < 6. Address Map> 34 - For the URI parameter, characters other than reserved characters and unreserved characters defined in RFC2396 and the # character must be encoded as URI escape characters. The table below lists the characters that must be escaped with their escape characters. Escape characters Characters (URI encoding) space %20 " %22 % %25 < %3C > %3E [ %5B \ %5C ] %5D ^ %5E ` %60 { %7B %7C } %7D The pound (#) character is used as a delimiter character for URI references and fragment identifiers. Only one # character can be specified in a URI. For details on fragment identifier, see the RFC The screen capture below maps the LAS conversion transmission settings displayed in the DTSX200 Control Visualization Software LAS2.0 Data Conversion to their associated parameters. Each label shown in the screen captures maps to a value for the parameter ID(register ) in the above table. Example: The field labeled as (13)-0 in the screen capture refers to the URI parameter.

41 < 6. Address Map> 35

42 < 6. Address Map> 36 (14) Measurement data - Latest measurement data Relative Address Register Number Data Type C000 H Short Description Channel number for latest measurement data C002 H Int Zone 1 tag data C004 H Int Zone 2 tag data C0C6 H Int Zone 99 tag data C0C8 H Int Zone 100 tag data C0CA H Int Zone 1 alarm info C0CC H Int Zone 1 alarm depth C0CE H Int Zone 2 alarm info C0D0 H Int Zone 2 alarm depth C0EA H Int Zone 9 alarm info C0EC H Int Zone 9 alarm depth C0EE H Int Zone 10 alarm info C0F0 H Int Zone 10 alarm depth 1 to 16 Read Data Zone 1 tag data for the latest measurement data Zone 2 tag data for the latest measurement data Zone 99 tag data for the latest measurement data Zone 100 tag data for the latest measurement data Zone 1 alarm info for the latest measurement data Zone 1 alarm depth for the latest measurement data Zone 2 alarm info for the latest measurement data Zone 2 alarm depth for the latest measurement data Zone 9 alarm info for the latest measurement data Zone 9 alarm depth for the latest measurement data Zone 10 alarm info for the latest measurement data Zone 10 alarm depth for the latest measurement data - Channel measurement data Relative Address Register Number Data Type Description C100 H Int Ch1 zone 1 tag data C102 H Int Ch1 zone 2 tag data C1C4 H Int Ch1 zone 99 tag data C1C6 H Int Ch1 zone 100 tag data C1C8 H Int Ch1 zone 1 alarm info C1CA H Int Ch1 zone 1 alarm depth C1CC H Int Ch1 zone 2 alarm info C1CE H Int Ch1 zone 2 alarm depth Read Data Zone 1 tag data for measurement data of ch1 Zone 2 tag data for measurement data of ch1 Zone 99 tag data for measurement data of ch1 Zone 100 tag data for measurement data of ch1 Zone 1 alarm info for measurement data of ch1 Zone 1 alarm depth for measurement data of ch1 Zone 2 alarm info for measurement data of ch1 Zone 2 alarm depth for measurement data of ch1 C1E8 H Int Ch1 zone 9 alarm info Zone 9 alarm info for measurement data of ch1 C1EA H Int Ch1 zone 9 alarm depth Zone 9 alarm depth for measurement data of ch1 C1EC H Int Ch1 zone 10 alarm info Zone 10 alarm info for measurement data of ch1 C1EE H Int Ch1 zone 10 alarm depth Zone 10 alarm depth for measurement data of ch1 C200 H Ch2 measurement data (same data structure as Ch1 measurement data) C300 H Ch3 measurement data (same data structure as Ch1 measurement data) C400 H Ch4 measurement data (same data structure as Ch1 measurement data) C500 H Ch5 measurement data (same data structure as Ch1 measurement data) C600 H Ch6 measurement data (same data structure as Ch1 measurement data) C700 H Ch7 measurement data (same data structure as Ch1 measurement data)

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1 NGC-40 Bridge Overview Raychem-AR-H58862-NGC40BridgeOV-EN-1805 nvent.com 1 Table of Contents 1. NGC-40 Overview... 9 1.1 Example NGC-40 System... 10 2. Legal stuff... 11 3. Protocols... 12 3.1 Data es...

More information

NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS. Firmware versions up to V2.0.X

NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS. Firmware versions up to V2.0.X NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS Firmware versions up to V2.0.X INDUSTRIAL HEAT TRACING SOLUTIONS EN-RaychemNGCUIT2Protocol-IM-H57880 06/15 1/32 Contents Section I Introduction

More information

F Technical Bulletin SC 370 SMART Modbus Interface

F Technical Bulletin SC 370 SMART Modbus Interface F7904502 Document Revision History Document Versiosion Modbus Map Ver- Date Author Notes 1 10 9/26/17 JGG Document Created Flash Technology, 332 Nichol Mill Lane, Franklin, TN 37067 www.flashtechnology.com

More information

Modbus TCP/IP Option Instruction Manual

Modbus TCP/IP Option Instruction Manual W A L C H E M An Iwaki America Company WebMaster Modbus TCP/IP Option Web Master WIND Modbus TCP/IP Option Instruction Manual s825v008 and higher Five Boynton Road Hopping Brook Park Holliston, MA 01746

More information

Yokogawa DX Ethernet Driver Help Kepware Technologies

Yokogawa DX Ethernet Driver Help Kepware Technologies Yokogawa DX Ethernet Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Communications Parameters 7 Optimizing Your Ethernet Communications 9 Data

More information

Compod. Instruction Manual IM-COMPOD Revision: F, December 2015

Compod. Instruction Manual IM-COMPOD Revision: F, December 2015 Compod Programmable Control Module For 100 Series Digital Mass Flow Meters & Controllers Instruction Manual IM-COMPOD Revision: F, December 2015 CORPORATE HEADQUARTERS 5 Harris Court, Building L, Monterey,

More information

ibox Modbus Server Gateway for the integration of Notifier ID3000 / ID3002 / ID60 / ID50 fire panels in Modbus enabled monitoring and control systems

ibox Modbus Server Gateway for the integration of Notifier ID3000 / ID3002 / ID60 / ID50 fire panels in Modbus enabled monitoring and control systems Honeywell Life Safety Iberia C/Pau Vila 15-19; 08911 Badalona Barcelona T. 902 03 05 45; Internacional:+34932424236 www.honeywelllifesafety.es infohlsiberia@honeywell.com ibox Modbus Server Gateway for

More information

PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet)

PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet) Instruction Manual PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet) TYPE: PHU INP-TN5A0024-E Note: MODBUS is the registered trade mark of AEG Schneider Aumaion International. NOTICE 1. Exemption items

More information

Series Digital Controller Instruction Sheet

Series Digital Controller Instruction Sheet 216/3/11 Series Digital Controller Instruction Sheet Thank you very much for purchasing DELTA DTC Series Temperature Controller. Please read this instruction sheet before using your DTC series to ensure

More information

FlameGard 5 UV/IR HART

FlameGard 5 UV/IR HART FlameGard 5 UV/IR HART HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized

More information

Compod. Instruction Manual IM-COMPOD Revision: C.1, November 2010

Compod. Instruction Manual IM-COMPOD Revision: C.1, November 2010 Compod Programmable Control Module For 100 Series Digital Mass Flow Meters & Controllers Instruction Manual IM-COMPOD Revision: C.1, November 2010 CORPORATE HEADQUARTERS 5 Harris Court, Building L, Monterey,

More information

Database for CTS6000 MODBUS

Database for CTS6000 MODBUS Database for CTS6000 MODBUS Valid for: LONcard SW1.7.4B, Variable List V2.02 Version 1.08-4, 01-05-2016 Contents Contents... 2 1. Installation... 3 1.1. Installation and operating instructions... 3 2.

More information

MicroTech Series 200 Centrifugal Chiller

MicroTech Series 200 Centrifugal Chiller Protocol Data Information Packet Version 2.2 Group: Controls Date: March 1999 MicroTech Series 200 Centrifugal Chiller Data Communications Packet for Protocol 2002 McQuay International Revision History

More information

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com FL500 Modbus Communication Operating Manual Order No.: 10193214/00 MSAsafety.com 1000 Cranberry Woods Drive Cranberry Township, PA 16066 A Phone 1-800-MSA-2222 Fax 1-800-967-0398 For your local MSA contacts

More information

Replaceable LED modules. Sleep or unattended mode. Auto-silence and auto-acknowledge

Replaceable LED modules. Sleep or unattended mode. Auto-silence and auto-acknowledge Replaceable LED modules 11 Alarm Sequences as per ISA-18.1 standard Each channel/window fully field programmable RS232 or RS485 MODBUS-RTU communication Repeat relay for each window and multifunction relays

More information

ION Meter Alerts TECHNICAL NOTE NOVEMBER In This Document

ION Meter Alerts TECHNICAL NOTE NOVEMBER In This Document 70072-0125-01 TECHNICAL NOTE NOVEMBER 2006 ION Meter Alerts A PowerLogic ION meter can send alerts to indicate a user specified power system condition such as a power quality problem (including surges,

More information

AUTOMATION. Operator s Manual RST Series Web Enabled Input Module. Rev. A2, 1/12

AUTOMATION. Operator s Manual RST Series Web Enabled Input Module. Rev. A2, 1/12 AUTOMATION P R O D U C T S GROUP, INC. Operator s Manual RST-5000 Series Web Enabled Input Module Rev. A2, 1/12 Tel: 1/888/525-7300 Fax: 1/435/753-7490 www.apgsensors.com E-mail: sales@apgsensors.com RST-5000

More information

mti085 Temperature Interface

mti085 Temperature Interface Temperature Interface 1-WIRE INTRINSICALLY SAFE mti085 mti085 Temperature Interface Document No. 10432 Revision H July 2007 2001-2006 CMC Industrial Electronics Ltd. This page intentionally left blank

More information

Avigilon Control Center 5 System Integration Guide

Avigilon Control Center 5 System Integration Guide Avigilon Control Center 5 System Integration Guide for Paxton Net2 Access Control Systems 2014 Avigilon Corporation. All rights reserved. Unless expressly granted in writing, no license is granted with

More information

ModBus DE-1 INSTALLATION AND USER MANUAL

ModBus DE-1 INSTALLATION AND USER MANUAL ModBus DE-1 INSTALLATION AND USER MANUAL INTESIS Software, SL Distributed by DURAN ELECTRONICA S.L Tomás Bretón 50 28045 MADRID, España duran@duranelectronica.com www.duranelectronica.com 2 2010 DURAN

More information

PowerLogic ION Setup Meter Configuration Software Configuration Guide

PowerLogic ION Setup Meter Configuration Software Configuration Guide PowerLogic ION Setup Meter Configuration Software Configuration Guide 70002-0293-03 12/2010 Conventions Used in this Manual This section describes the symbols and terminology used in this guide. Symbols

More information

Simplex Panel Interface Guide

Simplex Panel Interface Guide Simplex Panel Interface Guide February 2016 SATEON Software Integrations Simplex Panel Interface Guide Issue 1.0, released February 2016 Disclaimer Copyright 2016, Grosvenor Technology. All rights reserved.

More information

Yokogawa DX Ethernet Driver PTC Inc. All Rights Reserved.

Yokogawa DX Ethernet Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 Setup 5 Channel Properties - General 5 Channel Properties - Ethernet Communications 6 Channel Properties - Write

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick CAN OBD READER REFERENCE DESIGN KIT USER GUIDE 1. Standard ToolStick Handling Recommendations The ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent damage

More information

For Raychem ACS-30 Controls Systems

For Raychem ACS-30 Controls Systems ACS-30 Protocol Interface Mapping For Raychem ACS-30 Controls Systems Firmware Version 5.05 THERMAL BUILDING SOLUTIONS EN-RaychemACS30-AR-H58324 03/16 Table of Content Section 1. Introduction... 3 1.1

More information

Model A1700 Series Annunciator

Model A1700 Series Annunciator Seekirk Model A1700 Series Annunciator Applications: For usage in all types of process industries, electric generation, transmission and distribution, gas and water utilities. Features: The Seekirk model

More information

P2267 NETWORK INTERFACE

P2267 NETWORK INTERFACE P2267 NETWORK INTERFACE USER MANUAL FOR OPERATING SYSTEMS: 22031-03 23636-01 October 2009 Associated Controls (Australia) Pty. Limited 2-4 Norfolk Road Greenacre, NSW, 2190. PH +61 2 9642 4922, FAX +61

More information

1600 Gas Controller. User s Manual. Industrial Scientific Corporation. Version 3.2 September 1, 2006

1600 Gas Controller. User s Manual. Industrial Scientific Corporation. Version 3.2 September 1, 2006 1600 Gas Controller User s Manual Version 3.2 September 1, 2006 Industrial Scientific Corporation 1 INTRODUCTION... 1 1.1 GENERAL OPERATION... 1 1.1.1 Power Up... 1 1.1.2 Viewing Sensors... 2 1.1.3 Acknowledging

More information

FS Mircom FX2000 Fire Alarm Panel

FS Mircom FX2000 Fire Alarm Panel Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8705-16 Mircom FX2000 Fire Alarm Panel APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after May 1, 2001 Chipkin Automation

More information

General Specifications

General Specifications General Specifications GS 32P06K52-01EN Model Fire and Gas Communication Module GENERAL This document describes about Model fire and gas communication module (*1) used with a safety control station ()

More information

IndigoVision Alarm Panel. User Guide

IndigoVision Alarm Panel. User Guide IndigoVision Alarm Panel User Guide THIS MANUAL WAS CREATED ON 2/21/2017. DOCUMENT ID: IU-AP-MAN002-4 Legal considerations LAWS THAT CAN VARY FROM COUNTRY TO COUNTRY MAY PROHIBIT CAMERA SURVEILLANCE. PLEASE

More information

LineGuard 2300 Program User Manual (FloBoss 107)

LineGuard 2300 Program User Manual (FloBoss 107) Form A6251 Part Number D301346X012 November 2012 LineGuard 2300 Program User Manual (FloBoss 107) Remote Automation Solutions Revision Tracking Sheet November 2012 This manual may be revised periodically

More information

OPERATOR S MANUAL MODEL AP15/AP15-1/AP15-2 PC-ALARM PANEL

OPERATOR S MANUAL MODEL AP15/AP15-1/AP15-2 PC-ALARM PANEL ap15_2manual04/22/13 Page 1 4/22/2013 1 Serial Number : Option: OPERATOR S MANUAL MODEL AP15/AP15-1/AP15-2 PC-ALARM PANEL Micro Seven, Inc. 1095-K N.E. 25th Hillsboro, OR 97124 U.S.A. phone: 503-693-6982

More information

FlameGard 5 MSIR HART

FlameGard 5 MSIR HART FlameGard 5 MSIR HART Multi-Spectral Infrared Flame Detector HART Communication with the FlameGard 5 Multi-spectral Infrared Detector The information and technical data disclosed in this document may be

More information

SyringeHeater.com. Syringe Heater. Thermo-Kinetic Heat Clamping. Model: HEATER-KIT-1LG HEATER-KIT-5SP

SyringeHeater.com. Syringe Heater. Thermo-Kinetic Heat Clamping. Model: HEATER-KIT-1LG HEATER-KIT-5SP SyringeHeater.com SyringePump.com Syringe Heater Thermo-Kinetic Heat Clamping Model: HEATER-KIT-1LG HEATER-KIT-5SP CAUTION RISK OF ELECTRIC SHOCK CAUTION: SURFACE OF HEATING PADS WILL GET VERY HOT WARNING

More information

System Galaxy Quick Guide

System Galaxy Quick Guide System Galaxy Quick Guide CONFIGURATION AND OPERATION Integrating CCTV with System Galaxy JAN 2019 SG 11.1.0.2 System Galaxy Quick Guide For CCTV Integration Configuration & Operation Information in this

More information

General Specifications

General Specifications General Specifications GS J0H-0E Model MVHK Digital Limit Alarm (DC Type) with Active Color PV Display General This plug-in type Digital Limit Alarm for DC input receives DC current or DC voltage signal.

More information

SM3000 Videographic Recorder. User Guide. Modbus (RTU) Communications Option

SM3000 Videographic Recorder. User Guide. Modbus (RTU) Communications Option SM3000 Videographic Recorder User Guide (RTU) Communications Option ABB The Company We are an established world force in the design and manufacture of instrumentation for industrial process control, flow

More information

FieldServer FS Secutron

FieldServer FS Secutron FieldServer FS-8700-72 Secutron Driver Manual (Supplement to the FieldServer Instruction Manual) APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after November 2015 Kernel Version: 1.02

More information

Trident User s Manual

Trident User s Manual Labkotec Oy Myllyhaantie 6 33960 Pirkkala FINLAND Tel. +358 (0)29 006 260 18.05.2017 Fax +358 (0)29 006 1260 Internet: www.labkotec.fi 34 pages Trident Copyright 2017 Labkotec Oy 1/34 TABLE OF CONTENTS

More information

Manual GPRS Data Logger PCE-GPRS 2

Manual GPRS Data Logger PCE-GPRS 2 PCE Americas Inc. 711 Commerce Way Suite 8 Jupiter FL-33458 USA From outside US: +1 Tel: (561) 320-9162 Fax: (561) 320-9176 info@pce-americas.com PCE Instruments UK Ltd. Units 12/13 Southpoint Business

More information

IndigoVision. GAI-Tronics Integration Module. Administrator's Guide

IndigoVision. GAI-Tronics Integration Module. Administrator's Guide IndigoVision GAI-Tronics Integration Module Administrator's Guide GAI-Tronics Integration Module THIS MANUAL WAS CREATED ON 10 APRIL 2013. DOCUMENT ID: IU-IM-MAN019-1 Legal Considerations LAWS THAT CAN

More information

User manual. KNXpar. version

User manual. KNXpar. version User manual version 1.3 KNXpar Management alarm control panels Paradox from KNX bus Powered from KNX bus Communication indication on KNX and with Paradox control panel DIN rail mount (1 module) Adjustable

More information

Installation Manual. ATS Remote Annunciator Catalog 5350 DANGER WARNING D

Installation Manual. ATS Remote Annunciator Catalog 5350 DANGER WARNING D ASCO 5350 The ASCO 5350 ATS Remote Annunciator is listed under the Underwriter s Laboratories Standard UL-1008 for Automatic Transfer Switch accessories. This stand-alone device provides individual status

More information

725B Configuration Software Manual

725B Configuration Software Manual 725B Configuration Software Manual REV DATED DESCRIPTION AUTHOR APPROVED 0 09-03-10 First Issue P.Cartmell Page 1 of 80 SECTION 1 - SOFTWARE INSTALLATION... 5 725B ConfigurationSoftware Installation...

More information

Netbiter Tank Sensor

Netbiter Tank Sensor For Netbiter Tank Sensor HMS Industrial Networks AB Post address: Box 4126 300 04 Halmstad SWEDEN Visitor s address: Stationsgatan 37 302 45 Halmstad SWEDEN Telephone: + 46 35 17 29 00 Fax: + 46 35 17

More information

Batt-Safe Battery String Monitoring System

Batt-Safe Battery String Monitoring System Batt-Safe Battery String Monitoring System Technical White Paper October 2010 Introduction Battery monitoring systems are categorized as either cell monitors or string monitors. Battery cell monitors provide

More information

Series Temperature Controller Instruction Sheet

Series Temperature Controller Instruction Sheet Series Temperature Controller Instruction Sheet Thank you very much for purchasing DELTA A Series. Please read this instruction sheet before using your A series to ensure proper operation and please keep

More information

Added password for IP setup page : Password must be in IP format!

Added password for IP setup page : Password must be in IP format! NETWORK POWER MONITOR Release : 21 August 2014 Hardware Version : Version 7 Firmware version 1.00 PC Application Software : Version (latest)...2 Added password for IP setup page : Password must be in IP

More information

Gas detector head GD-70D-ET Operating Manual for PoE method communication

Gas detector head GD-70D-ET Operating Manual for PoE method communication PT2E-1581 Gas detector head GD-70D-ET Operating Manual for PoE method communication Preface Thank you for choosing our gas detector head GD-70D-ET. This manual explains how to use the gas detector GD-70D-ET.

More information

DC VOLTMETER DCV-10 / 10A / 10C / 10S / 10CS / 11 / 11A / 11C / 11S / 11CS. A4741 / Rev.1

DC VOLTMETER DCV-10 / 10A / 10C / 10S / 10CS / 11 / 11A / 11C / 11S / 11CS.  A4741 / Rev.1 DC VOLTMETER DCV-10 / 10A / 10C / 10S / 10CS / 11 / 11A / 11C / 11S / 11CS User Manual and Menu Map A4741 / Rev.1 www.entes.com.tr ATTENTION -Disconnect all power before connecting the device. -Don t remove

More information

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1 Operation Manual Fighter ProVision Software Version: 0.0 Revision: 1 TABLE OF CONTENTS 1. Introduction 5 2. Software Installation 5 3. PC Users 6 3.1 Introduction 6 3.2 Default Code 6 3.3 Edit PC User

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with Gallagher Command Centre INT-CARDAX-C-Rev3 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

MicroTech Series-200 Flooded Screw Chiller

MicroTech Series-200 Flooded Screw Chiller Open Protocol Data Infomation Packet Version 1.0 Group: Controls Date: February 1997 MicroTech Series-200 Flooded Screw Chiller Open Protocol Data Communications 2002 McQuay International - C O N F I D

More information

PowerLogic Branch Circuit Power Meter (BCPM)

PowerLogic Branch Circuit Power Meter (BCPM) PowerLogic Branch Circuit Power Meter (BCPM) Panel Board Monitoring System Installation Guide Branch Circuit Power Meter (BCPM) HAZARD CATEGORIES AND SPECIAL SYMBOLS Read these instructions carefully and

More information

Corrigo E Ventilation

Corrigo E Ventilation Corrigo E Ventilation Modbus communication guide Contains the most commonly used variables. Covers all versions of Corrigo E Ventilation from 3.2 The challenger in building automation Revision: 2 Date:

More information

Setup Instructions. This manual is only valid for A36D/TPSD Chargers. equipped with a 341S control card with P341S0012 or P341S0013 software

Setup Instructions. This manual is only valid for A36D/TPSD Chargers. equipped with a 341S control card with P341S0012 or P341S0013 software La Marche Manufacturing Company www.lamarchemfg.com DNP 3.0 Serial (RS232/RS485) and Ethernet (TCP/IP) SCADA Interface for A36D & TPSD Chargers with S2A-341S and S2A-383S communication cards. Option 21P,

More information

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers.

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers. ModSync Sequencing System Installation & Operation Manual For use with Fulton Steam Boilers. Revision 3.0 8/21/2008 - 2 - Table of Contents Introduction Page 4 Features Page 4 Sequence of Operation Page

More information

Adaptive CyCLO Technical and HMI User Guide. CyCLO User Guide. Version th December 2017 REV

Adaptive CyCLO Technical and HMI User Guide. CyCLO User Guide. Version th December 2017 REV CyCLO User Guide Version 2.00 19 th December 2017 REV 2.00 1 Contents 1. Hardware... 3 1.1. Introduction... 3 1.2. Electrical Specification... 3 1.3. Board Overview... 4 1.4. Electrical Installation...

More information

FCD-wire Contents. List of Figures

FCD-wire Contents. List of Figures FCD-wire Contents FCD-X21 Configuration 1 Introduction... 1 2 Opening the FCD Application... 1 3 FCD Window... 2 4 FCD LEDs... 3 5 Configuration Operations... 4 FCD Info...4 FCD System Info...5 FCD Interface

More information

Modbus RTU RS485 Manual

Modbus RTU RS485 Manual Modbus RTU RS485 Manual AUTOMATED FUEL MAINTENANCE SYSTEMS FTI-5A, FTI-10A, FTI-20A FUEL TECHNOLOGIES INTERNATIONAL 06/10/2014 Rev B - Fuel Technologies - Modbus The Modbus Communications Setup Button

More information

PROCESS & TEMPERATURE UNIVERSAL INPUT DIGITAL METERS

PROCESS & TEMPERATURE UNIVERSAL INPUT DIGITAL METERS PROCESS & TEMPERATURE UNIVERSAL INPUT DIGITAL METERS NOVA PD56 Series Thermocouple, RTD, & Process Inputs Universal Power Supply 1-24 VAC Up to 3 Alarm Relays Retransmitting 4-2 ma Output Input Max/Min

More information

CONsOlIDATOR 4 & 8. MulTI- C h ANNEl CONTROllERs. ConsoliDator 4 Model PD940 ConsoliDator 4 Features. ConsoliDator 8 Features.

CONsOlIDATOR 4 & 8. MulTI- C h ANNEl CONTROllERs. ConsoliDator 4 Model PD940 ConsoliDator 4 Features. ConsoliDator 8 Features. CONsOlIDATOR 4 & 8 MulTI- C h ANNEl CONTROllERs ConsoliDator 4 Model PD940 ConsoliDator 4 Features Four 4-20 Four 4-20 Outputs ConsoliDator 8 Features Eight 4-20 Two 4-20 Outputs Common Features Four Pulse

More information

PBI Manual. Paradox to KNX-BUS Interface

PBI Manual. Paradox to KNX-BUS Interface PBI 64-192 Paradox to KNX-BUS Interface Manual GDS Intelligence in Buildings El. Benizelou 116 Nea Erithrea, 14671 Phone: +30 2108071288 Email: info@gds.com.gr Web: gds.com.gr Contents 1 Device description...

More information

Monitor Alarms and Events

Monitor Alarms and Events This chapter contains the following topics: What Are Alarms and Events?, page 1 How are Alarms and Events Created and Updated?, page 2 Find and View Alarms, page 3 Set Alarm and Event Management Preferences,

More information

Q-SMART MODBUS KIT. Modbus Protocol & Parameters. Cod EN rev.a ed.08/2018. Q-SMART Software Version AE17

Q-SMART MODBUS KIT. Modbus Protocol & Parameters. Cod EN rev.a ed.08/2018. Q-SMART Software Version AE17 Q-SMART MODBUS KIT Modbus Protocol & Parameters Cod.001085120EN rev.a ed.08/2018 Q-SMART Software Version AE17 Index 1 Modbus Protocol on Q-SMART... 4 1.1 Broadcasting... 4 1.2 Data Protection... 4 1.3

More information

Sales and Engineering Data Sheet ED

Sales and Engineering Data Sheet ED Sales and Engineering Data Sheet ED 15121-7 Group: Controls Part Number: ED 15121 Date: July 2017 MicroTech III Chiller Unit Controller Protocol Information Modbus Networks ANSI/ASHRAE 135-2004, BACnet

More information

RS485 MODBUS Module 8AI

RS485 MODBUS Module 8AI Version 1.4 15/04/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

Process & TeMPerATUre UniversAl input DigiTAl MeTers

Process & TeMPerATUre UniversAl input DigiTAl MeTers Process & TeMPerATUre UniversAl input DigiTAl MeTers nova PD56 series Thermocouple, rtd, & Process inputs Universal Power supply 1-24 va c Up to 3 Alarm relays retransmitting 4-2 ma output input Max/Min

More information

MO n : 12JMC rév A

MO n : 12JMC rév A CTT8 MO n : rév A Page 2 / 18 MODIFICATIONS Rev. Description Date Checked by Approuved by Z Creation 2012/02/12 JMC LA A First issue 2012/02/14 JMC LA INDEX Page 3 / 18 GENERALITY 4 INTRODUCTION 4 ACCESSORIES

More information

Model A2100 Series Annunciator

Model A2100 Series Annunciator Seekirk Model A2100 Series Annunciator Applications: For usage within transformers, switchgear, breakers and/or within any processing equipment or control room applications either attended or unattended

More information

Ethernet to Serial Bridge Owners Manual Circuit Board: AB Converter: Digi Connect ME

Ethernet to Serial Bridge Owners Manual Circuit Board: AB Converter: Digi Connect ME Circuit Board: AB-2552-006 Converter: Digi Connect ME American LED-gible Inc. 1776 Lone Eagle St. Columbus, OH 43228 (614) 851-1100 Phone (614) 851-1121 Fax www.ledgible.com www ledgible@ledgible.com e-mail

More information

DATA SHEET BENEFITS CURRENT CHALLENGES SSM INFOTECH S X-FORCE AMS - THE IDEAL SOLUTION

DATA SHEET BENEFITS CURRENT CHALLENGES SSM INFOTECH S X-FORCE AMS - THE IDEAL SOLUTION DATA SHEET BENEFITS Alarm Printers, Report Printer Replacement Better Operator Attention Alarm Rationalization Remote Viewing of Alarms Unlimited Archiving of Alarms\Event Messages Alarm Consolidation

More information

ACTIVE INFRARED BARRIER

ACTIVE INFRARED BARRIER Although PROTECH provides high security indoor intrusion sensors for the military and government markets, our specialty is outdoor protection. Since we first introduced our PIRAMID outdoor dual technology

More information

Alarm Manager Plug-in

Alarm Manager Plug-in Alarm Manager Plug-in User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may be implemented

More information

Monitor Alarms and Events

Monitor Alarms and Events What Are Alarms and Events?, page 1 How are Alarms and Events Created and Updated?, page 2 Which Events Are Supported?, page 5 Set Alarm and Event Management Preferences, page 5 Interpret Event and Alarm

More information

CTT8 TEMPERATURE MONITOR DEVICE

CTT8 TEMPERATURE MONITOR DEVICE INSTRUCTION MANUAL IM302-U v2.3 CTT8 TEMPERATURE MONITOR DEVICE GENERALITY The device of control temperatures CTT8 is used in the control of electric machine, transformer, motor, etc. where it s possible

More information

FieldServer Driver - Serial FS McQuay Microtech Open Protocol

FieldServer Driver - Serial FS McQuay Microtech Open Protocol Description FieldServer Driver - Serial FS-8700-80 McQuay Microtech Open Protocol This is an active client protocol. The driver is capable of acting as a master or slave. As a master, the Fieldserver polls

More information

Oracle Communications Performance Intelligence Center

Oracle Communications Performance Intelligence Center Oracle Communications Performance Intelligence Center System Alarms Guide Release 10.2.1 E77506-01 June 2017 1 Oracle Communications Performance Intelligence Center System Alarms Guide, Release 10.2.1

More information

TSI Model 8630 PRESSURA Room Pressure Monitor Modbus Communications Application Note LC-106

TSI Model 8630 PRESSURA Room Pressure Monitor Modbus Communications Application Note LC-106 Critical Environments TSI Model 8630 PRESSURA Room Pressure Monitor Modbus Communications Application Note LC-106 Modbus communications are installed in all Model 8630 hospital room pressure controllers

More information

Rev Flame Detection Sensor. TF100 User Manual

Rev Flame Detection Sensor. TF100 User Manual Rev. 0.94 User Manual The is a sensitive flame detection sensor. This sensor has been developed with efficient algorithm on the basis of actual flame conditions, using accurate calibration apparatus. This

More information

A36D/TPSD Modbus TCP SCADA INTERFACE INSTRUCTIONS

A36D/TPSD Modbus TCP SCADA INTERFACE INSTRUCTIONS SCADA INTERFACE INSTRUCTIONS - OPTION 21Q - FOR A36D/TPSD SYSTEMS with 500 and 550 option. A36D/TPSD Modbus TCP SCADA INTERFACE OPTION 21Q INSTRUCTIONS This manual is valid for A36D/TPSD Chargers equipped

More information

SEC 3500 OI- StatCast RS232 Gas Status Text Broadcast Configuration Manual

SEC 3500 OI- StatCast RS232 Gas Status Text Broadcast Configuration Manual SEC 3500 OI- StatCast RS232 Gas Status Text Broadcast August, 2006 Sensor Electronics Corporation 5500 Lincoln Drive USA (952) 938-9486 Table Of Contents: Intended Audience... 3 Purpose...3 Overview...

More information

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA HART Field Device Specification Meridian wiredhart 4320 Goldmine Rd. Monroe, NC 28110 USA HART is a registered trademark of the HART Communication Foundation TABLE OF CONTENTS 1. Introduction...5 1.1 Scope...5

More information

A36D/TPSD Modbus RTU (Serial) SCADA INTERFACE INSTRUCTIONS

A36D/TPSD Modbus RTU (Serial) SCADA INTERFACE INSTRUCTIONS SCADA INTERFACE INSTRUCTIONS - OPTION 21S - FOR A36D/TPSD SYSTEMS with option 500 and 550. A36D/TPSD Modbus RTU (Serial) SCADA INTERFACE OPTION 21S INSTRUCTIONS This manual is valid for A36D/TPSD Chargers

More information

User s Guide CN616A. Universal 6 Channel ¼ DIN Process Controller. Shop online at omega.com

User s Guide CN616A. Universal 6 Channel ¼ DIN Process Controller. Shop online at omega.com TM User s Guide Shop online at omega.com e-mail: info@omega.com For latest product manuals: www.omegamanual.info CN616A Universal 6 Channel ¼ DIN Process Controller omega.com info@omega.com U.S.A. Headquarters:

More information

CBI-064. User Manual. Caddx to KNX-BUS Interface

CBI-064. User Manual. Caddx to KNX-BUS Interface CBI-064 Caddx to KNX-BUS Interface User Manual GDS Intelligence in Buildings El. Venizelou 116 Nea Erithrea 14671 Tel: +30 2108071288 Email: info@gds.com.gr Web: gds.com.gr Contents 1 Device Description...

More information

ECO N DATE DESCRIPTION OF CHANGE CHG

ECO N DATE DESCRIPTION OF CHANGE CHG Model Number: M21E-24-DIN Description: The product is a loop powered device which controls an unsupervised dual pole output channel suitable to manage 24VAC loads. The M21E-24-DIN is micro-controller operated,

More information

Important Supplementary Manual to the main Ezeio manual. 5. Section 2a: Introducing the 2400 input and output expansion field stations.

Important Supplementary Manual to the main Ezeio manual. 5. Section 2a: Introducing the 2400 input and output expansion field stations. 1 P age Ezeio v9-120317 Eze Cloud Based Monitoring Systems. Created by Intech Instruments Ltd December 2014 Important Supplementary Manual to the main Ezeio manual. Ezeio Controller and the 2400-A16 input

More information

4590 Tank Side Monitor. Service Manual. WM550 Communication Protocol. Software Versionv2.03 SRM011FVAE0808

4590 Tank Side Monitor. Service Manual. WM550 Communication Protocol.   Software Versionv2.03 SRM011FVAE0808 SRM011FVAE0808 4590 Tank Side Monitor WM550 Communication Protocol Service Manual Software Versionv2.03 www.varec.com Varec, Inc. 5834 Peachtree Corners East, Norcross (Atlanta), GA 30092 USA Tel: +1 (770)

More information

DIGITAL TEMPERATURE RELAY TR-100

DIGITAL TEMPERATURE RELAY TR-100 LTD Research-and-Manufacture Company DIGITAL TEMPERATURE RELAY USER S MANUAL www.novatek-electro.com - 2 - Service manual is intended for getting acquaints with hardware, operation principals, modes of

More information

EOS INTERFACE GUIDE AND POINTS LIST For EOS BTCII Firmware Version J1239D-570 and newer

EOS INTERFACE GUIDE AND POINTS LIST For EOS BTCII Firmware Version J1239D-570 and newer Installation and interface must be performed by a qualified controls technician. IMPORTANT: THIS MANUAL CONTAINS INFORMATION REQUIRED FOR INSTALLATION, INTERFACE AND CONFIGURATION OF THIS EQUIPMENT. READ

More information

KNX module for smoke alarm devices Dual/VdS and Q-Label (Order no )

KNX module for smoke alarm devices Dual/VdS and Q-Label (Order no ) Product definition KNX module for smoke alarm devices Dual/VdS and Q-Label (Order no 2343 00) Art. no 2343 00 Page 1 of 22 Product definition Table of contents 1 Product definition... 3 1.1 Product catalogue...

More information

FIRECLASS Networking. Addressable Fire Alarm Control Panels From Software version 21. Product Application and Design Information FC-A-FCNET-A

FIRECLASS Networking. Addressable Fire Alarm Control Panels From Software version 21. Product Application and Design Information FC-A-FCNET-A FIRECLASS Networking Addressable Fire Alarm Control Panels From Software version 21 Product Application and Design Information FC-A-FCNET-A Doc. version 1 23. March 2012 FIRECLASS. Hillcrest Business Park,

More information

VTI MODEL itc5000 HEAT TRACING CONTROL SYSTEM OPERATIONS MANUAL

VTI MODEL itc5000 HEAT TRACING CONTROL SYSTEM OPERATIONS MANUAL VTI MODEL itc5000 HEAT TRACING CONTROL SYSTEM OPERATIONS MANUAL 1 Operations Manual for the VTI Model itc5000 Heat Tracing Control System Description The VTI Model itc5000 Heat Tracing Control System consists

More information

Manual for the integration in BMS/GTC

Manual for the integration in BMS/GTC Manual for the integration in BMS/GTC Communication parameters MODBUS RTU and BACNET COMMUNICATION UTBS PRO-REG Software Version 3.6 EN ÍNDEX 1. GENERALITIES...2 1.1. Introduction...2 1.2. signals types...2

More information

Sales and Engineering Data Sheet ED

Sales and Engineering Data Sheet ED Sales and Engineering Data Sheet ED 15121-6 Group: Controls Part Number: ED 15121 Date: March 2017 MicroTech III Chiller Unit Controller Protocol Information Modbus Networks ANSI/ASHAE 135-2004, BACnet

More information

SOFTWARE INTERFACE SPECIFICATION - SOLA MODBUS INTERFACE

SOFTWARE INTERFACE SPECIFICATION - SOLA MODBUS INTERFACE TM SOFTWARE INTERFACE SPECIFICATION - SOLA MODBUS INTERFACE This specificaion interface manual must only be used by a qualified heating installer/service technician. Read all instructions, including this

More information

RADview-EMS/TDM. Element Management System for TDM Applications Optimux RAD Data Communications Publication 07/04

RADview-EMS/TDM. Element Management System for TDM Applications Optimux RAD Data Communications Publication 07/04 RADview-EMS/TDM Element Management System for TDM Applications Optimux-1553 1994 2004 RAD Data Communications Publication 07/04 Contents Chapter 1. Introduction 1.1 Overview... 1-1 1.2 System Features...

More information

Remote Service App. Client Installation and Operation Guide V1.1

Remote Service App. Client Installation and Operation Guide V1.1 Remote Service App Client Installation and Operation Guide V1.1 Table of Contents 1 Background... 1 2 System Overview... 2 3... 4 3.1 Installation... 4 3.2 Set up... 8 3.3 Operation... 11 4 Technical Details...

More information