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 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 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. 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. Rev A November

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, Write Single Holding Register Function Code, 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..... I/O Channel Address Maps..... Alternate Address Map.... TYPE-SPECIFIC ADDRESS MAPS..... System Address Map..... Network Address Map..... Sensor Input Address Maps Sensor Input / Temperature Input / Analog Input 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..... Virtual Input Address Maps Virtual Input / Calculation Type Address Map..... Relay Output Address Maps Relay Output / Manual Control Mode Address Map...

4 ... 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 / 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... 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 / 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 / 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 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...

5 . SCOPE This document is a User Interface Specification for the W Modbus/TCP product feature. It contains mapping of the various dynamic variables to their Modbus/TCP address locations. This document supports the Modbus/TCP feature on W controller software version. and higher.. INTRODUCTION The Modbus/TCP feature allows the W 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 W is a Modbus Server, meaning that it can respond to requests from the HMI device. The W 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 W.. 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 the W does 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 W controller. The official Modbus/TCP protocol supports data addresses digits in length. A de facto extended standard exists which supports data addresses digits in length. However, to ensure compatibility, the Modbus/TCP feature of the W supports only -digit data address system. The Modbus/TCP feature of the W supports reading and writing of single-bit Coils and -bit Holding Registers, as well as read-only single-bit Discrete Inputs and -bit Input Registers. These data formats allow the W 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 -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 W 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 W 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 additional bytes to the original Modbus protocol, which allows for the transport over the TCP/IP layers. These 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 W 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 W 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 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 of the W controller supports the following function codes: Function Code FC (x) FC (x) FC (x) FC (x) FC (x) FC (x) FC (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 -bit Holding Registers within a single request/response cycle. Read up to consecutive -bit Input Registers within a single request/response cycle. Write a single -bit Coil within a single request/response cycle. Write a single -bit Holding Register within a single request/response cycle. Write up to consecutive -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 of the W allows for Function Codes and to be used interchangeably for read requests. For example, a read coils (FC) request for data addresses through will always return the same result as a read discrete inputs (FC) request for data addresses through. Likewise, the Modbus/TCP feature of the W allows for Function Codes and to also be used interchangeably for read requests. For example, a read holding registers (FC) request for data addresses through will always return the same result as a read input registers (FC) request for data addresses 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... Function Code, Write Single Holding Register Write Single Holding Register Request PDU Name Size Description Function Code Byte Function Code Identifier (x). 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 (x). 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 (x). Exception Code Byte See.. Modbus/TCP Exception Error Codes

11 ... Function Code, 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 of the W 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 W Controller. x Illegal Data Address The data address received is not an allowable address within the W 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 W 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.

12 . TCP/IP Interface The Modbus/TCP interface is attached to the TCP/IP stack that is implemented within the W Product. 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 of the W.. 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 unused bits x () Reset buttons may also be packed as a -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... -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 -Bit register, with the least significant bit of the least significant byte being occupied by the -bit value. This is functionally identical to a -bit integer. Word Value Bit Value Most Significant Byte Least Significant Byte x x x () () ()

13 ... -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 -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 () () ()... -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 -bit register. This is functionally identical to the -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 () () ()... -Bit Word (Integer) Holding Registers and Input Registers can be used for -bit integers containing HOA settings, and time data that doesn t require -bit integers. All -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,. A -bit word is transmitted with the most significant byte first, then the next most significant, until all bytes are transmitted. Registers are only 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 x x x x 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 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 x x x x x

14 ... -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 x x x x x. 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 W data values that can be accessed as Coils (xxxx), Discrete Inputs (xxxx), Holding Registers (xxxx), and Input Registers (xxxx)... I/O Channel Address Maps The address ranges for each input/output channel in the W controller is as follows: I/O Channel Address Map Object Starting Address Ending Address Type-Specific Address Maps System x x 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 x Sensor Input - x x Sensor Input - x x Digital Input x x Digital Input x x Digital Input x x Digital Input x x Digital Input x x Digital Input x x Virtual Input x x Virtual Input x x See.. Sensor Input Address Maps See.. Digital Input Address Maps See.. Virtual Input Address Maps

15 I/O Channel Address Map Object Starting Address Ending Address Type-Specific Address Maps Relay Output x x Relay Output x x See.. Relay Output Address Maps Relay Output x x Relay Output x x Relay Output x x Relay Output x x Analog Output x x Analog Output x x Or.. Pulse Relay Output Address Maps See.. Analog Output Address Maps The Address Map of the W s 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 Sensor Input, Digital Input, Relay, or Analog Output. Each object has a block of addresses. The Modbus/TCP feature of the W allows for all addresses to be accessed as registers. On the following address map table, 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 x) as an Input Register (FC), the address indices and must be requested together: Addresses and. To read the Low Alarm status for Sensor - in the Sensor Input Address Map (starting address x) as a Coil (FC), address index must be requested: Address. 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 (FC), the address indices and must be used together: Addresses and... Alternate Address Map The Alternate Address Map provides a more efficient way to access similar data from different objects. Using this address table, 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. Object Starting Address Ending Address Alternate Address Map Type-Specific Address Map Sensor Input x x See... Alternate Sensor Input / Temperature Input / Analog Input Address Map Digital Input x x See... Alternate Digital Input Address Map Relay Output x x See... Alternate Relay Output Address Map Analog Output x x See... Alternate Analog Output Address Map

16 . Type-Specific Address Maps.. System Address Map System Address Map Data Address Name Permissions Value Encoding Wall Time -Bit Integer Read Unix Time Controller Firmware -Bit Float Read Version Date of Last Data Log -Bit Integer Read Unix Time Controller Temperature -Bit Float Read C Network Card -Bit Float Read C Temperature I/O Card Temperature -Bit Float Read C I/O Card Temperature -Bit Float Read C Alarm Bitfield -Bit Bitfield Read See.. System Alarm Bitfield

17 .. 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 -Bit Bitfield Read See.. Network Alarm Bitfield

18 .. Sensor Input Address Maps... Sensor Input / Temperature Input / Analog Input Address Map Sensor Input / Temperature Input / Analog Input Address Map Address Name Data Encoding Permissions Value Primary Value -Bit Float Read Sensor Units Primary Raw Value -Bit Float Read Dependent on Sensor Type Last Calibration Date -Bit Integer Read Unix Time Deadband -Bit Float Read/Write Sensor Units Smoothing Factor -Bit Float Read/Write % LoLo Alarm Setpoint -Bit Float Read/Write Sensor Units 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 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 Misc. Alarm Boolean Read = Sensor Range, Fault or Input Failure Alarm Active Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Sensor Input Alarm Bitfield

19 .. 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 -Bit Bitfield Read See.. Digital Input Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

20 ... 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 Unit Time Total Flow -Bit Float Read Flow Units Total Flow Alarm,,, -Bit Float Read/Write Setpoint Flow Units Reset Total Flow Boolean Read/Write Write to Reset Flow Total See.. Digital Input Alarm Bitfield Alarm Bitfield -Bit Bitfield Read When accessed as a Coil, Returns if any alarm is active

21 ... 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 Unit Time Total Flow -Bit Float Read Flow Units Flow Units Current Flowrate -Bit Float Read Rate Units Total Flow Alarm,,, -Bit Float Read/Write Setpoint Flow Units Smoothing Factor -Bit Float Read/Write % Reset Total Flow Boolean Read/Write Write to Reset Flow Total Alarm Bitfield -Bit Bitfield Read See.. Digital Input Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

22 .. 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 Deadband -Bit Float Read/Write Virtual Input Units Smoothing Factor -Bit Float Read/Write % LoLo Alarm Setpoint -Bit Float Read/Write Virtual Input Units 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 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 -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Virtual Input Alarm Bitfield

23 .. Relay Output Address Maps... 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, Seconds Off Time Delay -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, Seconds Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

24 ... 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 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 -Bit Integer Read/Write Seconds Output Time Limit -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, 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 -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

25 ... 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 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 -Bit Integer Read/Write Seconds On Time Delay -Bit Integer Read/Write, Seconds Off Time Delay -Bit Integer Read/Write, Seconds Output Time Limit -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, 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 -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

26 ... 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 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, Seconds -Bit Output Time Limit Integer Read/Write, Seconds -Bit Hand Time Limit Integer Read/Write, 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 -Bit = Hand, = Off, Read/Write Integer = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

27 ... 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 Setpoint -Bit Float Read/Write Input Sensor Units Proportional Band -Bit Float Read/Write Input Sensor Units Sample Time -Bit Integer Read/Write Seconds Hold Time -Bit Integer Read/Write Seconds Max Blowdown -Bit Integer Read/Write, Seconds Wait Time -Bit Integer Read/Write, Seconds Output Time Limit -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, 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 -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

28 ... 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, Seconds Hand Time Limit -Bit Integer Read/Write, 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 -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

29 ... 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 -Bit Integer Read Seconds Bleed Time -Bit Integer Read Seconds Feed Percentage -Bit Float Read/Write % Feed Time Limit -Bit Integer Read/Write, Seconds Reset Timer Boolean Read/Write Write to Reset Feed Timer Hand Time Limit -Bit Integer Read/Write, 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 -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Integer Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

30 ... Relay Output / Flow Timer Control Mode Address Map Relay Output / Flow Timer Control Mode Address Map Address Name Data Encoding Permissions Value -Bit Time On Integer Read Seconds -Bit Total Time Integer Read Seconds -Bit Remaining Feed Integer Read Seconds Accumulator Volume -Bit Setpoint Integer Read/Write,, Flow Units -Bit Accumulated Total Integer Read Flow Units -Bit Feed Duration Integer Read/Write, Seconds -Bit Output Time Limit Integer Read/Write, Seconds Reset Timer Boolean Read/Write Write to Reset Feed Timer -Bit Hand Time Limit Integer Read/Write, 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 -Bit = Hand, = Off, Read/Write Integer = Auto Mode Status -Bit Integer Read See. Status Register Codes Alarm Bitfield See.. Relay Output Alarm Bitfield -Bit Read When accessed as a Coil, Bitfield Returns if any alarm is active

31 ... 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, Seconds Hand Time Limit -Bit Integer Read/Write, Seconds Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Integer Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

32 ... 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, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, Seconds Active Timer Event -Bit Integer Read Event Number Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Integer Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

33 ... Relay Output / Biocide Timer Control Mode Address Map Relay Output / Biocide 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 Bleed Lockout -Bit Integer Read/Write, Seconds Prebleed To -Bit Float Read/Write Input Sensor Units Setpoint Prebleed Time -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, Seconds Active Timer Event -Bit Integer Read Event Number Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total = Hand, = Off, HOA Setting -Bit Integer Read/Write = Auto Mode Status -Bit Integer Read See. Status Register Codes See.. Relay Output Alarm Bitfield Alarm Bitfield -Bit Bitfield Read When accessed as a Coil, Returns if any alarm is active

34 ... Relay Output / Spike Control Mode Address Map Relay Output / Spike Control Mode Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Spike Event Time -Bit Integer Read Seconds Setpoint -Bit Float Read/Write Input Sensor Units Spike 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 -Bit Integer Read/Write Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, Seconds Active Timer Event -Bit Integer Read Event Number Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Integer Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

35 ... Relay Output / Probe Wash Control Mode Address Map Relay Output / Probe Wash 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 Hold Time Limit -Bit Integer Read/Write Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds, Event Start Time -Bit Integer Read/Write Seconds Since Midnight Event Duration -Bit Integer Read/Write, Seconds Hand Time Limit -Bit Integer Read/Write, Seconds Active Timer Event -Bit Integer Read Event Number Relay State Boolean Read = Off, = On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Integer Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active

36 ... Relay Output / Lag Output Control Mode Address Map Relay Output / Lag Output Address Map Address Field Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Setpoint -Bit Float Read/Write Input Sensor Units Setpoint -Bit Float Read/Write Input Sensor Units Deadband -Bit Float Read/Write Input Sensor Units Activation Delay Time -Bit Integer Read/Write, Seconds Wear Level Cycle Time -Bit Integer Read/Write, Seconds Current Activation Time -Bit Integer Read Seconds Current Wear Level Cycle Time -Bit Integer Read Seconds No. of Activated Outputs -Bit Integer Read Count Output Time Limit -Bit Integer Read/Write, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Relay State Boolean Read = Relay On Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active Field is only defined for Lag Outputs configured as the Last Lag in the chain. Field is only meaningful for certain configurations of Lead-Lag chains.

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

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

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

40 ... Pulse Relay Output / Pulse PID Control Mode Address Map Pulse Relay Output / Pulse PID Control Mode Address Map Address Name Data Encoding Permissions Value Time On -Bit Integer Read Seconds Total Time -Bit Integer Read Seconds Output -Bit Float Read Percent Setpoint -Bit Float Read/Write Input Sensor Units Current Integral -Bit Float Read Seconds Gain or Proportional Gain -Bit Float Read/Write. Integral Time or Integral Gain -Bit Float Read/Write. Derivative Time or Derivative Gain -Bit Float Read/Write Minimum Output -Bit Float Read/Write % Maximum Output -Bit Float Read/Write % Output Time Limit -Bit Integer Read/Write, seconds Reset PID Integral Boolean Read/Write Write to Reset PID Integral Hand Output -Bit Float Read/Write % Hand Time Limit -Bit Integer Read/Write, Seconds Reset Output Timeout Boolean Read/Write Write to Reset Output Timeout Reset Time Total Boolean Read/Write Write to Reset Time Total HOA Setting -Bit Integer Read/Write = Hand, = Off, = Auto Mode Status -Bit Status Read See. Status Register Codes Alarm Bitfield -Bit Bitfield Read See.. Relay Output Alarm Bitfield When accessed as a Coil, Returns if any alarm is active Setting is dependent on current selection for PID Gain Form (see Controller Instruction Manual)

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 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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modbus ASCII Serial Device Driver Help 2009 Kepware Technologies

Modbus ASCII Serial Device Driver Help 2009 Kepware Technologies Modbus ASCII Serial Device Driver Help 2009 Kepware Technologies 1 Table of Contents 1 Getting Started... 3 Help Contents... 3 Overview... 3 2 Device Setup... 3 Device Setup... 3 Cable Diagram... 4 Modem

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

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

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

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

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

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

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

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

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

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

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

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

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

PG BX Simplex 4100 to Modbus TCP/IP Protocol Converter

PG BX Simplex 4100 to Modbus TCP/IP Protocol Converter PG-130-101-BX Simplex 4100 to Modbus TCP/IP Protocol Converter PG-130-101-BX is highly powerful, superior, completely configurable and productive Building & Industrial Automation gateway for integrators

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

DNP Points List and Implementation

DNP Points List and Implementation S&C IntelliCap Plus Automatic Capacitor Control DNP Points List and Implementation Table of Contents Section Page Section Page DNP Points List for IntelliCap Plus Controls...1 Status Points....2 Analog

More information

MODBUS Protocol for MiCOM P30 Series

MODBUS Protocol for MiCOM P30 Series MODBUS Protocol for MiCOM P30 Series Substation Protocols Technical Documentation This document does not replace the Technical Manual Version: MiCOM P30, MODBUS Index: B Release: 08 / 2011 MODBUS Protocol

More information

Modbus Unsolicited Serial Driver PTC Inc. All Rights Reserved.

Modbus Unsolicited Serial Driver PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 3 Overview 4 Setup 5 Channel Setup 5 Channel Properties 6 Channel Properties General 6 Channel Properties Serial Communications

More information

Experion LX Safety Manager Integration Guide

Experion LX Safety Manager Integration Guide Experion LX Safety Manager Integration Guide EXDOC-X119-en-110A February 2014 Release 110 Document Release Issue Date EXDOC-X119-en-1 0A 0 February 2014 Disclaimer This document contains Honeywell proprietary

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

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

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

Modbus Remote Communication Protocol for REM 54_. Technical Description

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

More information

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

C Heat Trace Controller

C Heat Trace Controller C910-85 Heat Trace Controller MODBUS PROTOCOL INTERFACE MAPPING For Firmware version V.0.3 THERMAL MANAGEMENT SOLUTIONS EN-DigiTraceC910Modbus-AR-H585 02/13 CONTENTS Section 1 Introduction... 3 Section

More information

CBAS Modbus Programming Guide

CBAS Modbus Programming Guide CBAS Modbus Programming Guide With the CBAS Modbus RTU interface, you communicate (monitor and command) with any manufacturers equipment. A little Background Modbus is an application layer messaging protocol

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

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

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

VP Process Inc. Model: VP-EC-RDU Modbus RTU LCD Display

VP Process Inc. Model: VP-EC-RDU Modbus RTU LCD Display VP Process Inc. Model: Modbus RTU LCD Display User Manual Ver: 2.0 Aug. 2017 P a g e 1 Standard Features Low Power (12-24 VDC) 2.1 x 5mm Barrel Plug, RJ45 and Terminal Block Input On-Board Local Temperature

More information

Operating Bulletin MODBUS-RTU. The Fastest Flow Controller Company in the World!

Operating Bulletin MODBUS-RTU. The Fastest Flow Controller Company in the World! Operating Bulletin MODBUS-RTU The Fastest Flow Controller Company in the World! 1 Notice: Alicat Scientific, Inc. reserves the right to make any changes and improvements to the products described in this

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

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

Description of options. user s manual. DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: Fax:

Description of options. user s manual. DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: Fax: Description of options TCP/IP Ethernet module user s manual DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: +45 9614 9614 Fax: +45 9614 9615 info@deif.com www.deif.com Document no.: 4189320029B Legal information

More information

32MP Gateway. Overview and Configuration Manual

32MP Gateway. Overview and Configuration Manual 32MP Gateway Overview and Configuration Manual 32MP Gateway Overview and Configuration Manual This document is the property of Carrier Corporation and is delivered on the express condition that it is not

More information