Master-Touch and ValuMass. Modbus Communications. INSTRUCTION MANUAL (Rev. 3.1)

Size: px
Start display at page:

Download "Master-Touch and ValuMass. Modbus Communications. INSTRUCTION MANUAL (Rev. 3.1)"

Transcription

1 Master-Touch and ValuMass Modbus Communications Master-Touch and ValuMass flowmeters are shipped with the RS232 communications protocol as the factory default. Prior to connecting a flowmeter to a RS485 Modbus RTU network, you must use our EPICommunicator software, or the Master-Touch keypad, to set up the flowmeter with the Modbus settings discussed in this manual. INSTRUCTION MANUAL (Rev. 3.1)

2 Eldridge Products, Inc. 465 Reservation Road Marina, CA Tel: 800/ or 831/ Fax: 831/ Copyright 2015 by Eldridge Products, Inc. All Rights Reserved.

3 Table of Contents Section A Overview... 1 RS485 Physical Layer... 1 Modbus Address... 1 EPI Modbus Information... 1 Report Slave ID... 2 Read Holding Register Commands... 2 Read Only EPI Data Commands... 3 Read Single 32 Bit Data EPI Menu Commands... 3 Write Holding Register Commands... 4 Write Single 32 Bit Data Commands... 4 Exception Codes... 5 EPI Modbus Command List... 5 Section B Flowmeter Firmware Master-Touch Firmware 5.x *Utility* Submenus Master-Touch Firmware 6.x *Utility* Submenus ValuMass Firmware 1.x *Utility* Submenus Section C EPICommunicator 2.1x Master-Touch Firmware 5.x and 6.x ValuMass Firmware 1.x EPICommunicator Screens Master-Touch Firmware 5.x Menu Menu Menu Master-Touch Firmware 6.x Menu Menu Menu ValuMass Firmware 1.x Menu Menu Menu EPICommunicator Modbus Module Settings Window / Modbus Comm Port Modbus Icon Modbus Module Modbus Settings Section D Modbus Wiring... 26

4

5 Section A Overview The intention of this implementation is to communicate the Flow Rate, Flow Total, and Temperature using the Modbus protocol on a RS485 physical layer. This device is a slave device that supports the Modbus RTU protocol. It is assumed that the user has a copy of the Modbus specification or is Modbus literate. It is not the intention of this document to explain the specifics of the protocol. However the document discusses the device s implementation of the specification. This device uses the RS485 physical layer to communicate the protocol. If any aspect of the implementation does not meet the requirements for your application, please contact the factory regarding upgrading the firmware. Examples of potential upgrades would be other commands not supported, exception handling, device parameter configuration, etc. RS485 Physical Layer The slave device uses a RS485 port with no termination resistors applied on the device. When the device s Modbus address is set by the user, the default port configuration is baud, 1 start bit, 8 data bits, even Parity, 1 stop bit. The baud and parity values are modifiable after the Modbus address has been set. See Manual for Instructions Modbus Address Refer to Section B of this Manual for instructions on how to set the flowmeter s Modbus address. Each time the Modbus Address command is executed the port baud rate and parity revert back to the default settings as programmed from the factory EPI Modbus Information Supports Modbus RTU Communications only All bytes come out High byte to Low byte order Modbus supported on the RS485 serial port. This port is half duplex and RTS is controlled by the firmware with no RTS signal Fastest Query rate should be >= 50mS Use RS232 Port to setup the Modbus Slave ID (CMD 210) See Manual for using the RS232 port o Upon setting the Modbus Slave ID, the RS485 Serial Settings default to: 19200, 8Bits, Even Parity, 1 Stop Bit o After Modbus Slave ID has been set, you may change the RS485 baud rate (CMD 226) and the parity (CMD 233) via the RS232 serial port See RS232 Manual Function codes supported. See sections below for specifics o 0x03 Read Holding Registers o 0x10 Write Holding Registers o 0x11 Report Slave ID Firmware was verified using the following Modbus Master Simulator Utility: o ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 1

6 Instruction Manual RS485 Modbus RTU Report Slave ID Request Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x11 CRC 2 Bytes Calculated Response Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x11 Byte Count 1 Byte 0x26 Serial Number 4 Byte 0xyyyyyyyy Serial Number - Integer Run Indicator Status 1 Byte 0xyy 0x00 OFF, 0xFF = ON Firmware Description 13 Bytes ASCII Name Firmware Revision 8 Bytes ASCII Revision Flow Engineering Units 4 Bytes ASCII Flow Units Total Engineering Units 3 Bytes ASCII Total Units Temperature Units 1 Byte ASCII C or F Full Scale Value 4 Bytes Float Full Scale CRC 2 Bytes Calculated Error Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Error Code 1 Byte 0x91 Exception Code 1 Byte 0xLL 1-3 See Exception Code List CRC 2 Bytes Calculated Read Holding Register Commands There are 2 EPI categories that are used to read information from the EPI Meters via Modbus 1. EPI Read Only Data Commands a. These registers contain real-time and static data particular to this meter b. These registers are single and multiple command reads c. The data formats vary depending on Command selected: ASCII, Integer, and Float d. See Table for Number of Registers returned per Data Command i. 1 Register = 2 Bytes, 2 Registers = 4Bytes, etc. e. For multiple register reads, Quantity of Registers = Sum of the Number of Registers per Data Command requested f. See Table below for commands g. See Section Read Only EPI Data Commands i. Command (Address) 0 starts the legacy mix of dynamic and static data ii. Command (Address) 50 starts the dynamic data 2. EPI Menu Commands Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

7 RS485 Modbus RTU Instruction Manual a. These registers are similar to the standard EPI Command Menus b. These registers are single command reads c. See Table below for commands d. See Section Read Single 32 Bit Data EPI Menu Commands The EPI Commands value is used in place of the register address in the definition of the command structure Read Only EPI Data Commands EPI only supports single and multiple EPI data commands per read operation. EPI data commands are a mix of ASCII, Integer, and float data values. See Table below for format per command. If multiple registers are requested these formats may be intermixed. To support these reads, EPI expects Read Holding Registers (Function Code 3) where the Quantity of the Registers is always equal to 2 * the number of registers (commands) of data you require. Any other quantity will respond with an error exception code = 3. Request Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x03 Start Address 2 Bytes EPI Data Command See CMD List Number of Registers 2 Bytes Sum of Number of Registers CRC 2 Bytes Calculated See CMD List Response Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x03 Byte Count 1 Byte 0xYY YY = Number of Registers * 2 Data Value TBD Bytes TBD Formats See CMD List for format and bytes CRC 2 Bytes Calculated Error Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Error Code 1 Byte 0x83 Exception Code 1 Byte 0xLL 1-3 See Exception Code List CRC 2 Bytes Calculated Read Single 32 Bit Data EPI Menu Commands EPI only supports single EPI menu command (register) per read operation. For EPI menu commands that are not ASCII data values, EPI supports a response of 32 bit size in the format of integer or float depending the format of the data of the EPI Menu Command selected. To support these reads, EPI expects Read Holding Registers (Function Code 3) where the Quantity of the Registers is always equal to 2. Any other quantity will respond with an error exception code = 3. ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 3

8 Instruction Manual RS485 Modbus RTU Request Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x03 Start Address 2 Bytes EPI Menu Command See CMD List Qty of Registers 2 Bytes 0x0002 CRC 2 Bytes Calculated Response Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x03 Byte Count 1 Byte 0x04 Data Value 4 Bytes 0xyyyyyyyy See EPI Manual for data description CRC 2 Bytes Calculated Error Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Error Code 1 Byte 0x83 Exception Code 1 Byte 0xLL 1-3 See Exception Code List CRC 2 Bytes Calculated Write Holding Register Commands EPI only supports single EPI menu commands per write operation. For EPI menu commands that are not ASCII data values, EPI supports 32 bit data size in the format of integer or float depending on the data of the EPI Command selected. To support these writes, EPI expects Write Holding Registers (Function Code 16) where the Quantity of the Registers is always equal to 2. Any other quantity will respond with an error code. Prior to issuing any Write Commands, Issue Command 219 with the data equal to the Slave Device's Password; Factory default = This unlocks the device for data writes otherwise the device will respond with Error Exception Code = 3 for any write operations. If you set your own password, save it in a secure place to prevent loss and lockout from user variables. Write Single 32 Bit Data Commands Request Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x10 Start Address 2 Bytes EPI Menu Command See CMD List Qty of Registers 2 Bytes 0x0002 Bytes Count 1 Byte 0x04 Register Value 4 Bytes 0xyyyyyyyy See EPI Manual for data description CRC 2 Bytes Calculated Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

9 Command Access VM-BASE CB-BASE CONDO RS485 Modbus RTU Instruction Manual Response Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Function Code 1 Byte 0x10 Start Address 2 Bytes EPI Menu Command See CMD List Qty of Registers 2 Bytes 0x0002 CRC 2 Bytes Calculated Error Size Value Range Slave ID 1 Byte 0xLL LL = 1 to 127 Error Code 1 Byte 0x90 Exception Code 1 Byte 0xLL 1-3 See Exception Code List CRC 2 Bytes Calculated Exception Codes 1. Unsupported Function Code 2. Unsupported EPI Menu Command 3. Invalid Register Quantity or Data Value or for writes, Not Unlocked EPI Modbus Command List Format / Number of Registers Menu Description Command Details EPI Read Only Data Commands (Legacy) 000 R Y Float 2 Registers 002 R Y Float 2 Registers 004 R Y Float 2 Registers 006 R Y Integer 2 Registers 008 R Y ASCII 2 Registers 010 R Y ASCII 2 Registers 012 R Y Float 2 Registers 014 R Y Float 2 Registers Flow Rate Total Temperature Serial Number Returns the real time flow rate value Returns the real time totalizer value Returns the real time Gas Temperature; Not supported on all devices and will report 0 Returns the serial number Flow Units Returns flow rate engineering units in 4 ASCII Characters Total Units Returns Totalizer engineering units in 4 ASCII Characters Max Range Full Scale Returns Max Range Returns Full Scale ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 5

10 Instruction Manual RS485 Modbus RTU 016 R Y ASCII 2 Register 018 R Y Integer 2 Register 020 R Y Integer 2 Register 022 R Y ASCII 4 Registers 026 R Y ASCII 4 Registers 030 R Y ASCII 4 Registers 034 R Y ASCII 4 Registers 038 R Y Float 2 Registers Temperature Units Alarm Relay 1 Status Alarm Relay 2 Status Event 1 Event 2 Event 3 Event 4 % of Full Scale Degrees F or C in 1 ASCII Character; Not supported on all devices and will report space. Returns Alarm Relay status. 0=Deactivated and 1 = Activated; Returns Alarm Relay status. 0=Deactivated and 1 = Activated; Returns the Event 1 Selection in 16 ASCII Characters Returns the Event 2 Selection in 16 ASCII Characters Returns the Event 3 Selection in 16 ASCII Characters Returns the Event 4 Selection in 16 ASCII Characters Returns the flow rate as a percentage of full-scale s 050 R Y Float 051 R Y Float 052 R Y Float 2 Registers 2 Registers 2 Registers 053 R Y Integer 2 Register 054 R Y Integer 2 Register 055 R Y Float 056 R Y Float 2 Registers 2 Registers Flow Rate Total Temperature Alarm Relay 1 Status Alarm Relay 2 Status % of Full Scale 100 R Y Integer Engineering Units Returns the real time flow rate value Returns the real time totalizer value Returns the real time Gas Temperature; Not supported on all devices and will report 0 Returns Alarm Relay status. 0=Deactivated and 1 = Activated; Returns Alarm Relay status. 0=Deactivated and 1 = Activated; Returns the flow rate as a percentage of full-scale Linear 0 5 Returns the flow rate as a linear 0 5 Returns the Engineering units currently active 101 W Y Integer SCFM Sets Engineering units to: Standard Cubic Feet / Minute 102 W Y Integer SCFH Sets Engineering units to: Standard Cubic Feet / Hour 103 W Y Integer LB/M Sets Engineering units to: Pounds / Minute 104 W Y Integer LB/H Sets Engineering units to: Pounds / Hour Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

11 RS485 Modbus RTU Instruction Manual 105 W Y Integer SCIM Sets Engineering units to: Standard Cubic Inches / Minute 106 W Y Integer SCIH Sets Engineering units to: Standard Cubic Inches / Hour 108 W Y Integer LB/D Sets Engineering units to: Pounds / Day 109 W Y Integer SFPM Sets Engineering units to: Standard Feet / Minute 110 W Y Integer SFPS Sets Engineering units to: Standard Feet / Second 111 W Y Integer BTUH Sets Engineering units to: British Thermal Units / Hour 112 W Y Integer BTUD Sets Engineering units to: British Thermal Units / Day 117 W Y Integer SLPM Sets Engineering units to: Standard Liters / Minute 118 W Y Integer SCCM Sets Engineering units to: Standard Cubic Centimeters / Minute 119 W Y Integer NCMH Sets Engineering units to: Normal Cubic Meters / Hour 120 W Y Integer NCMM Sets Engineering units to: Normal Cubic Meters / Minute 121 W Y Integer KG/M Sets Engineering units to: Kilograms / Minute 122 W Y Integer KG/H Sets Engineering units to: Kilograms / Hour 123 W Y Integer KG/S Sets Engineering units to: Kilograms / Second 124 W Y Integer SLPH Sets Engineering units to: Standard Liters / Hour 125 W Y Integer NMPS Sets Engineering units to: Normal Meters / Second 126 W Y Integer NMPM Sets Engineering units to: Normal Meters / Minute 127 W Y Integer NMPH Sets Engineering units to: Normal Meters / Hour 129 W Y Integer NLPM Sets Engineering units to: Normal Liters / Minute 130 W Y Integer NCCM Sets Engineering units to: Normal Cubic Centimeters / Minute 131 W Y Integer NLPH Sets Engineering units to: Normal Liters / Hour ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 7

12 Instruction Manual RS485 Modbus RTU 140 R/W Y Float Full Scale This menu item is used to adjust the scaling of the 0 5VDC and 4 20mA output signals. This value cannot exceed the factory calibrated Maximum Range (see menu item 811 MaxRange). To change this value, enter the desired value at the prompt, and then press Enter. (The meter settings must be unlocked to make this change.) The meter will accept the new value and return to the data entry prompt. To verify the change, return to menu R/W Y Integer Reset Lock# A read of this command returns 9000 no matter what the password. This menu allows the integer password to be changed. The flowmeter must be unlocked prior to accessing this menu item. All flowmeters are shipped with an initial password of 9001 unless otherwise specified at the time of purchase. The range of valid passwords is If you set your own password, save it in a secure place to prevent loss and lockout from user variables. 219 W Y Integer Unlock This menu item is used to enter the preset integer password that unlocks the flowmeter s settings. You can access any number of menu items while the settings are unlocked. The settings are locked again when the flowmeter is returned to Run Mode. Factory default is W Y Integer PSWD Mode This menu item is used restore the factory settings 237 R/W Y Integer PSWD Mode This menu item is used to change the way the password function works. Mode Definitions: 0 Normal, Must enter a password to change the password using the change password command. Password required to change other command s data values 1 Hybrid, No password required to change the password using the change password command. Password required to change command s data values 2 Disabled, No password required to write to command s data values. The unit is always unlocked 401 R/W Y Integer Set Event This menu item selects the specific relay Event (Ev1 Ev4) to which a response condition is assigned. Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

13 RS485 Modbus RTU Instruction Manual 402 W Y Integer Disabled This menu item causes the current active Event to ignore all response conditions. 403 R/W Y Float Trip High This menu item sets the current active Event to respond to a flow rate that is higher than the preset value. 404 R/W Y Float Trip Low This menu item sets the current active Event to respond to a flow rate that is lower than the preset value. 405 R/W Y Integer MAX Button This menu item sets the current active Event to respond when the MAX key on the LCD panel is pressed or when Mode 1 is grounded. 406 R/W Y Integer MIN Button This menu item sets the current active Event to respond when the MIN key on the LCD panel is pressed or when Mode 2 is grounded. 407 R/W Y Integer Timer This menu item sets current active Event to respond to a time duration, such as a pulsed output. Enter the desired preset duration value in units of 50ms. 408 R/W Y Integer PropPOut This menu item sets the current active Event to respond to the current flow rate. The pulses are based upon flow rate per minute, proportional to the value in menu item 140 FScale. Using the keypad enter a value equal to the desired number of pulses per minute at the Full Scale flow rate. Any value between 1 and 250 may be entered at the prompt (>). The same value must be entered for both relay events (1&2 or 3&4). This will give a 50/50 duty cycle. 409 R/W Y Float Total This menu item sets the current active Event to respond to an elapsed total. Enter the desired preset value in the current engineering units (whole numbers only no decimals). ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 9

14 Instruction Manual RS485 Modbus RTU 410 R/W Y Integer PulseOut This menu item sets the current active Event to respond to an elapsed total. This function is used with remote data collection systems which count the pulses to generate an elapsed flow total. Enter a value to activate a relay for every X number of units on the totalized flow, i.e., every 1 unit, 12 units, 50 units, etc. Any whole number between 1 and 2,000,000 may be entered at the prompt (>), but we recommend decimal values (1, 10, 100,...).; A timer function must be associated with this menu item to release the relay from the active state (see menu item 407 Timer). The timer must be set fast enough to release the relay before the next preset total value is reached. 411 R/W Y Integer Trip Delay This menu item sets the response delay for the current active Event. Enter the desired value in increments of 50ms (20 = 1 second). The acceptable values are R/W Y Integer ESD/EMI Rst This menu item detects LCD errors caused by power supply noise or other electromagnetic interference. A value in increments of 50ms must be entered to determine the duration of such interference before the relay responds. A value of one (1) will cause a response to the shortest disturbance. Consult factory for additional information and a diagram of required wiring of input power to implement this function. 500 W Y Integer Run Mode If meter unlocked it stores changed data and relocks the flowmeter; Always Reboots the meter 501 W Y Integer Run Mode If meter unlocked it stores changed data and relocks the flowmeter; Never Reboots the meter 751 R Y float Point-Wise 5% 752 R Y float Point-Wise 10% 753 R Y float Point-Wise 15% Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

15 RS485 Modbus RTU Instruction Manual 754 R Y float Point-Wise 20% 755 R Y float Point-Wise 25% 756 R Y float Point-Wise 30% 757 R Y float Point-Wise 35% 758 R Y float Point-Wise 40% 759 R Y float Point-Wise 45% 760 R Y float Point-Wise 50% 761 R Y float Point-Wise 55% 762 R Y float Point-Wise 60% 763 R Y float Point-Wise 65% 764 R Y float Point-Wise 70% 765 R Y float Point-Wise 75% ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 11

16 Instruction Manual RS485 Modbus RTU 766 R Y float Point-Wise 80% 767 R Y float Point-Wise 85% 768 R Y float Point-Wise 90% 769 R Y float Point-Wise 95% 770 R Y float Point-Wise 100% 801 R Y float CoeffTermA Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 802 R Y float CoeffTermB Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 803 R Y float CoeffTermC Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 804 R Y float CoeffTermD Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 805 R Y float CoeffTermE Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 806 R Y float CoeffTermF Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 807 R Y float CoeffTermG Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 808 R Y float CoeffTermH Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 809 R Y float CoeffTermI Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. 810 R Y float CoeffTermJ Factory Calibration Coefficient. Requires Diagnostic Password for access. Consult factory. Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

17 RS485 Modbus RTU Instruction Manual 811 R/W Y Integer C Factor This value is a multiplier used to adjust the P-Curve linearization. It is normally set to 1.0, but may be adjusted based the Installation Guidelines, or to correct for aberrations in sensor readings. The C Factor can also be used to change standard conditions (STP) or to apply a density factor (vapor density) when changing the engineering units from volumetric units (SCFM, NCMH, etc.) to gravimetric units (Lbs/Hr, Kg/Hr, etc.) in flowmeters calibrated for gases other than air. 812 R/W Y Integer Zero Offset This voltage value is subtracted from the sensor curve linearizer to correct for minor sensor voltage errors. This ensures that zero flow is attained even though some bias voltage may exit which would otherwise prevent an absolute zero reading (see also menu item 815 Auto Zero). 813 R/W Y Integer SetXSection This value is the cross-sectional area of the flow section or process line. The units of measure are determined by the engineering units selected (see menu items ). For example, if the current engineering units are SCFM, then the menu item 813 value must represent square feet (F2). A value of one (1) may be used if the current engineering units represent velocity (SFPM, NMPS, etc.) or if the flowmeter in an inline style with its own flow section. 815 W Y Integer Auto Zero This menu item automatically establishes a new Zero Offset (see menu item 812 Zero Offset). Entering a one (1) at the prompt changes the zero offset to the 0 5VDC output voltage of the flowmeter when the selection is made. This is particularly valuable for No Flow zeroing adjustments. Entering a zero (0) at the prompt leaves the existing zero offset value unchanged. ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 13

18 Instruction Manual RS485 Modbus RTU 816 R/W Y Float Flow Cutoff This menu item is used to set a percentage of the Full Scale value (menu item 140 FScale) as the minimum readable flow rate. Actual flow rates below this minimum value will be treated as No Flow. The display will show Low instead of the real-time flow rate, no additional elapsed flow will be recorded, the 0 5VDC signal will drop to 0VDC, and the 4 20mA signal will drop to 4mA. For example, if the full scale is 1000 SCFM, a value of 10 (10%) will cause the flowmeter to ignore flow rates below 100 SCFM or less. When the actual flow rate increases above this value, all of the flowmeter s functions will resume. Master-Touch and ValuMass flowmeters are shipped with the RS232 communications protocol as the factory default. Prior to connecting a flowmeter to a RS485 Modbus RTU network, you must use our EPICommunicator software, or the Master-Touch keypad, to set up the flowmeter with the Modbus settings discussed in this manual. Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

19 RS485 Modbus RTU Instruction Manual Section B Flowmeter Firmware Master-Touch Firmware 5.x The Master-Touch 5.x firmware is installed on all standard Series 8000MP 8800MP and Series 8000MPNH 8800MPNH flowmeters. If the Temperature Output option or the 3Txxx option for wide process gas temperatures was requested for your flowmeter, refer to the information for firmware version 6.x. The submenus for Modbus are shown below. It is assumed that the user has a basic familiarity with the Master-Touch firmware, its menu system and the process for data entry. The menuing system is accessed by using the 4-button keypad or a Communicator II handheld infrared device. 200 *Utility* Submenus 210-Modbus Addr This menu item is used to set the Modbus address for the flowmeter. The value can be 1 to Set RS485 Baud This menu item adjusts the baud rate of the RS485 port. 0 = Factory Default (19200) 1 = = = = = = = = SetRS485Parity This menu item adjusts the parity of the RS485 port. 0 = 1 8 NONE 1 1 = 1 8 EVEN 1 (Factory Default) 2 = 1 8 ODD 1 3 = 1 8 NONE 2 Although the Modbus communications can be set up using the firmware menuing system, it is strongly recommended that you use our free EPICommunicator v2.1x software for this process. ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 15

20 Instruction Manual RS485 Modbus RTU Master-Touch Firmware 6.x The Master-Touch 6.x firmware is installed on all Series 9100MP 9800MP and Series 9100MPNH 9800MPNH Flow Averaging Tube (FAT ) flowmeters. The submenus for Modbus are shown below. It is assumed that the user has a basic familiarity with the Master-Touch firmware, its menu system and the process for data entry. The menuing system is accessed by using the 4-button keypad or a Communicator II handheld infrared device. 200 *Utility* Submenus 210-Modbus Addr This menu item is used to set the Modbus address for the flowmeter. The value can be 1 to SetRS485Baud This menu item adjusts the baud rate of the RS485 port. 0 = Factory Default (19200) 1 = = = = = = = = SetRS485Parity This menu item adjusts the parity of the RS485 port. 0 = 1 8 NONE 1 1 = 1 8 EVEN 1 (Factory Default) 2 = 1 8 ODD 1 3 = 1 8 NONE 2 Although the Modbus communications can be set up using the firmware menuing system, it is strongly recommended that you use our free EPICommunicator v2.1x software for this process. Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

21 RS485 Modbus RTU Instruction Manual ValuMass Firmware 1.x The ValuMass 1.x firmware is installed on all Series 500 and 540 flowmeters. The submenus for Modbus are shown below. It is assumed that the user has a basic familiarity with the ValuMass firmware, its menu system and the process for data entry. The menuing system is accessed by using a Communicator II handheld infrared device. 200 *Utility* Submenus 218-Modbus Addr This menu item is used to set the Modbus address for the flowmeter. The value can be 1 to SetRS485Baud This menu item adjusts the baud rate of the RS485 port. 0 = Factory Default (19200) 1 = = = = = = = = SetRS485Parity This menu item adjusts the parity of the RS485 port. 0 = 1 8 NONE 1 1 = 1 8 EVEN 1 (Factory Default) 2 = 1 8 ODD 1 3 = 1 8 NONE 2 Although the Modbus communications can be set up using the firmware menuing system, it is strongly recommended that you use our free EPICommunicator v2.1x software for this process. ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 17

22 Instruction Manual RS485 Modbus RTU Section C EPICommunicator 2.1x EPICommunicator 2.1x (EPICom) software is compatible with Master-Touch firmware versions 5.x and 6.x and with ValuMass firmware version 1.x. It includes the Modbus menu selections and a separate Modbus Module for communication with as many as eight (8) flowmeters. It is assumed that the user has a basic familiarity with the EPICom software, its menu system and the process for data entry. To prepare for this process, check the RS232 and Modbus Comm Port numbers to which the flowmeter is connected by viewing Hardware Manager on your PC and make note of these ports. You must also know the Parity values required by your system or network. Please refer to Section B of this Manual for the menu descriptions. Master-Touch Firmware 5.x 7.x Use the following directions to set up Master-Touch Firmware 5.x and 6.x for Modbus communications. Launch EPICom version 2.1x Confirm the RS232 Comm Port connection settings for the flowmeter in the View/Settings menu Click on the Terminal Mode icon in the EPICom tool bar to connect to the flowmeter After the start up screen appears, hold down the period (.) key until 100 Menus screen appears Type in 9001 at the prompt and press the Enter key to unlock the microprocessor settings Type in 210 at the prompt and press the Enter key to go to Menu 210 Type in a value from 1 to 127 at prompt and press the Enter key NOTE: This sets the Modbus Address to This address must be unique for each flowmeter on the same network. Type in 226 at the prompt and press the Enter key to go to Menu 226 Type in a number between 1 and 8, corresponding to the desired Baud rate, and press the Enter key Type in 233 at the prompt and press the Enter key to go to Menu 233 Type in a number between 1 and 4, corresponding to the desired Parity setting, and press the Enter key Type in 500 and press the Enter key to return the flowmeter to Run Mode The flowmeter is now ready to communicate via RS485 Modbus RTU. Please refer to the instructions for your Modbus system or network for further directions. ValuMass Firmware 1.x Use the following directions to set up ValuMass Firmware 1.x for Modbus communications. Launch EPICom version 2.1x Confirm the RS232 Comm Port connection settings for the flowmeter in the View/Settings menu Click on the Terminal Mode icon in the EPICom tool bar to connect to the flowmeter After the start up screen appears, hold down the period (.) key until 100 Menus screen appears Type in 9001 at the prompt and press the Enter key to unlock the microprocessor settings Type in 218 at the prompt and press the Enter key to go to Menu 218 Type in a value from 1 to 127 at prompt and press the Enter key NOTE: This sets the Modbus Address to This address must be unique for each flowmeter on the same network. Type in 226 at the prompt and press the Enter key to go to Menu 226 Type in a number between 1 and 8, corresponding to the desired Baud rate, and press the Enter key Type in 233 at the prompt and press the Enter key to go to Menu 233 Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

23 RS485 Modbus RTU Instruction Manual Type in a number between 1 and 4, corresponding to the desired Parity setting, and press the Enter key Type in 500 and press the Enter key to return the flowmeter to Run Mode The flowmeter is now ready to communicate via RS485 Modbus RTU. Please refer to the instructions for your Modbus system or network for further directions. EPICommunicator Screens Master-Touch Firmware 5.x The following are the EPICom screens that you will see when setting up the Modbus communications for Firmware 5.x installed on most Series 8000MP 8800MP and Series 8000MPNH 8800MPNH flowmeters: Menu 210 ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 19

24 Instruction Manual RS485 Modbus RTU Menu 226 Menu 233 Master-Touch Firmware 6.x The following are the EPICom screens that you will see when setting up the Modbus communications for Firmware 5.x installed on most Series 9100MP 9800MP and Series 9100MPNH 9800MPNH Flow Averaging Tube (FAT ) flowmeters: Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

25 RS485 Modbus RTU Instruction Manual Menu 210 Menu 226 ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 21

26 Instruction Manual RS485 Modbus RTU Menu 233 ValuMass Firmware 1.x The following are the EPICom screens that you will see when setting up the Modbus communications for Firmware 1.x installed on ValuMass flowmeters: Menu 218 Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

27 RS485 Modbus RTU Instruction Manual Menu 226 Menu 233 ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 23

28 Instruction Manual RS485 Modbus RTU EPICommunicator Modbus Module Use the following directions to set up the flowmeter to communicate with the Modbus Module: Go to the View Icon on EPICom tool bar Confirm the Modbus Comm Port connection settings for the flowmeter in the View/Settings menu Select the Modbus Comm Port Tab Select the same Comm Port as the USB Serial Port noted in Device Manager Select the Baud rate that matches the set up in the flowmeter (the Factory Default is 19200) Select the Parity setting that matches the set up in the flowmeter (the Factory Default is 1 8 EVEN 1) Exit Settings window Click on the Modbus icon to launch the EPI Modbus module The selected Comm port # and baud rate are shown in the Modbus Module; confirm that the Modbus Address in the top left field is the same address that you set in Menu 210 of Firmware 5.x and 6.x, or in Menu 218 of Firmware 1.x. NOTE: If this is not correct then redo the settings instructions The flowmeter should be displaying flow rate and totalizer NOTE: If this times out, there is a problem with your RS485 connection. Then enter 2 in the Update Every Seconds Field, select the radial button, and then press the CMD 3 button The CMD 3 button will change to a STOP Button In the Top Left Box you will see the Flow Rate and Total the same as the flow rate and total on the terminal screen To end the real-time communication, press the Stop button You can repeat this procedure to connect to as a many as eight EPI flowmeters. Always use the top left Modbus window as the first flowmeter. If this window is left blank, the Modbus Module will not communicate with any of the other connected flowmeters. Settings Window / Modbus Comm Port Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

29 RS485 Modbus RTU Instruction Manual Modbus Icon Modbus Module Modbus Settings ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 25

30 Instruction Manual RS485 Modbus RTU Section D Modbus Wiring The following drawing show the wiring details for Modbus connections. Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

31 RS485 Modbus RTU Instruction Manual ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 27

32 Instruction Manual RS485 Modbus RTU Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

33 RS485 Modbus RTU Instruction Manual ELDRIDGE PRODUCTS, INC (Rev. 3.0) Page 29

34 Instruction Manual RS485 Modbus RTU Page (Rev. 3.0) ELDRIDGE PRODUCTS, INC.

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

Master-Touch INSTRUCTION MANUAL. Series 9000MP Multipoint System Series 9600MP System Control Panel Thermal Gas Mass Flowmeters. version 5. Master-Touch version 5.0A Series 9000MP Multipoint System Series 9600MP System Control Panel Thermal Gas Mass Flowmeters INSTRUCTION MANUAL 80201501 (Rev. 3) www.epiflow.com Eldridge Products, Inc. 465

More information

Master-Touch INSTRUCTION MANUAL. Thermal Gas Mass Flowmeters. version 5.0

Master-Touch INSTRUCTION MANUAL. Thermal Gas Mass Flowmeters. version 5.0 Master-Touch Thermal Gas Mass Flowmeters version 5.0 Series 8000MPNH 8200MPNH, Series 8600MPNH 8800MPNH Approved for use in Non-Hazardous locations INSTRUCTION MANUAL 80201102 (Rev. 2.25) www.epiflow.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

INSTRUCTION MANUAL. Version 1.0. Series 500 & 540 Thermal Gas Mass Flowmeters. CE Compliant. ValuMass is a division of Eldridge Products, Inc.

INSTRUCTION MANUAL. Version 1.0. Series 500 & 540 Thermal Gas Mass Flowmeters. CE Compliant. ValuMass is a division of Eldridge Products, Inc. ValuMass is a division of Eldridge Products, Inc. Version 1.0 Series 500 & 540 Thermal Gas Mass Flowmeters INSTRUCTION MANUAL 80202401 (Rev. 1.18a) CE Compliant www.valumass.com Eldridge Products, Inc.

More information

INSTRUCTION MANUAL. Version 1.x. Series 400 & 440 Thermal Gas Mass Flowmeters. CE Compliant. ValuMass is a division of Eldridge Products, Inc.

INSTRUCTION MANUAL. Version 1.x. Series 400 & 440 Thermal Gas Mass Flowmeters. CE Compliant. ValuMass is a division of Eldridge Products, Inc. ValuMass is a division of Eldridge Products, Inc. Version 1.x Series 400 & 440 Thermal Gas Mass Flowmeters INSTRUCTION MANUAL 80202601 (Rev. 1.06) FOR USE WITH SIM-BASED FIRMWARE SHIPPED MAY 1, 2013 OR

More information

D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide

D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide MODBUS D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 www.onicon.com sales@onicon.com 03-18 0657-9

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

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

F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide

F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide MODBUS FLOW AND ENERGY MEASUREMENT F-3100 FLOW METER NETWORK INTERFACE Installation and Operation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 0725-2

More information

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Athena and Multi-Comm are trademarks of Athena Controls, Inc. MODBUS is a trademark of AEG Schneider Automation, Inc.

More information

Interface Definition RISH EM 2340/1320/30/ _Rev. D - 8/2016

Interface Definition RISH EM 2340/1320/30/ _Rev. D - 8/2016 Interface Definition RISH EM 2340/1320/30/40 1 2-60-006-00-00494_Rev. D - 8/2016 2 Section DIGITAL MULTIFUNCTION INSTRUMENT Contents 1. Introduction Programmable Multi-function Energy Meter Installation

More information

MODBUS MESSAGE PROTOCOL FOR MODEL FT2 THERMAL MASS FLOWMETER & TEMPERATURE TRANSMITTER

MODBUS MESSAGE PROTOCOL FOR MODEL FT2 THERMAL MASS FLOWMETER & TEMPERATURE TRANSMITTER MODBUS MESSAGE PROTOCOL FOR MODEL FT2 THERMAL MASS FLOWMETER & TEMPERATURE TRANSMITTER Fox Thermal Instruments, Inc 399 Reservation Road Marina, CA 93933 (831) 384-4300 Fax: (831) 384-4312 101479 Revision

More information

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC.

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road, Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Revision Date: 9-11-08 Applications: Simplex,

More information

Modbus. Instructions 42/ EN

Modbus. Instructions 42/ EN 0XOW9VRQ Modbus Instructions 42/15-727 EN Contents 1 Electrical Connection............................. 2 2 Device Mode..................................... 2 3 Important Information For Users....................

More information

Fox Thermal Instruments, Inc.

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

More information

MODBUS Message Protocol MODEL FT3

MODBUS Message Protocol MODEL FT3 MODBUS Message Protocol FOR MODEL FT3 THERMAL MASS FLOWMETER & TEMPERATURE TRANSMITTER Fox Thermal Instruments, Inc. 399 Reservation Road Marina, CA 93933 (831) 384-4300 Fax: (831) 337-5786 104985, Revision

More information

Modbus. Interface. Description ISO 9001:2008

Modbus. Interface. Description ISO 9001:2008 Certified Company 0110100010001010111000 Modbus 1010010101110101010100 Interface 1010101010101010101010 Description 1000110010101010001010 1010100101010010101000 0010101000110100101000 0010101111000101001000

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

GFC111-MB. Flow Computer With RS485 MODBUS FEATURES 1. DESCRIPTION APPLICATIONS

GFC111-MB. Flow Computer With RS485 MODBUS FEATURES 1. DESCRIPTION APPLICATIONS Flow Computer With RS485 MODBUS FEATURES l RS485 MODBUS RTU, 1/8 LOAD l PROGRAMMABLE ADDRESS, BAUD RATE, PARITY AND STOP BITS l UNIVERSAL INPUT, 5 khz, CAN POWER THE SENSOR l NO NEED OF AMPLIFIERS OR LINEARIZERS

More information

IPM650 Intelligent Panel-Mount Display

IPM650 Intelligent Panel-Mount Display Quick Start Guide IPM650 Intelligent Panel-Mount Display Sensor Solutions Source Load Torque Pressure Multi Component Calibration Instruments Software www.futek.com Getting Help TECHNICAL SUPPORT For more

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

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw www.gc5.pl Table of content 1 Introduction... 4 1.1 Revision history... 5 1.2 Safety rules... 5 1.3 Technical specifications... 6 1.4

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

GE Infrastructure Sensing

GE Infrastructure Sensing GE Infrastructure Sensing 913-299A January 2005 MODBUS Communications for the GC868 Introduction Your Model GC868 hardware and software (GC3E.MBS) have been modified to provide improved MODBUS communications.

More information

System-10 BTU Meter MODBUS RTU Network Interface Installation Guide

System-10 BTU Meter MODBUS RTU Network Interface Installation Guide MODBUS ONICON Flow and Energy Measurement System-10 BTU Meter MODBUS RTU Network Interface Installation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 0653-13

More information

Kurz Instruments, Inc. MFT B-Series

Kurz Instruments, Inc. MFT B-Series HART Field Device Specification: Kurz Instruments, Inc. MFT B-Series Document 360209-AQ, rev. A Initial release: 30 June 2010 Current release: 30 June 2010 Author: Ruth Ward Kurz Instruments, Inc. 2411

More information

PC180 MODBUS COMMUNICATION MANUAL INJECTION MANAGEMENT SYSTEM

PC180 MODBUS COMMUNICATION MANUAL INJECTION MANAGEMENT SYSTEM PC180 MODBUS COMMUNICATION MANUAL INJECTION MANAGEMENT SYSTEM Modbus is a trademark of Modicon, Inc. Manual content copyright 2015 Extreme Telematics Corporation. All Rights Reserved. Ver 3.2 10/07/15

More information

Flex Series User Guide

Flex Series User Guide User Programmable Current 4..20mA Digital RS485 Dual & Single Axis Up to 360º 2016 Flex Series User Guide Sensor Installation, Wiring, Flexware App Instructions Page 1 of 33 Page 2 of 33 Table of Contents

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

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications

Real Time Clock with Temperature Sensor and RS485/Modbus Comunications Real Time Clock with Temperature Sensor and RS485/Modbus Comunications April 29, 2014 Power 8 20 VDC @ less than 100 MA. Battery connect jumper RS485 Bus Load Jumpers Model: RTC-TI2C Page 1 of 6 Features:

More information

Optidrive Applications Support Library

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

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

INTRINSICALLY SAFE DUPLEXER PROTECTION. ELECTRONICS, INC Vulcan Road Apopka, Florida MOTOR INSTRUCTION MANUAL

INTRINSICALLY SAFE DUPLEXER PROTECTION. ELECTRONICS, INC Vulcan Road Apopka, Florida MOTOR INSTRUCTION MANUAL INTRINSICALLY SAFE DUPLEXER INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: Website: (407) 299-3825 www.mpelectronics.com Operating Program Revision:

More information

TR600 with RS485 Appendix 1

TR600 with RS485 Appendix 1 c ZIEHL industrie elektronik GmbH + Co KG Daimlerstraße 13, D 74523 Schwäbisch Hall + 49 791 504-0, info@ziehl.de, www.ziehl.de Temperature Relays and MINIKA Mains Monitoring Digital Panelmeters MINIPAN

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

Carbon Monoxide Sensor - ModBus

Carbon Monoxide Sensor - ModBus Introduction The CO Sensor uses an electrochemical sensor to monitor CO level in a range of 0 to 500 ppm and communicates via an RS-485 network configured for ModBus protocol. Before Installation Read

More information

CII: Current Input, Isolated

CII: Current Input, Isolated Safety 1. Application CII Driver Card 2. Installation 2.1 Services 2.2 Driver Card Installation 2.3 Driver Wiring 3. Configuration - Operation 3.1 Diagnostics 3.2 Calibration 4. Specifications Safety Electrical

More information

Chapter. Modbus. In This Chapter...

Chapter. Modbus. In This Chapter... Modbus Communication Chapter 7 In This Chapter... Modbus Protocol....7 2 Registers....7 2 Connection with the DirectLOGIC PLC....7 8 Connection with the C-more and C-more Micro HMI panels....7 10 Modbus

More information

Modbus RTU Serial Communications User Manual

Modbus RTU Serial Communications User Manual Modbus RTU Serial Communications User Manual Supplement to 51-52-25-66 51-52-25-71A 10/99 Copyright, Notices, and Trademarks Printed in U.S.A. Copyright 1999 by Honeywell Inc. Revision A October 28, 1999

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

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

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

More information

F Technical Bulletin FTS 371 SMART Modbus Interface

F Technical Bulletin FTS 371 SMART Modbus Interface F7904500 Document Revision History Document Modbus Map Date Author Notes Version Version 0 1 1/4/17 CKR Document Created A 1 7/11/17 JGG Footers and Part Number added FTS 371 Smart Controller Modbus RTU

More information

HARDENED ROOM SENSOR USER MANUAL SAD120 CPO55 E 1

HARDENED ROOM SENSOR USER MANUAL SAD120 CPO55 E 1 HARDENED ROOM SENSOR USER MANUAL SAD120 CPO55 LOREME 12, rue des Potiers d'etain Actipole BORNY - B.P. 35014-57071 METZ CEDEX 3 Phone 03.87.76.32.51 Contact : Commercial@Loreme.fr - Technique@Loreme.fr

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

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/

Temperature-Humidity Sensor Configuration Tool Rev. A 1/25/ Rev. A 1/25/213 172 Contents Contents Temperature-Humidity Sensor Configuration Tool... 3 Read Sensor Screen... 3 Manual Calibration Screen... 4 Register View Screen... 5 Modbus Registers... 6 Reprogram

More information

SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703

SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703 SC1000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Operating Program Revision: 8 Revision Date: 5-16-11 STATION

More information

LAUREL. Laureate Dual-Channel Pulse Input Totalizer With Two Independently Scalable Input Channels & Presets ELECTRONICS, INC. Features.

LAUREL. Laureate Dual-Channel Pulse Input Totalizer With Two Independently Scalable Input Channels & Presets ELECTRONICS, INC. Features. Description LAUREL ELECTRONICS, INC. Laureate Dual-Channel Pulse Input Totalizer With Two Independently Scalable Input Channels & Presets Features Frequencies up to 1 MHz Totals stored in non-volatile

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

GFC114. Low Power Flow Computer FEATURES

GFC114. Low Power Flow Computer FEATURES Low Power Flow Computer FEATURES l UNIVERSAL INPUT, 5 khz, CAN POWER THE l SIMPLIFIED MENUS AND PROGRAMMING l NO NEED OF AMPLIFIERS OR LINEARIZERS l SEVEN DIGIT RATE WITH PROGRAMMABLE DECIMAL PLACES l

More information

3GV M Modbus RTU Register Map

3GV M Modbus RTU Register Map Application Note AN-ODP- 38 3GV M Modbus RTU Register Map Author: Ning Xu, Invertek Drives Ltd Revision: 2.21 15 June 2007 General This document details the Modbus RTU memory mapping implemented in Optidrive

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

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

Carbon Monoxide Transmitter

Carbon Monoxide Transmitter Introduction The CO Transmitter uses an electrochemical sensor to monitor the carbon monoxide level and outputs a fieldselectable 4-20 ma or voltage signal. The voltage signal may also be set to 0-5 or

More information

MicroTrans EQ Signal Processor. Operation & Maintenance Manual

MicroTrans EQ Signal Processor. Operation & Maintenance Manual MicroTrans EQ Signal Processor Operation & Maintenance Manual Engineered for accuracy, applicability, durability and simplicity in HVAC air systems and industrial process control loops TABLE OF CONTENTS

More information

This command can be used for reading the current value of one or several input channels, according to the table below.

This command can be used for reading the current value of one or several input channels, according to the table below. RUA ÁLVARO CHAVES, 155 PORTO ALEGRE RS BRASIL 90220-040 PHONE: (51) 3323 3600 FAX: (51) 3323 3644 info@novus.com.brinfo@ novus.com.br COMMUNICATION MANUAL INTRODUCTION The DigiRail-2A is provided with

More information

E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/ Revised to new format PAE 09/03/09

E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/ Revised to new format PAE 09/03/09 Application Note Title AN-ODE-01 E2 Modbus RTU Register Map Revision History Version Comments Author Date 1.02 Previous version PAE 11/06/08 1.03 Revised to new format PAE 09/03/09 General This document

More information

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

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

More information

Wireless Transducer MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website:

Wireless Transducer MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website: Wireless Transducer INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: Website: (407) 299-3825 www.mpelectronics.com Operating Program Revision: 2 Revision

More information

SERIES CMT CARBON MONOXIDE GAS TRANSMITTER

SERIES CMT CARBON MONOXIDE GAS TRANSMITTER SERIES CMT CARBON MONOXIDE GAS TRANSMITTER INSTALLATION OPERATION AND MAINTENANCE MANUAL DWYER INTRUMENTS, INC. PO BOX 373, MICHIGAN CITY, IN. 46360 USA PHONE: 800-872-9141 FAX: 219-872-9057 Web: www.dwyer-inst.com

More information

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

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

More information

MODBUS RTU MODULE INSTRUCTIONS. for use with WSIQ2/WSE

MODBUS RTU MODULE INSTRUCTIONS. for use with WSIQ2/WSE INSTRUCTIONS MODBUS RTU MODULE for use with WSIQ2/WSE WorldWide Electric Corporation Phone: 1-8-88-2131 Fax: 1-8-711-1616 www.worldwideelectric.net Product Compatibility This communications module is suitable

More information

Technical Documentation

Technical Documentation BLR-CM - MODBUS Technical Documentation BLR-CM MODBUS Beluk GmbH Tel.: +49/(0)8861/2332-0 Fax: +49/(0)8861/2332-22 e-mail: blr@beluk.de http://www.beluk.de BLR-CM - MODBUS Page 2 of 20 Document history

More information

ioselect Z-NET Z-SG Bridge Input Isolating I/O Module

ioselect Z-NET Z-SG Bridge Input Isolating I/O Module -wire Bridge Connection Excitation for to 30 Ω Load Cells 00 Volt (3-way) Isolation Excellent Accuracy (0.0%) DIP Switch Configuration Digital Input Tare Calibration RS8 Modbus RTU Superior Flexible Power:

More information

4511 MODBUS RTU. Configuration Manual. Solenoid / alarm driver. No. 9203MCM100(1328)

4511 MODBUS RTU. Configuration Manual. Solenoid / alarm driver. No. 9203MCM100(1328) 4511 MODBUS RTU Configuration Manual Solenoid / alarm driver 9203MCM100(1328) 9203 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 Supported Function Codes... 3 Modbus Parameters and factory

More information

mbc082 Bus Converter

mbc082 Bus Converter BUS CONVERTER RS485 TO 1-WIRE BUS mbc082 mbc082 Bus Converter Document. 10910, Revision - February 2007 2007 CMC Industrial Electronics Ltd. This page intentionally left blank. mbc082 Bus Converter Technical

More information

AUTOMATION. Operator s Manual PG-7. Full Access. Doc Part Rev B, 07/18. Automation Products Group, Inc.

AUTOMATION. Operator s Manual PG-7. Full Access. Doc Part Rev B, 07/18. Automation Products Group, Inc. AUTOMATION P R O D U C T S GROUP, INC. Operator s Manual PG-7 Full Access Doc. 9003312 Part 200180 Rev B, 07/18 Tel: 1/888/525-7300 Fax: 1/435/753-7490 www.apgsensors.com E-mail: sales@apgsensors.com PG7

More information

FT2 View Instruction Manual

FT2 View Instruction Manual 399 Reservation Road, Marina, California U.S.A. Ph: (831) 384-4300 Fax: (831) 337-5786 www.foxthermalinstruments.com 2006 Fox Thermal Instruments, Inc. 07/19/13 Introduction: The FT2 View application software

More information

4511 MODBUS RTU. Configuration Manual. Pulse isolator. No. 9202MCM101(1707) For 4511 devices from ser. no:

4511 MODBUS RTU. Configuration Manual. Pulse isolator. No. 9202MCM101(1707) For 4511 devices from ser. no: 4511 MODBUS RTU Configuration Manual Pulse isolator No. 9202MCM101(1707) For 4511 devices from ser. no: 141590001 9202 CONTENTS Introduction...3 Modbus basics...3 Modbus RTU...3 4511 Supported Modbus Function

More information

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU...

List of Contents 1. INTRODUCTION DEFINITIONS AND ABBREVIATIONS REFERENCES TECHNICAL DATA GENERAL MODBUS RTU... MAGX2 RTU User Guide -0- V1.5 23-01-2018 List of Contents 1. INTRODUCTION... 2 1.1 DEFINITIONS AND ABBREVIATIONS... 2 1.2 REFERENCES... 2 2. TECHNICAL DATA... 3 2.1 GENERAL MODBUS RTU... 4 3. COMMISSIONING...

More information

Optidrive VTC Modbus RTU Register Map

Optidrive VTC Modbus RTU Register Map Application Note AN-VTC- 39 Optidrive VTC Modbus RTU Register Map Author: Ning Xu, Invertek Drives Ltd Revision: 2.21 6 September 2006 General This document details the Modbus RTU memory mapping implemented

More information

D-100 FLOW DISPLAY Siemens P1-FLN Network Interface Installation Guide

D-100 FLOW DISPLAY Siemens P1-FLN Network Interface Installation Guide Siemens P1-FLN D-100 FLOW DISPLAY Siemens P1-FLN Network Interface Installation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 0660-5 / 18343 www.onicon.com

More information

Serial Connection of HC900 Hybrid Controller to 900CS Control Station

Serial Connection of HC900 Hybrid Controller to 900CS Control Station Note: Ethernet connections will provide faster performance than RS-485 HC900 1. Remove HC900 CPU and set S2 Dip Switches for RS-485 unterminated Replace CPU & follow instructions per Installation and User

More information

D1000M SERIES FOR MODBUS SENSOR TO COMPUTER INTERFACE MODULES

D1000M SERIES FOR MODBUS SENSOR TO COMPUTER INTERFACE MODULES D1000M SERIES FOR MODBUS SENSOR TO COMPUTER INTERFACE MODULES D1000 FEATURES Complete sensor to RS-232/RS-485 interface. 500V rms analog input isolation. 15 bit measurement resolution. Continuous self-calibration;

More information

Installation & Operation

Installation & Operation LED Readout Installation & Operation WARRANTY Accurate Technology, Inc. warrants the ProScale Systems against defective parts and workmanship for 1 year commencing from the date of original purchase. Upon

More information

ScadaFlex I/O Toolbox

ScadaFlex I/O Toolbox Technical Reference Manual ScadaFlex I/O Toolbox for ScadaFlex RTUs, MicroBricks & PicoBricks u Universal configuration tool for all ScadaFlex I/O u Examine and set all configuration registers u Supports

More information

UniPak UP448 Bridge Input Isolating Signal Conditioner

UniPak UP448 Bridge Input Isolating Signal Conditioner 6-wire Bridge Connection Excitation for to 350 Ω Load Cells 500 Volt (3-way) Isolation Excellent Accuracy (0.0%) DIP Switch Configuration Digital Input Tare Calibration RS85 Modbus RTU Superior Flexible

More information

Model 2000 Programmer EnSonic Display & Control Unit. Document code: M2KCNF.001

Model 2000 Programmer EnSonic Display & Control Unit. Document code: M2KCNF.001 Model 2000 Programmer EnSonic Display & Control Unit Document code: 10735.M2KCNF.001 Document Model 2000 Programmer: EnSonic Display & Control Unit Document code 10735.M2KCNF.001 Date January 25, 2004

More information

Flow Computer. SyberTrol. Communications. The Most Trusted Name In Measurement

Flow Computer. SyberTrol. Communications. The Most Trusted Name In Measurement Flow Computer SyberTrol Communications Issue/Rev. 0.3 (9/97) Bulletin MN09044 The Most Trusted Name In Measurement Table of Contents Proprietary Notice... iv Section I - Introduction...1 Product Description...1

More information

DTSX3000 Communications(Modbus) Guide

DTSX3000 Communications(Modbus) Guide User s Manual DTSX3000 Communications(Modbus) Guide First Edition Blank Page < Introduction > i Introduction About this Manual Thank you for purchasing the DTSX3000 Distributed Temperature Sensor. This

More information

Yokogawa Y-Flow Master Database 62102

Yokogawa Y-Flow Master Database 62102 Instruction Manual IM 04Q01A04-01E-A Yokogawa Y-Flow Master Database 62102 Yokogawa Y-Flow Master Database 62102 Yokogawa Corporation of America 2 Dart Road, Newnan, Georgia U.S.A. 30265 Tel: 1-800-258-2552

More information

E2 Modbus RTU Register Map

E2 Modbus RTU Register Map Application Note AN ODE 01 E2 Modbus RTU Register Map Author: Peter Evans, Invertek Drives Ltd Revision: 1.02 11 June 2008 Software Version: 1.02 General This document details the Modbus RTU memory mapping

More information

4511 MODBUS RTU. Configuration Manual. Universal trip amplifier. No. 4131MCM100(1402)

4511 MODBUS RTU. Configuration Manual. Universal trip amplifier. No. 4131MCM100(1402) 4511 MODBUS RTU Configuration Manual 4131 Universal trip amplifier 4131MCM100(1402) 4131 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 Supported Function Codes... 3 Modbus Parameters and

More information

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

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

More information

MODBUS Protocol. The ecode Encoders contain both single register (16 bit) and double register (32 bit) values.

MODBUS Protocol. The ecode Encoders contain both single register (16 bit) and double register (32 bit) values. ecode Series MODBUS Protocol Preface This document describes the implementation of the MODBUS protocol in the Scancon ecode Series of communicating encoders. It is not intended to be a description of the

More information

Modbus Protocol For FTS/FTM 3x&8x

Modbus Protocol For FTS/FTM 3x&8x [ 公司地址 ] Modbus Protocol For FTS/FTM 3x&8x V3.0 Introduction This document describes the protocol detail of Modbus for FTSXX Hardware interface - The interface on the sensor is RS-485. - Hardware named

More information

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703 SC2000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Operating Program Revision: 10 Revision Date: 1-9-12 STATION

More information

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website:

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website: SC2000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: Website: (407) 299-3825 www.mpelectronics.com Operating Program Revision: 12 Revision Date: 8-27-14

More information

Trident and Trident X2 Digital Process and Temperature Panel Meter

Trident and Trident X2 Digital Process and Temperature Panel Meter Sign In New User ISO 9001:2008 Certified Quality System Home Products Online Tools Videos Downloads About Us Store Contact Policies Trident and Trident X2 Digital Process and Temperature Panel Meter Products

More information

PRECISION DIGITAL CORPORATION

PRECISION DIGITAL CORPORATION PRECISION DIGITAL CORPORATION Serial Communication Protocol This document describes how to communicate with the Trident Model PD765, Javelin T Model PD740, and Javelin D Model PD644 meters using the Precision

More information

AirCare General Purpose ModBus Interface ACM1001. OptiDrive Modbus Module Product Specification. For assistance call

AirCare General Purpose ModBus Interface ACM1001. OptiDrive Modbus Module Product Specification. For assistance call OptiDrive Modbus Module Product Specification AirCare General Purpose ModBus Interface ACM1001 Features Modbus RTU network interface Works with any Invertek OptiDrive Closed loop control optio - External

More information

T2314, T2414. Instruction Manual

T2314, T2414. Instruction Manual Atmospheric pressure transmitter T2314, T2414 with RS232 / RS485 serial output Instruction Manual Instruction Manual Device type Pressure Output Galvanic isolated output T2314 RS232 - T2414 RS485 Device

More information

Integral Electronics with Local Menu System

Integral Electronics with Local Menu System Integral Electronics with Local Menu System THERMAL INSTRUMENT COMPANY Trevose, PA 215-355-8400 New Menu Features & Benefits Available with either Hart Communication or Modbus output Visibility to current

More information

4511 MODBUS RTU. Configuration Manual. HART transparent driver. No. 9107MCM102(1739) For 4511 devices from ser. no:

4511 MODBUS RTU. Configuration Manual. HART transparent driver. No. 9107MCM102(1739) For 4511 devices from ser. no: 4511 MODBUS RTU Configuration Manual HART transparent driver No. 9107MCM102(1739) For 4511 devices from ser. no: 141590001 9107 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 4511 Supported

More information

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4114MCM100(1402)

4511 MODBUS RTU. Configuration Manual. Universal transmitter. No. 4114MCM100(1402) 4511 MODBUS RTU Configuration Manual 4114 Universal transmitter 4114MCM100(1402) 4114 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 Supported Function Codes... 3 Modbus Parameters and factory

More information

M2500 Engine Controller Configuration Manual

M2500 Engine Controller Configuration Manual M2500 Engine Controller Configuration Manual Revision: 08-04-2011 Page 1 Contents 1 Preface... 4 2 Configuration from front panel... 5 2.1 Engine Controller Configuration... 6 2.1.1 RPM settings... 6 2.1.2

More information

BQ & BQ370-01N MODBUS ANALOG INPUT DEVICE USER MANUAL

BQ & BQ370-01N MODBUS ANALOG INPUT DEVICE USER MANUAL BQ370-01 & BQ370-01N MODBUS ANALOG INPUT DEVICE USER MANUAL (Modbus PT Temperature Sensor Reader) Document Version 1.2.0 Content Content 2 About BQ370 Device Family 3 About Device 3 Device Properties 4

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

CAS IKS Gateway (Modbus RTU/TCP and HTML) Manual

CAS IKS Gateway (Modbus RTU/TCP and HTML) Manual CAS-2700-42 IKS to Modbus RTU Gateway CAS 2700-42 IKS Gateway (Modbus RTU/TCP and HTML) Manual CAS 2700-42 IKS Gateway Manual Page 1 of 34 BLANK PAGE CAS 2700-42 IKS Gateway Manual Page 2 of 34 Contents

More information

Modbus Communications Board

Modbus Communications Board - Modbus Communications Board (RS-485) User Manual Document No. 360-0183-01 (Revision D) Sensidyne, LP. 1000 112 th Circle N, Suite 100 St. Petersburg, Florida 33716 USA 800-451-9444 +1 727-530-3602 +1

More information

MPI-DN, MPI-D MULTICHANNEL ELECTRONIC RECORDER for HART or RS-485/ MODBUS RTU SENSORS

MPI-DN, MPI-D MULTICHANNEL ELECTRONIC RECORDER for HART or RS-485/ MODBUS RTU SENSORS MPI-DN, MPI-D MULTICHANNEL ELECTRONIC RECORDER for HART or RS-485/ MODBUS RTU SENSORS 18 channels for HART / Modbus RTU sensors 2 digital channels 16 math channels 4 relay outputs for alarm or control

More information