This document is for information purposes only and is subject to change without notice.

Size: px
Start display at page:

Download "This document is for information purposes only and is subject to change without notice."

Transcription

1

2 Notice 7 WALCHEM, Iwaki America Inc. (hereinafter Walchem ) Boynton Road, Holliston, MA 76 USA () - All Rights Reserved Printed in USA Proprietary Material The information and descriptions contained herein are the property of WALCHEM. Such information and descriptions may not be copied or reproduced by any means, or disseminated or distributed without the express prior written permission of WALCHEM, Boynton Road, Holliston, MA 76. This document is for information purposes only and is subject to change without notice. Statement of Limited Warranty WALCHEM warrants equipment of its manufacture, and bearing its identification to be free from defects in workmanship and material for a period of months for electronics and months for mechanical parts and electrodes from date of delivery from the factory or authorized distributor under normal use and service and otherwise when such equipment is used in accordance with instructions furnished by WALCHEM and for the purposes disclosed in writing at the time of purchase, if any. WALCHEM s liability under this warranty shall be limited to replacement or repair, F.O.B. Holliston, MA U.S.A. of any defective equipment or part which, having been returned to WALCHEM, transportation charges prepaid, has been inspected and determined by WALCHEM to be defective. Replaceable elastomeric parts and glass components are expendable and are not covered by any warranty. THIS WARRANTY IS IN LIEU OF ANY OTHER WARRANTY, EITHER EXPRESS OR IMPLIED, AS TO DESCRIPTION, QUALITY, MERCHANTABILITY, FITNESS FOR ANY PARTICULAR PURPOSE OR USE, OR ANY OTHER MATTER. 676 Rev C June 7

3 Table of Contents. SCOPE.... INTRODUCTION.... OVERVIEW.... MODBUS SETTINGS.... MODBUS/TCP DRIVER.... MODBUS/TCP PROTOCOL..... MBAP Header..... Protocol Data Unit..... Modbus/TCP Function Codes Function Code, Read Coils... Function Code, Read Discrete Inputs Function Code, Read Holding Registers Function Code, Read Input Registers Function Code, Write Single Coil Function Code 6, Write Single Holding Register Function Code 6, Write Multiple Holding Registers Modbus/TCP Exception Error Codes TCP/IP INTERFACE.... DATA REFRESH.... DATA ENCODING..... Coils and Discrete Inputs Boolean..... Holding Register and Input Registers Bit Word (Boolean) Bit Word (Bitfield) Bit Word (Status) Bit Word (Integer) Bit Word (Integer) Bit Word (Float) Bit Inverse Words.... DATA DICTIONARY.... ADDRESSING (- OR -BASED).... ADDRESS MAPS..... W6 Controller I/O Channel Address Maps..... W Controller I/O Channel Address Maps..... W Controller I/O Channel Address Maps (continued)..... Alternate Address Maps.... TYPE-SPECIFIC ADDRESS MAPS..... System Address Map..... Network Address Map Sensor Input Address Maps Sensor Input / Temperature Input / Analog Input (except Flowmeter) Address Map... 7 Analog Input Flowmeter Address Map..... Digital Input Address Maps Digital Input / DI State Type Address Map Digital Input / Contacting Flow Meter Type Address Map Digital Input / Paddlewheel Flow Meter Type Address Map Digital Input / Flow Monitor Type Address Map...

4 .. Virtual Input Address Maps Virtual Input / Calculation Type Address Map Relay Output Address Maps Relay Output / Manual Control Mode Address Map... Relay Output / On/Off Control Mode Address Map Relay Output / Dual Setpoint Control Mode Address Map... Relay Output / Time Proportional Control Mode Address Map Relay Output / Intermittent Sampling Control Mode Address Map... Relay Output / Bleed And Feed Control Mode Address Map Relay Output / Bleed Then Feed Control Mode Address Map... Relay Output / Flow Timer Control Mode Address Map Relay Output / Target PPM Control Mode Address Map Relay Output / PPM By Volume Control Mode Address Map... Relay Output / Percent Timer Control Mode Address Map Relay Output / Event Timer Control Mode Address Map... Relay Output / Biocide Timer Control Mode Address Map Relay Output / Spike Control Mode Address Map... 7 Relay Output / Probe Wash Control Mode Address Map Relay Output / Lag Output Control Mode Address Map... Relay Output / Alarm Control Mode Address Map Pulse Relay Output Address Maps Pulse Relay Output / Manual Control Mode Address Map... Pulse Relay Output / Pulse Proportional Control Mode Address Map Pulse Relay Output / Flow Proportional Control Mode Address Map... Pulse Relay Output / Pulse PID Control Mode Address Map Pulse Relay Output / Lag Output Address Map..... Analog Output Address Maps Analog Output / Manual Control Mode Address Map Analog Output / Retransmit Mode Address Map Analog Output / Proportional Control Mode Address Map Analog Output / Flow Proportional Control Mode Address Map Analog Output / PID Control Mode Address Map Analog Output / Lag Output Control Mode Address Map..... Alternate Address Maps Alternate Sensor Input / Temperature Input / Analog Input Address Map Alternate Digital Input Address Map Alternate Virtual Input Address Map Alternate Relay Output Address Map... Alternate Analog Output Address Map STATUS REGISTER CODES ALARM BITFIELDS..... System Alarm Bitfield..... Network Alarm Bitfield..... Sensor Input Alarm Bitfield Digital Input Alarm Bitfield Virtual Input Alarm Bitfield Relay Output Alarm Bitfield Analog Output Alarm Bitfield... 6

5 . SCOPE This document is a User Interface Specification for the Walchem Modbus/TCP product feature for W6 and W Controllers. It contains mapping of the various dynamic variables to their Modbus/TCP address locations. This document supports the Modbus/TCP feature on controller software versions. and higher.. INTRODUCTION The Modbus/TCP feature allows the Walchem controller to communicate with PC-based applications such as WonderWare and Intellution HMI/SCADA programs, Building Energy Management systems, Distributed Control Systems (DCS), as well as stand-alone HMI devices. The controller is a Modbus Server, meaning that it can respond to requests from the HMI device. The controller cannot initiate the flow of information. For example, it will not immediately send a new alarm message. It will wait until the HMI device requests the current data contained in specific address locations. If the HMI device does not directly support the Modbus/TCP protocol, then a protocol translation gateway may be required to convert from Modbus/TCP to a protocol that the device supports. Please note that Modbus/RTU requires a serial interface, not Ethernet, and therefore is not directly compatible with the Walchem controller.. OVERVIEW Modbus/TCP, also known as Modbus TCP/IP, is a form of Modbus that uses the TCP/IP layers as a base for controlling the communications between different devices. This is not to be confused with Modbus over TCP/IP, which Walchem controllers do not support. The Modbus/TCP protocol supports multiple types of data transactions, from reading single bits per transaction, to advanced object oriented operations. However, to ensure the most compatible system available, only a basic subset of these functions is supported in the controller. The official Modbus/TCP protocol supports data addresses digits in length. A de facto extended standard exists which supports data addresses 6 digits in length. However, to ensure compatibility, the Modbus/TCP feature supports only -digit data address system. The Modbus/TCP feature supports reading and writing of single-bit Coils and 6-bit Holding Registers, as well as read-only single-bit Discrete Inputs and 6-bit Input Registers. These data formats allow the controller to establish blocks that contain all the process variables, set points, alarms, and input/output status values that are made public to a Modbus/TCP client. These blocks of data are packaged so that it can be read in -bit chunks (for a group of up to Coils or Discrete Inputs) or 6-bit chunks (for a single Holding Register or Input Register), regardless of the type of data within it. In the following sections, the formatting, storing, and reading of this data are described.

6 . Modbus Settings Settings relating to the Modbus/TCP feature can be configured in the Remote Communication Configuration Menu. The Verbose Logging setting is used to generate an Event log entry for every Modbus message into and out of the controller. The information may be used in conjunction with an HMI log when troubleshooting communications during commissioning. However, the additional logging adds a significant load on the controller s systems. Therefore, this feature should only be enabled temporarily while actively troubleshooting communications. The setting automatically reverts to Disabled when the controller is restarted. Detailed information on the Remote Communication Configuration Menu can be found in the controller Instruction Manual.. MODBUS/TCP DRIVER. Modbus/TCP Protocol The Modbus protocol, as well as the Modbus/TCP variant, is well documented in the specifications which are available at a website established by the Modbus Organization for supporting and organizing the Modbus protocol. The Modbus/TCP Application Data Unit (ADU) consists of distinct sections: Modbus Application Protocol (MBAP) Header Protocol Data Unit (PDU) The total size of the ADU is between and bytes, depending on the function code and number of data addresses requested... MBAP Header The Modbus/TCP extension adds 7 additional bytes to the original Modbus protocol, which allows for the transport over the TCP/IP layers. These 7 bytes make up the MBAP Header: Modbus Application Protocol (MBAP) Header Name Size Description Transaction Identifier bytes Identification of Request/Response transaction. Copied from request to response Protocol Identifier bytes = Modbus protocol. Length bytes Number of following bytes (includes the Unit Identifier and PDU) Unit Identifier byte Identification of Remote Device. Can be used for broadcasting (unsupported). The Unit Identifier has a special consideration in the Modbus/TCP implementation. If the value is, then the request is a broadcast message and the packet will be processed, but no response will be generated. If the value is non-zero, the packet will be processed and a response will be returned. Normally the Slave ID, which is not present in the Modbus/TCP protocol, will be set in the HMI client software to. The broadcast Unit Identifier address is not supported by the controller; all supported function codes require a response message at all times.

7 .. Protocol Data Unit The Protocol Data Unit (PDU) is made up of between and 6 bytes, depending on the function and number of data addresses requested: Protocol Data Unit (PDU) Name Size Description Function Code byte Function Code identifier. Can be any of the hexadecimal codes listed in the Function Code table. Data Payload Payload for request/response transactions. byte(s) Varies depending on function code and number of addresses requested... Modbus/TCP Function Codes The Modbus/TCP Server feature supports the following function codes: Function Code FC (x) FC (x) FC (x) FC (x) FC (x) FC6 (x6) FC6 (x) Name Read Coils Read Discrete Inputs Read Holding Registers Read Input Registers Write Single Coil Write Single Holding Register Write Multiple Holding Registers Supported Function Codes Description Read up to consecutive -bit Coils within a single request/response cycle. Read up to consecutive -bit Discrete Inputs within a single request/response cycle. Read up to consecutive 6-bit Holding Registers within a single request/response cycle. Read up to consecutive 6-bit Input Registers within a single request/response cycle. Write a single -bit Coil within a single request/response cycle. Write a single 6-bit Holding Register within a single request/response cycle. Write up to consecutive 6-bit Holding Registers within a single request/response cycle. Data Address Range xxxx xxxx xxxx xxxx xxxx xxxx xxxx The consecutive address limitations of the Coils, Discrete Inputs, Holding Registers, and Input Registers were established for the Modbus/TCP standard to maintain consistency with the original Modbus protocol standard, even though a TCP/IP packet can contain a larger payload. The Modbus/TCP feature allows for Function Codes and to be used interchangeably for read requests. For example, a read coils (FC) request for data addresses 6 through 6 will always return the same result as a read discrete inputs (FC) request for data addresses 6 through 6. Likewise, the Modbus/TCP feature allows for Function Codes and to also be used interchangeably for read requests. For example, a read holding registers (FC) request for data addresses 7 through will always return the same result as a read input registers (FC) request for data addresses 7 through. All addresses accessible as a Coil or Discrete Input may also be accessed as a Holding Register or Input Register. Only the least significant digits of the data address are explicitly stated in the Modbus message, with the most significant ( th ) digit being derived from the function code. However, generally the entire -digit data address must be specified in the Tag Database of an HMI.

8 ... Function Code, Read Coils Read Coils Request PDU Name Size Description Function Code Byte Function Code Identifier (x). Starting Address Bytes The data address of the first Coil to read. Quantity of Coils Bytes The number of Coils requested, maximum of per message. Read Coils Response PDU Name Size Description Function Code Byte Function Code Identifier (x). Byte Count Byte The number of data bytes to follow. Coil Status - Bytes Coils per byte, up to Coils per message. Read Coils Exception PDU Name Size Description Error Code Byte x plus Function Code Identifier (x). Exception Code Byte See.. Modbus/TCP Exception Error Codes... Function Code, Read Discrete Inputs Read Discrete Inputs Request PDU Name Size Description Function Code Byte Function Code Identifier (x). Starting Address Bytes The data address of the first Discrete Input to read. Quantity of Discrete Inputs Bytes The number of Discrete Inputs requested, maximum of per message. Read Discrete Inputs Response PDU Name Size Description Function Code Byte Function Code Identifier (x). Byte Count Byte The number of data bytes to follow. Discrete Input Status - Bytes Discrete Inputs per byte, up to Discrete Inputs per message. Read Discrete Inputs Exception PDU Name Size Description Error Code Byte x plus Function Code Identifier (x). Exception Code Byte See.. Modbus/TCP Exception Error Codes

9 ... Function Code, Read Holding Registers Read Holding Registers Request PDU Name Size Description Function Code Byte Function Code Identifier (x). Starting Address Bytes The data address of the first Holding Register to read. Quantity of Holding Registers Bytes The total number of Holding Registers requested, maximum of per message. Read Holding Registers Response PDU Name Size Description Function Code Byte Function Code Identifier (x). Byte Count Byte The number of data bytes to follow. Holding Register Values - Bytes Holding Register for every bytes, maximum of Holding Registers per message. Read Holding Registers Exception PDU Name Size Description Error Code Byte x plus Function Code Identifier (x). Exception Code Byte See.. Modbus/TCP Exception Error Codes... Function Code, Read Input Registers Read Input Registers Request PDU Name Size Description Function Code Byte Function Code Identifier (x). Starting Address Bytes The data address of the first Input Register to read. Quantity of Input Registers Bytes The total number of Input Registers requested, maximum of per message. Read Input Registers Response PDU Name Size Description Function Code Byte Function Code Identifier (x). Byte Count Byte The number of data bytes to follow. Input Register Values - Bytes Input Register for every bytes, maximum of Input Registers per message. Read Input Registers Exception PDU Name Size Description Error Code Byte x plus Function Code Identifier (x). Exception Code Byte See.. Modbus/TCP Exception Error Codes

10 ... Function Code, Write Single Coil Write Single Coil Request PDU Name Size Description Function Code Byte Function Code Identifier (x). Coil Address Bytes The data address of the Coil to which to write. Coil Value Bytes The value to write to the Coil (xff = On, x = Off). Write Single Coil Response PDU Name Size Description Function Code Byte Function Code Identifier (x). Coil Address Bytes The data address of the Coil written. Coil Value Bytes The value written to the Coil (xff = On, x = Off). Write Single Coil Exception PDU Name Size Description Error Code Byte x plus Function Code Identifier (x). Exception Code Byte See.. Modbus/TCP Exception Error Codes...6 Function Code 6, Write Single Holding Register Write Single Holding Register Request PDU Name Size Description Function Code Byte Function Code Identifier (x6). Holding Register Address Bytes The data address of the Holding Register to which to write. Holding Register Value Bytes The value to write to the Holding Register. Write Single Holding Register Response PDU Name Size Description Function Code Byte Function Code Identifier (x6). Holding Register Address Bytes The data address of the Holding Register written. Holding Register Value Bytes The value written to the Holding Register. Write Single Holding Register Exception PDU Name Size Description Error Code Byte x plus Function Code Identifier (x6). Exception Code Byte See.. Modbus/TCP Exception Error Codes 6

11 ...7 Function Code 6, Write Multiple Holding Registers Write Multiple Holding Registers Request PDU Name Size Description Function Code Byte Function Code Identifier (x). Starting Address Bytes The data address of the first Holding Register to which to write. Quantity of Holding Registers Bytes Number of Holding Registers to write. Byte Count Byte The number of data bytes to follow. Holding Register Values - Bytes bytes for every Holding Register, maximum of Holding Registers per message. Write Multiple Holding Registers Response PDU Name Size Description Function Code Byte Function Code Identifier (x). Starting Address Bytes The data address of the Holding Register written. Quantity of Holding Registers Bytes Number of Holding Registers written. Write Multiple Holding Registers Exception PDU Name Size Description Error Code Byte x plus Function Code Identifier (x). Exception Code Byte See.. Modbus/TCP Exception Error Codes.. Modbus/TCP Exception Error Codes The Modbus/TCP feature supports the following Exception (Error) Codes: Supported Exception Codes Exception Code Name Description x Illegal Function The function code received is not supported in the controller. x Illegal Data Address The data address received is not an allowable address within the controller. This error will only be generated if the first register requested is not valid for the function. x Illegal Data Value A value contained in the query data field for a Write command is not an allowable value for field. This error will only be generated if the first register requested is not valid for the function. x Slave Device Failure An unrecoverable error occurred while the controller was attempting to perform the requested action. This is a general exception code indicating that the request was valid, but the controller could provide a response. When an exception occurs, the Response PDU contains a Function Code of x plus the original hexadecimal Function Code. 7

12 . TCP/IP Interface The Modbus/TCP interface is attached to the TCP/IP stack that is implemented within the Walchem controller. When the Modbus feature is Enabled, the controller will listen to all communications that come in on the Modbus/TCP registered port. This port can be changed in the Remote Communications Menu.. Data Refresh To ensure continued connectivity, the Modbus/TCP client should not request data more frequently than once every msec. Faster refresh rates are unsupported and may result in unexpected behavior.. Data Encoding Modbus uses a big-endian representation for addresses and data items. This means that when a numerical quantity larger than a single byte is transmitted, the MOST significant byte is sent first. The following topics describe the different types of encoding and show how the data is encoded within the Modbus/TCP packet. Most client drivers will extract the data from the packet in the correct format for use/display within the client environment... Coils and Discrete Inputs... Boolean Coils and Discrete Inputs can be used for digital input states, relay states, alarm states, and reset buttons that are representable as a or a. All binary data is packed from least significant bit to most significant bit into a byte containing up to Coils or Discrete Inputs. Bits not containing the value of a Coil or Discrete Input are space holders and have a value of. Byte Value Coil Coil 6 unused bits x () Reset buttons may also be packed as a 6-bit word when using the Write Single Coil function code. (xff = On, x = Off) Word Value Coil Value Most Significant Byte Least Significant Byte xff xff x () () ().. Holding Register and Input Registers... 6-Bit Word (Boolean) Holding Registers and Input Registers can be used for digital input states, relay states, alarm states, and reset buttons that are representable as a or a. All binary data can be packed into a 6-Bit register, with the least significant bit of the least significant byte being occupied by the -bit value. This is functionally identical to a 6-bit integer. Word Value Bit Value Most Significant Byte Least Significant Byte x x x () () ()

13 ... 6-Bit Word (Bitfield) Holding Registers and Input Registers can be used for Alarm Bitfields. An -Bit Alarm bitfield is packed into the least significant byte of a 6-bit register. This is offered as a single-register alternative to accessing alarm states individually. Bitfields can be decoded in section. Alarm Bitfields. Word Value Alarm Bitfield Value Most Significant Byte Least Significant Byte xaa x xaa xaa () () ()... 6-Bit Word (Status) Holding Registers and Input Registers can be used for enumerated values such as status codes. An -Bit status code is packed into the least significant byte of a 6-bit register. This is functionally identical to the 6-bit integer. Status codes are defined in section. Status Register Codes. Word Value Alarm Bitfield Value Most Significant Byte Least Significant Byte xaa x xaa xaa () () ()... 6-Bit Word (Integer) Holding Registers and Input Registers can be used for 6-bit integers containing HOA settings, and time data that doesn t require -bit integers. All 6-bit integers are unsigned. Word Value Most Significant Byte Least Significant Byte x x x... -Bit Word (Integer) Holding Registers and Input Registers can be used for -bit integer data containing elapsed time values and timestamps. The system clock register and all registers containing timestamps use the Unix Time format, which counts the seconds passed since :: am, January st, 7. A -bit word is transmitted with the most significant byte first, then the next most significant, until all bytes are transmitted. Registers are only 6 bits wide, therefore a request message must include consecutive registers to read or write a -bit integer. All -bit integers are unsigned. Register Register Word Value Most Significant Least Significant Most Significant Least Significant x67 x x x6 x Bit Word (Float) Holding Registers and Input Registers can be used for -bit floating point data containing set points, sensor readings, percentages, deadbands, etc. A -bit word is transmitted with the most significant byte first, then the next most significant, until all bytes are transmitted. Registers are only 6 bits wide, therefore a request message must include consecutive registers to read or write a -bit float. Register Register Word Value Most Significant Least Significant Most Significant Least Significant x67 x x x6 x7

14 ...7 -Bit Inverse Words -bit integers and floats can use an inverse data format, where the contents of registers and are switched. The data format setting can be modified in the Remote Communications Settings Menu. Register Register Word Value Most Significant Least Significant Most Significant Least Significant x67 x x x6 x7. DATA DICTIONARY. Addressing (- or -Based) The addressing within the Modbus/TCP protocol (that is, the data within the physical packet) is -based, meaning the first element/item to be accessed is referenced by address. The Modbus standard for handling and displaying data is -based, meaning the first element/data item to be accessed is referenced by address. For most client applications, users enter the -based number which is converted to -based addressing at the protocol level. The addresses defined in the following address maps below are -based, as most of the client applications work with this method. Register addresses for individual elements are derived by adding the address offset in the appropriate Type-Specific Address Map to the starting address in the I/O Channel Address Map below.. Address Maps The address map is a function code-agnostic map that contains all data values that can be accessed as Coils (xxxx), Discrete Inputs (xxxx), Holding Registers (xxxx), and Input Registers (xxxx). The Address Map of the Modbus/TCP feature is modular; valid addresses are determined by the add-on card configuration of the controller and the task being performed by each Input or Output. Each object has a block of 6 addresses. The Modbus/TCP feature allows all addresses to be accessed as registers. On the following address map tables, values in BOLD can also be accessed as a Coil or Discrete Input. As examples, to read the Controller Firmware Version from the System Address Map (starting address x7) as an Input Register (FC), the address indices and must be requested together: Addresses and. To read the Low Alarm status for Sensor - in a W6 Controller as a Coil (FC), the Sensor Input Address Map indicates the starting address is x6. Address index must be requested: Address. For the W Controller, the Low Alarm status for Sensor - is x7 + = Address 77. To write the Setpoint for Relay (set to On/Off control mode) in the Relay On/Off Control Mode Address Map (staring address x) as a Holding Register (FC6), the address indices 6 and 7 must be used together: Addresses 7 and.

15 .. W6 Controller I/O Channel Address Maps The address ranges for each input/output channel in the W6 controller are as follows: W6 Controller I/O Channel Address Map Starting Ending Type-Specific Address Maps Object Address Address System x7 x7 See.. System Address Map Network x x See.. Network Address Map Sensor Input - x77 x6 Sensor Input - x6 x6 Sensor Input - x6 x6 Sensor Input - x6 x Sensor Input - x x6 Sensor Input - x7 x7 Digital Input x x Digital Input x x6 Digital Input x6 x6 Digital Input x7 x Digital Input x x6 Digital Input 6 x6 x Virtual Input x76 x76 Virtual Input x77 x Relay Output x x6 Relay Output x6 x Relay Output x x6 Relay Output x7 x7 Relay Output x7 x Relay Output 6 x x Analog Output x x Analog Output x x See.. Sensor Input Address Maps See.. Digital Input Address Maps See.. Virtual Input Address Maps See..6 Relay Output Address Maps Or..7 Pulse Relay Output Address Maps See.. Analog Output Address Maps

16 .. W Controller I/O Channel Address Maps The address ranges for each input/output channel in the W controller are as follows: W Controller I/O Channel Address Map Object Starting Address Ending Address Type-Specific Address Maps System x7 x7 See.. System Address Map Network x x See.. Network Address Map Sensor Input - x x Sensor Input - x x Sensor Input - x x Sensor Input - x x6 Sensor Input - x7 x Sensor Input -6 x x6 Sensor Input - x7 x76 Sensor Input - x76 x Sensor Input - x x6 Sensor Input - x7 x7 Sensor Input - x7 x Sensor Input -6 x x Sensor Input - x x Sensor Input - x x76 Sensor Input - x77 x Sensor Input - x x Sensor Input - x x Sensor Input -6 x x Sensor Input - x x6 Sensor Input - x7 x Sensor Input - x x Sensor Input - x x Sensor Input - x x6 Sensor Input -6 x6 x6 Digital Input x77 x6 Digital Input x6 x6 Digital Input x6 x6 Digital Input x6 x7 Digital Input x7 x76 Digital Input 6 x77 x7 Digital Input 7 x7 x Digital Input x x6 Digital Input x6 x Digital Input x x6 Digital Input x7 x7 Digital Input x7 x See.. Sensor Input Address Maps Note: When using P/N I/O card with Analog Input + Analog Output channels, the two (- ma) Sensor Inputs are mapped from channels and into channels and 6. For example, if the card is installed in the third I/O slot, the register address mapping is: Analog Output -: x to x Analog Output -: x to x76 Analog Output -: x77 to x Analog Output -: x to x Sensor Input -: x to x Sensor Input -: x to x See.. Digital Input Address Maps

17 .. W Controller I/O Channel Address Maps (continued) W Controller I/O Channel Address Map Object Starting Address Ending Address Type-Specific Address Maps Virtual Input x76 x76 Virtual Input x77 x Virtual Input x x6 Virtual Input x6 x Virtual Input x x Virtual Input 6 x x76 Virtual Input 7 x77 x6 Virtual Input x6 x6 Relay Output x x6 Relay Output x6 x Relay Output x x6 Relay Output x7 x7 Relay Output x7 x Relay Output 6 x x Relay Output 7 x x Relay Output x x Analog Output - x x Analog Output - x x Analog Output - x x Analog Output - x x6 Analog Output - x7 x76 Analog Output - x76 x Analog Output - x x6 Analog Output - x7 x7 Analog Output - x x Analog Output - x x76 Analog Output - x77 x Analog Output - x x Analog Output - x x6 Analog Output - x7 x Analog Output - x x Analog Output - x x See.. Virtual Input Address Maps See..6 Relay Output Address Maps Or..7 Pulse Relay Output Address Maps See.. Analog Output Address Maps

18 .. Alternate Address Maps The Alternate Address Maps provide a more efficient way to access similar data from different objects. Using these address tables, the same field type is accessible using consecutive addresses. For example, the primary values for all sensors installed in the controller can be accessed in a single Modbus FC request/response cycle starting at address 7. I/O Type Available Objects Type-Specific Alternate Address Map Primary Value Status Sensor Inputs Alarm Bitfield See... Alternate Sensor Input / Temperature Input / Low, High Alarms Analog Input Address Map LoLo, HiHi Alarms Calibration Required Digital Inputs DI State Interlock State Total Time Flowrate See... Alternate Digital Input Address Map Flow Total Alarm Bitfield Virtual Inputs Primary Value Status See... Alternate Virtual Input Address Map Alarm Bitfield Relay Outputs Relay State Pulse Output Time On See... Alternate Relay Output Address Map Status Alarm Bitfield Analog Outputs Analog Output Time On Status Alarm Bitfield See... Alternate Analog Output Address Map Note that changing I/O card locations can affect the address used to access individual objects. For example, if a W is configured with a Dual SI card in slot and a Dual AI card in slot, the alternate address mappings for the primary values are different if a Single SI card is inserted into slot : Scenario #: I/O Slot Not Populated Scenario #: I/O Slot Populated Channel Address Alternate Address Channel Address Alternate Address I/O Slot : Dual Sensor Input Card I/O Slot : Dual Sensor Input Card Sensor Input - x Sensor x7 Sensor Input - x Sensor x7 Sensor Input - x Sensor x Sensor Input - x Sensor x Sensor Input - x Sensor x Sensor Input - x Sensor x Sensor Input - x Sensor x Sensor Input - x Sensor x I/O Slot : Not Populated I/O Slot : Dual Analog Input Card I/O Slot : Single Sensor Input Card Sensor Input - x7 Sensor x Sensor Input - x76 Sensor 6 x7 I/O Slot : Dual Analog Input Card Sensor Input - x Sensor x Sensor Input - x Sensor 7 x Sensor Input - x Sensor 6 x7 Sensor Input - x Sensor x

19 . Type-Specific Address Maps.. System Address Map System Address Map Address Name Data Encoding Permissions Value Controller Time -Bit Integer Read Unix Time Controller Firmware -Bit Float Read Version Date of Last Data Log -Bit Integer Read Unix Time 6 Controller Processor -Bit Float Read C 7 Temperature Network Card -Bit Float Read C Temperature -Bit Float Read C I/O Card Temperature -Bit Float Read C I/O Card Temperature -Bit Float Read C -Bit Float Read C -Bit Float Read C Battery Power -Bit Float Read Volt 7 +. V Supply -Bit Float Read Volt + V Supply -Bit Float Read Volt -Bit Float Read Volt Alarm Bitfield 6-Bit Bitfield Read See.. System Alarm Bitfield 6 Digital Input Card I/O Card Temperature I/O Card Temperature + V Supply 7 Temperature (W Only) (W Only) (W Only) (W Only)

20 .. Network Address Map Network Address Map Data Address Name Permissions Value Encoding VTouch Last Data Time -Bit Integer Read Unix Time VTouch Last -Bit Integer Read Unix Time Configuration Time VTouch Refresh Rate -Bit Float Read/Write Minutes Alarm Bitfield 6-Bit Bitfield Read See.. Network Alarm Bitfield 6

21 .. Sensor Input Address Maps... Sensor Input / Temperature Input / Analog Input (except Flowmeter) Address Map Sensor Input / Temperature Input / Analog Input (except Flowmeter) Address Map Address Name Data Encoding Permissions Value Primary Value -Bit Float Read Sensor Units Cond: µs/cm before ATC Active: mv Primary Raw Value -Bit Float Read - ma AI: ma Temperature: Ω Last Calibration Date -Bit Integer Read Unix Time 6 7 Deadband -Bit Float Read/Write Sensor Units Smoothing Factor -Bit Float Read/Write % LoLo Alarm Setpoint -Bit Float Read/Write Sensor Units 6 7 Low Alarm Setpoint -Bit Float Read/Write Sensor Units High Alarm Setpoint -Bit Float Read/Write Sensor Units HiHi Alarm Setpoint -Bit Float Read/Write Sensor Units 7 Low Alarm Boolean Read = Alarm Active High Alarm Boolean Read = Alarm Active LoLo Alarm Boolean Read = Alarm Active HiHi Alarm Boolean Read = Alarm Active Cal Required Boolean Read = Alarm Active Input Failure Boolean Read = Alarm Active Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See.. Sensor Input Alarm Bitfield 7

22 ... Analog Input Flowmeter Address Map Analog Input Flowmeter Address Map (W Controller Only) Address Name Data Encoding Permissions Value Flow Units Primary Value -Bit Float Read Rate Units Primary Raw Value -Bit Float Read ma Last Calibration Date -Bit Integer Read Unix Time 6 7 Flow Total -Bit Float Read Flow Units Input Filter -Bit Float Read/Write ma Flow Units Deadband -Bit Float Read/Write Rate Units Smoothing Factor -Bit Float Read/Write % Flow Units LoLo Alarm Setpoint -Bit Float Read/Write Rate Units 6 Flow Units Low Alarm Setpoint -Bit Float Read/Write 7 Rate Units Flow Units High Alarm Setpoint -Bit Float Read/Write Rate Units Flow Units HiHi Alarm Setpoint -Bit Float Read/Write Rate Units Reset Total Flow Boolean Read/Write Write to Reset Flow Total 7 Low Alarm Boolean Read = Alarm Active High Alarm Boolean Read = Alarm Active LoLo Alarm Boolean Read = Alarm Active HiHi Alarm Boolean Read = Alarm Active Cal Required Boolean Read = Alarm Active Input Failure Boolean Read = Alarm Active Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See.. Sensor Input Alarm Bitfield

23 .. Digital Input Address Maps... Digital Input / DI State Type Address Map Digital Input / DI State Type Address Map Address Name Data Encoding Permissions Value Last Reset Date -Bit Integer Read Unix Time Total Time -Bit Integer Read Seconds Cycle Time -Bit Integer Read Seconds Reset Total Time Boolean Read/Write Write to Reset Time DI State Boolean Read = Open, = Closed Interlock State Boolean Read = Inactive = Active Interlock Alarm Bitfield 6-Bit Bitfield Read See.. Digital Input Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

24 ... Digital Input / Contacting Flow Meter Type Address Map Digital Input / Contacting Flow Meter Address Map Data Address Name Permissions Value Encoding Last Reset Date -Bit Integer Read Unix Time Total Flow -Bit Float Read Flow Units 6 Total Flow Alarm,,, -Bit Float Read/Write 7 Setpoint Flow Units Reset Total Flow Boolean Read/Write Write to Reset Flow Total See.. Digital Input Alarm Bitfield Alarm Bitfield 6-Bit Bitfield Read When accessed as a Coil, Returns if any alarm is active

25 ... Digital Input / Paddlewheel Flow Meter Type Address Map Digital Input / Paddlewheel Flow Meter Address Map Address Name Data Encoding Permissions Value Last Reset Date -Bit Integer Read Unix Time Total Flow -Bit Float Read Flow Units Flow Units Current Flowrate -Bit Float Read Rate Units 6 Total Flow Alarm,,, -Bit Float Read/Write 7 Setpoint Flow Units Smoothing Factor -Bit Float Read/Write % Reset Total Flow Boolean Read/Write Write to Reset Flow Total Alarm Bitfield 6-Bit Bitfield Read See.. Digital Input Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

26 ... Digital Input / Flow Monitor Type Address Map Digital Input / Flow Monitor Address Map Addres s Name Data Encoding Permissions Value Last Reset Date -Bit Integer Read Unix Time Total Feed -Bit Float Read Flow Units Flow Units Current Flowrate -Bit Float Read Rate Units 6 Totalizer Alarm,, -Bit Float Read/Write 7 Setpoint Flow Units.. Volume/Contact -Bit Float Read/Write Flow Units / Pulse Smoothing Factor -Bit Float Read/Write % Reprime Time 6-Bit Integer Read/Write Seconds Flow Alarm Delay 6-Bit Integer Read/Write Seconds 6 7 Flow Alarm Clear -Bit Float Read/Write, Pulses 7 Reset Total Flow Boolean Read/Write Write to Reset Flow Total Alarm Bitfield 6-Bit Bitfield Read See.. Digital Input Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

27 .. Virtual Input Address Maps... Virtual Input / Calculation Type Address Map Virtual Input / Calculation Type Address Map Address Name Data Encoding Permissions Value Primary Value -Bit Float Read Virtual Input Units 6 7 Deadband -Bit Float Read/Write Virtual Input Units Smoothing Factor -Bit Float Read/Write % LoLo Alarm Setpoint -Bit Float Read/Write Virtual Input Units 6 7 Low Alarm Setpoint -Bit Float Read/Write Virtual Input Units High Alarm Setpoint -Bit Float Read/Write Virtual Input Units HiHi Alarm Setpoint -Bit Float Read/Write Virtual Input Units 7 Low Alarm Boolean Read = Alarm Active High Alarm Boolean Read = Alarm Active LoLo Alarm Boolean Read = Alarm Active HiHi Alarm Boolean Read = Alarm Active Misc. Alarm Boolean Read = Out-Of-Range or Input Failure Alarm Active Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See.. Virtual Input Alarm Bitfield

28 ..6 Relay Output Address Maps..6. Relay Output / Manual Control Mode Address Map Relay Output / Manual Control Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds On Time Delay -Bit Integer Read/Write 6, Seconds Off Time Delay -Bit Integer Read/Write 6, Seconds 7 Hand Time Limit -Bit Integer Read/Write 6, Seconds Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

29 ..6. Relay Output / On/Off Control Mode Address Map Relay Output / On/Off Control Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds 6 7 Setpoint -Bit Float Read/Write Input Sensor Units Deadband -Bit Float Read/Write Input Sensor Units Duty Cycle -Bit Float Read/Write % Duty Cycle Period 6-Bit Integer Read/Write Seconds 6 7 On Time Delay -Bit Integer Read/Write 6, Seconds Off Time Delay -Bit Integer Read/Write 6, Seconds Output Time Limit -Bit Integer Read/Write 6, Seconds 7 Hand Time Limit -Bit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

30 ..6. Relay Output / Dual Setpoint Control Mode Address Map Relay Output / Dual Setpoint Control Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds 6 7 Setpoint -Bit Float Read/Write Input Sensor Units Setpoint -Bit Float Read/Write Input Sensor Units Deadband -Bit Float Read/Write Input Sensor Units Duty Cycle -Bit Float Read/Write % Duty Cycle Period 6-Bit Integer Read/Write Seconds 6 7 On Time Delay -Bit Integer Read/Write 6, Seconds Off Time Delay -Bit Integer Read/Write 6, Seconds Output Time Limit -Bit Integer Read/Write 6, Seconds 7 Hand Time Limit -Bit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

31 ..6. Relay Output / Time Proportional Control Mode Address Map Relay Output / Time Proportional Control Address Map Address Name Data Encoding Permissions Value -Bit Time On Integer Read Seconds -Bit Total Time Integer Read Seconds -Bit Cycle Time Integer Read Seconds 6 7 Setpoint -Bit Float Read/Write Input Sensor Units Proportional Band -Bit Float Read/Write Input Sensor Units Current Cycle -Bit Float Read Seconds -Bit Sample Period Integer Read/Write 6, Seconds 6 7 -Bit Output Time Limit Integer Read/Write 6, Seconds 7 -Bit Hand Time Limit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit = Hand, = Off, Read/Write Integer = Auto Mode Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active 7

32 ..6. Relay Output / Intermittent Sampling Control Mode Address Map Relay Output / Intermittent Sampling Control Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Cycle Time -Bit Integer Read Seconds 6 7 Setpoint -Bit Float Read/Write Input Sensor Units Proportional Band -Bit Float Read/Write Input Sensor Units Sample Time 6-Bit Integer Read/Write Seconds Hold Time 6-Bit Integer Read/Write Seconds 6 7 Max Blowdown -Bit Integer Read/Write 6, Seconds Wait Time -Bit Integer Read/Write 6, Seconds Output Time Limit -Bit Integer Read/Write 6, Seconds 7 Hand Time Limit -Bit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

33 ..6.6 Relay Output / Bleed And Feed Control Mode Address Map Relay Output / Bleed And Feed Control Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Feed Time Limit -Bit Integer Read/Write 6, Seconds 7 Hand Time Limit -Bit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Status Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

34 ..6.7 Relay Output / Bleed Then Feed Control Mode Address Map Relay Output / Bleed Then Feed Control Mode Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Remaining Feed Time -Bit Integer Read Seconds 6 7 Bleed Time -Bit Integer Read Seconds 6 7 Feed Percentage -Bit Float Read/Write % Feed Time Limit -Bit Integer Read/Write 6, Seconds 7 Reset Timer Boolean Read/Write Write to Reset Feed Timer Hand Time Limit -Bit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Integer Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

35 ..6. Relay Output / Flow Timer Control Mode Address Map Relay Output / Flow Timer Control Mode Address Map Data Address Name Permissions Value Encoding -Bit Time On Read Seconds Integer -Bit Total Time Read Seconds Integer -Bit Remaining Feed Time Read Seconds Integer 6 Accumulator Volume -Bit Float Read/Write,, Flow Units 7 Setpoint Accumulator Total -Bit Float Read Flow Units 6 7 -Bit Feed Duration Read/Write 6, Seconds Integer -Bit Output Time Limit Read/Write 6, Seconds Integer 7 Reset Timer Boolean Read/Write Write to Reset Feed Timer -Bit Hand Time Limit Read/Write 6, Seconds Integer Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting Status Alarm Bitfield 6-Bit Integer 6-Bit Integer 6-Bit Bitfield Read/Write Read Read = Hand, = Off, = Auto Mode See. Status Register Codes See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

36 ..6. Relay Output / Target PPM Control Mode Address Map Relay Output / Target PPM Control Mode Address Map (W Controller Only) Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Remaining Feed Time -Bit Integer Read Seconds 6 Accumulator Volume -Bit Float Read/Write,, Flow Units 7 Setpoint Accumulator Total -Bit Float Read Flow Units Target PPM -Bit Float Read/Write,, ppm -Bit Float Read/Write. mg/l, Volume Units Pump Capacity -Bit Float Read/Write Hour Pump Setting -Bit Float Read/Write % Output Time Limit -Bit Integer Read/Write 6, Seconds Low Cycles Limit -Bit Float Read/Write.. 7 Reset Timer Boolean Read/Write Write to Reset Feed Timer Hand Time Limit -Bit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total = Hand, = Off, HOA Setting 6-Bit Integer Read/Write = Auto Mode Status 6-Bit Integer Read See. Status Register Codes See..6 Relay Output Alarm Bitfield Alarm Bitfield 6-Bit Bitfield Read When accessed as a Coil, Returns if any alarm is active 6 Specific Gravity 7 Of Product

37 ..6. Relay Output / PPM By Volume Control Mode Address Map Relay Output / PPM By Volume Control Mode Address Map (W Controller Only) Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Remaining Feed -Bit Float Read Volume Units Volume 6 Accumulator Volume -Bit Float Read/Write,, Flow Units 7 Setpoint Accumulator Total -Bit Float Read Flow Units Target PPM -Bit Float Read/Write,, ppm -Bit Float Read/Write. mg/l Output Time Limit -Bit Integer Read/Write 6, Seconds Low Cycles Limit -Bit Float Read/Write.. 7 Reset Timer Boolean Read/Write Write to Reset Feed Timer Hand Time Limit -Bit Integer Read/Write 6, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total = Hand, = Off, HOA Setting 6-Bit Integer Read/Write = Auto Mode Status 6-Bit Integer Read See. Status Register Codes See..6 Relay Output Alarm Bitfield Alarm Bitfield 6-Bit Bitfield Read When accessed as a Coil, Returns if any alarm is active 6 Specific Gravity 7 Of Product

38 ..6. Relay Output / Percent Timer Control Mode Address Map Relay Output / Percent Timer Control Mode Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Cycle Time -Bit Integer Read Seconds Feed Percentage -Bit Float Read/Write % Feed Time Limit -Bit Integer Read/Write 6, Seconds 7 Hand Time Limit -Bit Integer Read/Write 6, Seconds Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Integer Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

39 ..6. Relay Output / Event Timer Control Mode Address Map Relay Output / Event Timer Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Cycle Time -Bit Integer Read Seconds 6 7 6, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write 6, Seconds 6, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write 6, Seconds 6 6, Event Start Time -Bit Integer Read/Write 7 Seconds Since Midnight Event Duration -Bit Integer Read/Write 6, Seconds 6, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write 6, Seconds 6, Event Start Time -Bit Integer Read/Write Seconds Since Midnight 7 Event Duration -Bit Integer Read/Write 6, Seconds Hand Time Limit -Bit Integer Read/Write 6, Seconds Active Timer Event 6-Bit Integer Read Event Number Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting 6-Bit Integer Read/Write = Hand, = Off, = Auto Mode Status 6-Bit Integer Read See. Status Register Codes Alarm Bitfield 6-Bit Bitfield Read See..6 Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

This document is for information purposes only and is subject to change without notice.

This document is for information purposes only and is subject to change without notice. Notice WALCHEM, Iwaki America Inc. (hereinafter Walchem ) Boynton Road, Holliston, MA USA () - All Rights Reserved Printed in USA Proprietary Material The information and descriptions contained herein

More information

W600/W900 Modbus. Instruction Manual

W600/W900 Modbus. Instruction Manual W6/W Modbus Instruction Manual WALCHEM, Iwaki America Inc. Five Boynton Road Hopping Brook Park Holliston, MA 76 USA : TEL: -- WEB: www.walchem.com Notice 7 WALCHEM, Iwaki America Inc. (hereinafter Walchem

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 Modbus TCP/IP Option Instruction Manual s800v005, s801v004 and higher Five Boynton Road Hopping Brook Park Holliston, MA 01746 USA

More information

WebMaster /WebAlert GPRS Modem Option Installation Manual

WebMaster /WebAlert GPRS Modem Option Installation Manual W A L C H E M IWAKI America Inc. GPRS Modem Option Installation WebMaster /WebAlert GPRS Modem Option Installation Manual Five Boynton Road Hopping Brook Park Holliston, MA 01746 USA TEL: 508-429-1110

More information

VTouch Device Management and Communication Service Instruction Manual

VTouch Device Management and Communication Service Instruction Manual W A L C H E M IWAKI America Inc. VTouch eserver VTouch Device Management and Communication Service Instruction Manual Five Boynton Road Hopping Brook Park Holliston, MA 01746 USA TEL: 508-429-1110 FAX:

More information

MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS

MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS 1 Introduction... 2 1.1 Scope of this document... 2 2 Abbreviations... 2 3 Context... 3 4 General description... 3 4.1 Protocol description...

More information

Controllers. Water Treatment

Controllers. Water Treatment Water Treatment Controllers Walchem integrates its advanced sensing, instrumentation, fluid handling and communications technologies to deliver reliable and innovation solutions to the global water treatment

More information

MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS

MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS 1 Introduction... 2 1.1 Scope of this document... 2 2 Abbreviations... 2 3 Context... 3 4 General description... 3 4.1 Protocol description...

More information

AEGIS_Modbus. Ethernet TCP. 2. Address Contents 2.1 Current Values of Sensors, Meters, Contact Sets

AEGIS_Modbus. Ethernet TCP. 2. Address Contents 2.1 Current Values of Sensors, Meters, Contact Sets AEGIS_Modbus Ethernet TCP CONTENTS 1. Overview 2. Address Contents 2.1 Current Values of Sensors, Meters, Contact Sets 2.2 Current Values of ON/OFF Relays and Frequency Control Outputs 2.3 Current State

More information

2G Actuator Communications Protocol Document Rotary & Linear Actuators

2G Actuator Communications Protocol Document Rotary & Linear Actuators 2752 Capitol Drive Suite #103 Sun Prairie, WI 53590 2150080 2G Actuator Packets - Rotary & Linear Revision AI Date 4/25/2018 2G Actuator Communications Protocol Document Rotary & Linear Actuators DOCUMENT

More information

MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1a CONTENTS

MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1a CONTENTS MODBUS APPLICATION PROTOCOL SPECIFICATION V11a CONTENTS 1 Introduction 2 11 Scope of this document 2 2 Abbreviations 2 3 Context 3 4 General description 3 41 Protocol description 3 42 Data Encoding 6 43

More information

MODBUS.ORG. Content 1 Introduction... 2

MODBUS.ORG. Content 1 Introduction... 2 Content 1 Introduction... 2 1.1 Scope of this document... 2 1.2 References... 2 2 Abbreviations... 3 3 Context... 3 4 General description... 5 4.1 Protocol description... 5 4.2 Data Encoding... 7 4.3 MODBUS

More information

Alstom Redundant Ethernet Driver Help Kepware Technologies

Alstom Redundant Ethernet Driver Help Kepware Technologies Alstom Redundant Ethernet Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Channel Setup 4 Device Setup 5 Device ID 5 Block Sizes 6 Redundancy Settings 6 Data

More information

Manual. MegaTron Controller Supplemental. Modbus / TCP Communications Manual

Manual. MegaTron Controller Supplemental. Modbus / TCP Communications Manual Manual MegaTron Controller Supplemental Modbus / TCP Communications Manual Advantage Controls P.O. Box 1472 Muskogee, OK 74402 Phone: 800-743-7431 Fax: 888-686-6212 www.advantagecontrols.com email: support@advantagecontrols.com

More information

ROC Plus Protocol. Specification Manual. Form A6127. Flow Computer Division. Part Number D301180X0012 January 2007

ROC Plus Protocol. Specification Manual. Form A6127. Flow Computer Division. Part Number D301180X0012 January 2007 Form A6127 Part Number D301180X0012 January 2007 ROC Plus Protocol Specification Manual Flow Computer Division Website: www.emersonprocess.com/flow Revision Tracking Sheet January 2007 This manual is periodically

More information

Interface design document MODBUS Protocol. Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board

Interface design document MODBUS Protocol. Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board Interface design document 6-2011 MODBUS Protocol Ab s t r a c t Description of the MODBUS implementation for the Modbus I/O board 1 T a b l e o f c o n t e n t s 1 TABLE OF CONTENTS... 2 1.1 TABLES...

More information

GE MDS, LLC. NETio Series. Protocol Communications Supplement. March 2013 Part No A01, Rev. C

GE MDS, LLC. NETio Series. Protocol Communications Supplement. March 2013 Part No A01, Rev. C GE MDS, LLC. NETio Series Protocol Communications Supplement March 2013 Part No. 05-4672A01, Rev. C Modbus Protocol NETio Architectural Implementation As described in detail below, the Modbus RTU protocol

More information

FnIO S-Series. FnIO MODBUS Adapter Specification Rev 1.00 NA-9473 (MODBUS/RS485) Page 1 of 30. NA-9473 (MODBUS/RS485) Adapter

FnIO S-Series. FnIO MODBUS Adapter Specification Rev 1.00 NA-9473 (MODBUS/RS485) Page 1 of 30. NA-9473 (MODBUS/RS485) Adapter Rev 1.00 NA-9473 (MODBUS/RS485) Page 1 of 30 FnIO S-Series NA-9473 (MODBUS/RS485) Adapter Rev 1.00 NA-9473 (MODBUS/RS485) Page 2 of 30 DOCUMENT CHANGE SUMMARY REV. PAGES REMARKS DATE Editor Draf t#0 First

More information

Modbus RTU/TCP Installation and Programming Guide PC3400 Particle Counter

Modbus RTU/TCP Installation and Programming Guide PC3400 Particle Counter Chemtrac, Inc. Modbus RTU/TCP Installation and Programming Guide PC3400 Particle Counter Chemtrac, Inc. rev. B111811 Introduction This guide is for use with Chemtrac s PC 3400 D Particle Counters. The

More information

Version Action Author Date

Version Action Author Date Version Action Author Date 1.0 Initial document KP 25.08.2013 1.1 Document review, description and register update GP 26.08.2013 1.2 Status bits, current noise floor GP 29.08.2013 1.3 Using EG100 as a

More information

Modbus Manual Version Modbus Manual for Clean Room Panel CRP5

Modbus Manual Version Modbus Manual for Clean Room Panel CRP5 Page 1 of 42 Modbus Manual Version 1.03 Modbus Manual for Clean Room Panel CRP5 This manual is for persons who will use the Clean Room Panel Modbus protocol. It describes how messages are constructed and

More information

Precision Digital Modbus Register Tables Serial Communication

Precision Digital Modbus Register Tables Serial Communication This document describes how to communicate with the Trident Model PD765 and Javelin D Model PD644 meters using the Modbus RTU Serial Communication Protocol. The user should be familiar with Modbus serial

More information

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160 Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2 Level Indicator L150 and L160 Electrical Safety This equipment complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements

More information

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250 User Guide IM/C250 MOD_3 Modbus (RTU) Communications Option C250 and V250 Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements for electrical

More information

Modbus Manual Version Modbus Manual for PF4/5

Modbus Manual Version Modbus Manual for PF4/5 Modbus Manual Version 1.1 - Modbus Manual for PF4/5 Seite 2 1. Table of contents 1 Modbus protocol... 3 1.1. Structure of the Modbus protocol... 3 1.1.1 Modbus RTU / TCP... 3 1.2 Modbus Data Format...

More information

MODEL IR5500 Infrared Open Path Gas Detector HART Field Device Specification

MODEL IR5500 Infrared Open Path Gas Detector HART Field Device Specification MODEL IR5500 Infrared Open Path Gas Detector HART Field Device Specification The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the

More information

MODBUS/TCP PROTOCOL GUIDE

MODBUS/TCP PROTOCOL GUIDE MODBUS/TCP PROTOCOL GUIDE For use with: SNAP PAC R-Series Controller SNAP PAC S-Series Controller SNAP PAC EB Brains SNAP Ethernet I/O Units SNAP Simple I/O Units SNAP Ultimate I/O Units E1 I/O Units E2

More information

DiaLog Elite. Modbus RTU User Guide. Publish Date: January 1, 2005 Document Version 1.2

DiaLog Elite. Modbus RTU User Guide. Publish Date: January 1, 2005 Document Version 1.2 DiaLog Elite Modbus RTU User Guide Publish Date: January 1, 2005 Document Version 1.2 Copyright and Trademark Information All Pages Copyright 2005 Antx, inc. All Rights Reserved. U.S. Government Users

More information

UDA2182 Communications User Guide

UDA2182 Communications User Guide UDA2182 Communications User Guide 70-82-25-126 January 2009 Honeywell Process Solutions Copyright, Notices, and Trademarks Printed in U.S.A. Copyright 2008 by Honeywell Revised January 2009 Warranty/Remedy

More information

Optidrive Applications Support Library

Optidrive Applications Support Library Optidrive Applications Support Library Application Note Title AN-ODV-3-038 Related Products Optidrive Eco Overview Level 3 Modbus RTU Control and Register Mapping 1 Fundamental - No previous experience

More information

WebMaster. Cooling Tower/Boiler Controller. ONE simple and flexible controller for ALL your water treatment needs! SUMMARY OF KEY FEATURES

WebMaster. Cooling Tower/Boiler Controller. ONE simple and flexible controller for ALL your water treatment needs! SUMMARY OF KEY FEATURES WebMaster An Iwaki America Company Cooling Tower/Boiler Controller ONE simple and flexible controller for ALL your water treatment needs! Walchem s WebMasterONE integrates advanced sensing, instrumentation,

More information

Process Monitor Instruction Manual

Process Monitor Instruction Manual Process Monitor Instruction Manual Notice Proprietary Material 2005 WALCHEM Corporation Five Boynton Road, Holliston, MA 01746 USA (508) 429-1110 All Rights Reserved Printed in USA The information and

More information

For more information Contact with details of the application.

For more information Contact with details of the application. Eaton Corporation Telecommunications Power Solutions Email: dc.info@eaton.com www.eaton.com/telecompower Application Note AN0107 SC200 Modbus Server Last updated 20 January 2017 Applicable products SC200

More information

WebAlert WA500 Series Process Monitor Instruction Manual

WebAlert WA500 Series Process Monitor Instruction Manual W A L C H E M WebAlert WA500 Process Monitor WebAlert WA500 Series Process Monitor Instruction Manual Walchem Corporation Five Boynton Road Hopping Brook Park Holliston, MA 01746 USA TEL: 508-429-1110

More information

Fisher ROC Serial Driver Help Kepware Technologies

Fisher ROC Serial Driver Help Kepware Technologies Fisher ROC Serial Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Channel Setup 5 Device Setup 6 Tag Import Settings 6 Address Specification 7 Operator Identification

More information

Fisher ROC Plus Serial Driver Help Kepware Technologies

Fisher ROC Plus Serial Driver Help Kepware Technologies Fisher ROC Plus Serial Driver Help 2014 Kepware Technologies 2 Table of Contents Table of Contents 2 5 Overview 5 Channel Setup 6 Device Setup 7 Tag Import Settings 7 Address Specification 8 Operator Identification

More information

WDC Series Dual Condensate Conductivity Monitor. Instruction Manual

WDC Series Dual Condensate Conductivity Monitor. Instruction Manual WDC Series Dual Condensate Conductivity Monitor Instruction Manual Notice 2006 WALCHEM Corporation 5 Boynton Road, Holliston, MA 01746 USA (508) 429-1110 All Rights Reserved Printed in USA Proprietary

More information

HC900 Hybrid Controller Communications User Guide

HC900 Hybrid Controller Communications User Guide HC900 Hybrid Controller Communications User Guide 51-52-25-111 Revision: 6 Industrial Measurement and Control Copyright, Notices, and Trademarks Printed in U.S.A. Copyright 2006 by Honeywell Revision 6

More information

PWR. Power Module Slots

PWR. Power Module Slots INSTRUCTION MANUAL ETHERNET INTERFACE MODULE (Modbus/TCP) MODEL BEFORE USE... Thank you for choosing M-System. Before use, please check the contents of the package you received as outlined below. If you

More information

Model Ultima OPIR-5. Infrared Open Path Gas Detector HART Field Device Specification. Instruction Manual

Model Ultima OPIR-5. Infrared Open Path Gas Detector HART Field Device Specification. Instruction Manual Model Ultima OPIR-5 Infrared Open Path Gas Detector HART Field Device Specification The information and technical data disclosed in this document may be used and disseminated only for the purposes and

More information

Modbus Devices on KMC Commander

Modbus Devices on KMC Commander Modbus Devices on KMC Commander Application Guide Contents Commander Modbus Settings...1 CSV File Properties...2 Sample CSV Information...6 Important Notices...7 Support Documents...7 1 Commander Modbus

More information

Master-Touch INSTRUCTION MANUAL. Series 9000MP Multipoint System Series 9600MP System Control Panel Thermal Gas Mass Flowmeters. version 7.

Master-Touch INSTRUCTION MANUAL. Series 9000MP Multipoint System Series 9600MP System Control Panel Thermal Gas Mass Flowmeters. version 7. Master-Touch version 7.x firmware Series 9000MP Multipoint System Series 9600MP System Control Panel Thermal Gas Mass Flowmeters INSTRUCTION MANUAL 80201501 Addendum Rev. C www.epiflow.com Eldridge Products,

More information

User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6. /8 DIN Process Indicators and Controllers C100, C150, C160 and V100

User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6. /8 DIN Process Indicators and Controllers C100, C150, C160 and V100 User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6 1 /8 DIN Process Indicators and Controllers C100, C150, C160 and V100 Electrical Safety This equipment complies with the

More information

FCM-MTCP. Software User's Manual. Field Communication Module. Modbus/TCP and Modbus/UDP slave

FCM-MTCP. Software User's Manual. Field Communication Module. Modbus/TCP and Modbus/UDP slave FCM-MTCP Field Communication Module Modbus/TCP and Modbus/UDP slave Software User's Manual Revision History Revision Date of Change 1.03 2013/08/05 Modifying the content in the firmware upgrade section.

More information

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND OleumTechTM TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND MUST BE FAMILIAR WITH LEVEL 1 TRAINING MATERIALS BEFORE MOVING FORWARD Doc ID# 80-6010-001b TABLE OF CONTENTS 1. WHAT IS NEW WRITE IMPORT

More information

Modbus on K45 asense. Table of contents:

Modbus on K45 asense. Table of contents: Modbus on K45 asense Table of contents: 1. General.... Byte transmission.... 3. Serial line frame and addressing.... 4 4. Bus timing.... 4 5. Modbus registers on sensor.... 5 6. Supported Modbus commands...

More information

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP.

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP. DIVERSIFIED HEAT TRANSFER SERIES 700 STEAM GENERATOR CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE AT SIGMACONTROLS.COM SERIES 700 DHT STEAM GENERATOR MANUAL 042514 2 TABLE OF CONTENTS INTRODUCTION.

More information

Lufkin Modbus Serial Driver Help Kepware Technologies

Lufkin Modbus Serial Driver Help Kepware Technologies Lufkin Modbus Serial Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Channel Setup 4 Device Setup 5 Cable Diagram 5 Modem Setup 6 Block Sizes 6 Framing 7 Error

More information

ICP DAS WISE User Manual for WISE-580x Series. [Version 1.61]

ICP DAS WISE User Manual for WISE-580x Series. [Version 1.61] ICP DAS WISE User Manual for WISE-580x Series [Version 1.61] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to

More information

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR

HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR This page intentionally left blank. HART USER GUIDE FOR GASSONIC OBSERVER-H ULTRASONIC GAS LEAK DETECTOR HART User Guide for Gassonic

More information

Web-enabled DAQ System

Web-enabled DAQ System 2016-09 EC-8631 500479 6-0001 Rev.0 01 Web-enabled DAQ System Model: TR30-G High Speed Sampling 5 ms/ai 16 points HTTP server Modbus/TCP master and slave Trigger recording FTP client and server E-mailing

More information

Modbus User Manual APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc.

Modbus User Manual APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc. APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc. Covers the following Modbus RTU enabled drives: ST5-Q-RN ST5-Q-RE ST5-Q-NN

More information

Using Modbus TCP with Brainboxes products

Using Modbus TCP with Brainboxes products Using Modbus TCP with Brainboxes products Contents 1 Scope of this document... 2 2 What is Modbus TCP?... 2 3 Modbus TCP settings on Brainboxes webpage... 3 4 Logical ing... 5 5 984 style ing... 5 6 IEC

More information

UEIModbus User Manual 2.1

UEIModbus User Manual 2.1 UEIModbus User Manual 2.1 February 2013 Edition Copyright 2013 United Electronic Industries, Inc. All rights reserved No part of this publication may be reproduced, stored in a retrieval system, or transmitted,

More information

Golander Peristaltic Pump MODBUS Communication Instruction

Golander Peristaltic Pump MODBUS Communication Instruction Golander Peristaltic Pump MODBUS Communication Instruction 1 Introduction... 1 2 Modbus Protocol... 2 2.1 Modbus Protocol Model... 2 2.2 Byte Format... 2 2.3 MODBUS Message Timing... 2 2.4 Field... 3 2.5

More information

In-Situ Modbus Communication Protocol Version 5.8

In-Situ Modbus Communication Protocol Version 5.8 In-Situ Modbus Communication Protocol Version 5.8 Level TROLL 700, 500, 300, 200, 100 BaroTROLL 500, 100 Aqua TROLL 200, 100 RDO PRO, RDO TITAN, ConTROLL PRO Rugged TROLL 100, 200, Rugged BaroTROLL Contents

More information

Automationdirect.com. D i r e c t L o g i c M a g n e t i c P u l s e I n p u t C o p r o c e s s o r F 4-8 M P I

Automationdirect.com. D i r e c t L o g i c M a g n e t i c P u l s e I n p u t C o p r o c e s s o r F 4-8 M P I Automationdirect.com D i r e c t L o g i c 0 5 M a g n e t i c P u l s e I n p u t C o p r o c e s s o r F - 8 M P I Manual Order Number: F-8MPI-M TRADEMARKS AutomationDirect.com is a Trademark of Automationdirect.com

More information

MODBUS MANUAL For the AccUView UV Transmission Monitor

MODBUS MANUAL For the AccUView UV Transmission Monitor MODBUS MANUAL For the AccUView UV Transmission Monitor HF scientific, inc. 3170 Metro Parkway Ft. Myers, FL 33916 Phone: 239-337-2116 Fax: 239-332-7643 E-Mail: info@hfscientific.com Website: www.hfscientific.com

More information

based on a previously created custom model an entirely new model

based on a previously created custom model an entirely new model Chapter 11: Custom Library Com'X 510 User Manual Custom Models The Com'X 510 supports the use of custom models. A custom model is any model other than a Built-in model from Schneider Electric. To use a

More information

HC900 Process Controller Communications User Guide

HC900 Process Controller Communications User Guide HC900 Process Controller Communications User Guide 51-52-25-111 Revision: 13 Honeywell Process Solutions Copyright, Notices, and Trademarks Printed in USA Copyright 2017 by Honeywell Revision 13 Warranty/Remedy

More information

NA User Manual. Copyright(C) * CREVIS Co.,Ltd * Support * URL :

NA User Manual. Copyright(C) * CREVIS Co.,Ltd * Support * URL : - 1 - List of Revisions No. Date Version Revision 1 2007.12.15 1.00 Created - 2 - Contents 1. Product Specification 1) General Specifications 2) MODUBS/TCP Communication Specification 2. MODBUS Setting

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

EGW1-IA3-MB User s Manual

EGW1-IA3-MB User s Manual www.exemys.com Rev. 0 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

Model IR4000M. HART Field Device Specification Multi-Point Monitor. Instruction Manual 07-08

Model IR4000M. HART Field Device Specification Multi-Point Monitor. Instruction Manual 07-08 Model IR4000M HART Field Device Specification Multi-Point Monitor The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically

More information

SE-330 SERIES (NEW REVISION) MODBUS/TCP INTERFACE

SE-330 SERIES (NEW REVISION) MODBUS/TCP INTERFACE Tel: +1-800-832-3873 E-mail: techline@littelfuse.com www.littelfuse.com/se-330 SE-330 SERIES (NEW REVISION) MODBUS/TCP INTERFACE Revision 0-E-121117 Copyright 2018 Littelfuse Startco Ltd. All rights reserved.

More information

Fisher ROC Plus Ethernet Driver Help Kepware, Inc.

Fisher ROC Plus Ethernet Driver Help Kepware, Inc. Fisher ROC Plus Ethernet Driver Help 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 5 Overview 5 Channel Setup 7 Device Setup 13 Scan Mode 15 Timings and Timeouts 16 Automatic Demotion 17 Automatic

More information

IntelliCAP PLUS Supplement for Landis & Gyr Telegyr 8979 Protocol

IntelliCAP PLUS Supplement for Landis & Gyr Telegyr 8979 Protocol IntelliCAP PLUS Supplement for Landis & Gyr Telegyr 8979 Protocol March 31, 2003 1135 Atlantic Avenue Alameda, California USA 1023-563 / 3-31-03 IntelliCAP PLUS Capacitor Control Proprietary Notice This

More information

WCT Series Cooling Tower Conductivity Controller. Instruction Manual

WCT Series Cooling Tower Conductivity Controller. Instruction Manual WCT Series Cooling Tower Conductivity Controller Instruction Manual Notice 2007 WALCHEM Corporation 5 Boynton Road, Holliston, MA 01746 USA (508) 429-1110 All Rights Reserved Printed in USA Proprietary

More information

Plus-X Dual IP-8 Adapter. Installation and Operation Manual

Plus-X Dual IP-8 Adapter. Installation and Operation Manual Plus-X Dual IP-8 Adapter Installation and Operation Manual Table of Contents Introduction... 1 Compatibility... 2 Unpacking... 2 Front Panel Indicators... 3 Hardware Configuration... 3 Installation...

More information

P2 Configuration Guide

P2 Configuration Guide P2 Configuration Guide March 2018 Rev. 4.00 #220, 550 71 st Avenue SE Calgary, Alberta, Canada T2H 0S6 Phone: (403) 255-9544 Fax: (403) 259-2343 www.barnettprotalk.com E-mail: sales@barnettprotalk.com

More information

Powered Roller Controller for DeviceNet

Powered Roller Controller for DeviceNet PRC-620-090 TECHNICAL DATA Description The Holjeron Powered Roller Controller for use with DeviceNet has the features needed to handle up to four zones in a material handling system. A Brushless DC Powered

More information

Rev 2.00 NA-9286 (EtherCAT) Page 1 of 31. FnIO S Series: NA EtherCAT Adapter

Rev 2.00 NA-9286 (EtherCAT) Page 1 of 31. FnIO S Series: NA EtherCAT Adapter Rev 2.00 NA-9286 (EtherCAT) Page 1 of 31 FnIO S Series: NA-9286 EtherCAT Adapter Rev 2.00 NA-9286 (EtherCAT) Page 2 of 31 DOCUMENT CHANGE SUMMARY REV. PAGES REMARKS DATE Editor N/A New Draft release 2012/6/13

More information

User's Guide. 1/16 th DIN ph Controller. Model 48PH2. Introduction

User's Guide. 1/16 th DIN ph Controller. Model 48PH2. Introduction User's Guide 1/16 th DIN ph Controller Model 48PH2 Introduction Thank you for selecting the Extech Model 48PH2 controller. This 1/16 th DIN-size controller offers dual display, high resolution measurements,

More information

VISY-Command. Technical Documentation. with Modbus Protocol. Edition: Version: 1 Art. no.:

VISY-Command. Technical Documentation. with Modbus Protocol. Edition: Version: 1 Art. no.: Technical Documentation with Modbus Procol Edition: 2017-04 Version: 1 Art. no.: 350253 FAFNIR GmbH Schnackenburgallee 149 c 22525 Hamburg Germany Tel.: +49 / 40 / 39 82 07-0 Fax: +49 / 40 / 390 63 39

More information

Resolution 1 F (1 C) single point; degrees C or Calibration single or dual point Calibration F

Resolution 1 F (1 C) single point; degrees C or Calibration single or dual point Calibration F RMS Rainwater Harvesting Series 100 Controller Specifications Measurement Performance Contacting Conductivity ph Range 0-10,000 µs/cm Range -2 to 16 ph units Resolution 1 µs/cm Resolution 0.01 ph units

More information

700 SERIES DPC DUPLEX PUMP CONTROLLER INSTRUCTION MANUAL

700 SERIES DPC DUPLEX PUMP CONTROLLER INSTRUCTION MANUAL 1 700 SERIES DPC DUPLEX PUMP CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE SIGMACONTROLS.COM 700 DPC MANUAL 072114 2 TABLE OF CONTENTS INTRODUCTION 3 Ordering Information Specifications Features WIRING

More information

Modbus Protocol Guide for ZP2 Series Control Panels

Modbus Protocol Guide for ZP2 Series Control Panels Modbus Protocol Guide for ZP2 Series Control Panels P/N 00-3243-505-2603-01 ISS 14DEC15 Copyright Trademarks and patents Manufacturer Version REV 01 Certification 2015 UTC Fire & Security. All rights reserved.

More information

U90 Ladder Software Manual. Version 3.50, 6/03

U90 Ladder Software Manual. Version 3.50, 6/03 U90 Ladder Software Manual Version 3.50, 6/03 Table Of Contents Welcome to U90 Ladder... 1 Program Editors... 1 Project Navigation Tree...1 Browse Sequences...1 Printing Documentation...2 Interface Language...

More information

Connecting UniOP to Modbus/TCP

Connecting UniOP to Modbus/TCP Connecting UniOP to Modbus/TCP This Technical Note contains the information needed to connect UniOP to control devices using the Modbus/TCP protocol over Ethernet. Contents 1. Introduction... 1 1.1 Communication

More information

WebMaster. Cooling Tower/Boiler Controller. ONE simple and flexible controller for ALL your water treatment needs! SUMMARY OF KEY FEATURES

WebMaster. Cooling Tower/Boiler Controller. ONE simple and flexible controller for ALL your water treatment needs! SUMMARY OF KEY FEATURES WebMaster Cooling Tower/Boiler Controller ONE simple and flexible controller for ALL your water treatment needs! Walchem s WebMasterONE integrates advanced sensing, instrumentation, fluid handling, and

More information

CO General Specifications GS48D62Z00-00E-N GENERAL. ProSafe-COM extended communication system

CO General Specifications GS48D62Z00-00E-N GENERAL. ProSafe-COM extended communication system General Specifications GS48D62Z00-00E-N CO-962-00 ProSafe-COM extended communication system GENERAL Figure 1 ProSafe-COM extended communication system is a multiple protocol communication interface connecting

More information

CURRENT PROTECTION RELAY SMPR-1

CURRENT PROTECTION RELAY SMPR-1 CURRENT PROTECTION RELAY SMPR-1 1.- ORION ITALIA SERIES MODBUS PROTOCOL. The ORION ITALIA SERIES implement a subset of the AEG Modicon Modbus serial communication standard. Many devices support this protocol

More information

750/760 COMMUNICATIONS GUIDE. Digital Energy Multilin. Feeder Management Relay

750/760 COMMUNICATIONS GUIDE. Digital Energy Multilin. Feeder Management Relay Digital Energy Multilin 750/760 Feeder Management Relay COMMUNICATIONS GUIDE Software Revision: 7.3x GE Multilin Part Number: 1601-0229-A7 GE Publication Code: GEK-106473F Copyright 2010 GE Multilin GE

More information

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page Title page GE Digital Energy D90 Plus Line Distance Protection System Communications guide D90 Plus firmware revision:.9x GE publication code: 60-9070-F (GEK-3469) GE Digital Energy 650 Markland Street

More information

Controllers. Metal Finishing. and Surface Treatment

Controllers. Metal Finishing. and Surface Treatment Metal Finishing and Surface Treatment Controllers Walchem integrates its advanced sensing, instrumentation, fluid handling and communications technologies to deliver reliable and innovative solutions to

More information

VERIS H8035 and H8036

VERIS H8035 and H8036 VERIS H8035 and H8036 MODBUS IMPLEMENTATION SPECIFICATION OVERVIEW This document describes the implementation of Modbus protocol used in the Veris H8035 and H8036 power meters. It is intended to assist

More information

ADAM-5511 Quick Start

ADAM-5511 Quick Start ADAM-5511 Quick Start Support Firmware 1.01 or above Copyright Notice This document is copyrighted 2001 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd., reserves the right to make improvements

More information

PRECISION ENERGY METER. DATALOGGING (-L / -DL Option) USER MANUAL

PRECISION ENERGY METER. DATALOGGING (-L / -DL Option) USER MANUAL PRECISION ENERGY METER DATALOGGING (-L / -DL Option) USER MANUAL Installation Considerations Installation and maintenance of the WattsOn device must only be performed by qualified, competent personnel

More information

Communication settings: Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server

Communication settings: Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server SmartLinx EtherNet/IP instruction and use APPLICATION GUIDE Objective: Show the user how to configure and use an EtherNet/IP SmartLinx communication module. AG082415 While every effort was made to verify

More information

Communication Protocol Reference Guide

Communication Protocol Reference Guide Communication Protocol Reference Guide 2017-12-22, Rev 20 Copyright 2017, Nuvation Energy Table of Contents 1 Introduction 1 11 About this Guide 1 2 Modbus Protocol Support 2 21 Overview 2 211 Modbus RTU

More information

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections INSTRUCTION MANUAL RVT communication How to use RS85 USB Ethernet RVT connections Table of contents 1 Introduction to the controller... 1.1 Intended audience... 1.2 Before you start... 1.3 How to use this

More information

700 SERIES TPC TRIPLEX PUMP CONTROLLER INSTRUCTION MANUAL

700 SERIES TPC TRIPLEX PUMP CONTROLLER INSTRUCTION MANUAL 1 700 SERIES TPC TRIPLEX PUMP CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE SIGMACONTROLS.COM 700SERIESTPCMANUAL071414 2 TABLE OF CONTENTS INTRODUCTION 3 Ordering Information Specifications Features

More information

Fox Thermal Instruments, Inc.

Fox Thermal Instruments, Inc. Fox Thermal Instruments, Inc. THERMAL MASS FLOW METER & TEMPERATURE TRANSMITTER FT3 View www.foxthermalinstruments.com 399 Reservation Road Marina, CA. 93933 104845 Rev. D Notice FOX THERMAL INSTRUMENTS

More information

FCU-4 FAN COIL CONTROLLER

FCU-4 FAN COIL CONTROLLER FCU-4 FAN COIL CONTROLLER BACnet Enabled Description The FCU-4 is designed to provide complete control of fan coil units. The FCU-4 incorporates all the inputs and outputs to ensure that this advanced

More information

Industrial Ethernet Ethernet to Serial Gateways Ethernet to Serial Converters for Modbus, Red lion and other protocols

Industrial Ethernet Ethernet to Serial Gateways Ethernet to Serial Converters for Modbus, Red lion and other protocols USER MANUAL Industrial Ethernet Ethernet to Serial Gateways Ethernet to Serial Converters for Modbus, Red lion and other protocols Contents at a Glance: Section 1 General Information RM-PS-024-01F 3 Section

More information

Preface, Table of Contents

Preface, Table of Contents Preface, Table of Contents SICAM RTUs MODBUS TCP/IP Interoperability Introduction 1 Interoperability of SICAM RTUs using MODBUS TCP/IP Master "Client" (MBCiA0) 2 Interoperability of SICAM RTUs using MODBUS/TCP

More information

Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server.

Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server. SmartLinx EtherNet/IP instruction and use Objective: Show the user how to configure and use a EtherNet/IP SmartLinx communication module. AG052813 While every effort was made to verify the following information,

More information

Operator Manual for Profibus

Operator Manual for Profibus PROCESS ANALYSERS SERVOPRO MultiExact Operator Manual for Profibus Part Number: Revision: Language: 05410007A 0 UK English This page intentionally blank LIST OF CONTENTS Section Page 1. DESCRIPTION AND

More information

Modicon Modbus Driver

Modicon Modbus Driver Modicon Modbus Driver Filename Modbus.dll Manufacturer Modicon Devices Protocol Version 3.1.36 Any device compatible with Modbus protocol v1.1b Modbus v1.1b Last Update 03/17/2017 Platform Win32 and Windows

More information

Plus-X AC-8. User Guide

Plus-X AC-8. User Guide Plus-X AC-8 User Guide Table of Contents Introduction... 1 Network Requirements... 1 Setup and Configuration... 1 Operation... 5 Uploading Firmware... 7 Getting Help... 7 Warranty... 7 Appendix A: Specifications...

More information