Page 3
◀ ◀ U900 Universal Analytical Controller Operating Manual Preface Please read this manual carefully before use. When receiving the instrument, please open the package carefully, check whether the instrument and accessories are damaged by trans- portation and whether the accessories are complete. If any abnormalities are found, please contact our after-sales service department or regional customer service center, and keep the package for return processing.
Page 5
◀ ◀ U900 Universal Analytical Controller Operating Manual Instrument Connection EC1, EC2, EC3, EC4 Electrical conductivity/resistivity wiring Temperature connection INPUT pH/ORP/lon measure pH/ORP/lon reference Membrane dissolved oxygen, FCL CE RE WE Constant voltage Residual Chlorine/chlorine Dioxide/ozone I1 G I2 Output current I3 G I4 Input current RLY3, RLY2, RLY1...
Page 6
◀ ◀ U900 Universal Analytical Controller Operating Manual Dimension 120 mm 235 mm 190 mm IGHT Instrument Installation 1. Cable (Recommended stripping length for cables is at least 90mm, please use 0.5 to 1 square meter wire) 2. Cable ties 3.
Page 7
◀ ◀ U900 Universal Analytical Controller Operating Manual Display Descriptions Check all electrical connections before use. The instrument will display as shown in the figure below after the power is turned on. Year / Month / Day Measurement + Unit Time : Minutes:Seconds 2023-11-09 12:53:17 Sensor Communication...
Page 8
◀ ◀ U900 Universal Analytical Controller Operating Manual Menu Structure Press [MENU] key to enter programming mode: If the monitor prompts you to enter the calibration security password, press the key to set the calibration security password, and then press the [ENT] key to confirm the calibration security password.
Page 9
◀ ◀ U900 Universal Analytical Controller Operating Manual Item Display Selection Sub Menu Status High Alarm Relay 1 High/Low Setpoint Low Alarm Clean Limit Value 00.00 (Default, can be modified) Hysteresis 00.000 (Default, can be modified) Status High Alarm Set Points Relay 2 High/Low Setpoint Low Alarm...
Page 10
◀ ◀ U900 Universal Analytical Controller Operating Manual Item Display Selection Sub Menu Record Interval 1h/point Graphic Trend Display according to interval settings (Trend Chart) 480 points/screen 12h/point 24h/point Year/Month/Day, Record Query Record Interval Time: Minutes/Seconds Value Unit Data Log 7.5s Record Interval 180s...
Page 12
◀ ◀ U900 Universal Analytical Controller Operating Manual Calibration point 1: After entering the calibration mode, the current measurement value will be displayed. This is known as the standard solution value. Place the electrode into the standard solution of the corresponding value, and the corresponding voltage mV value and calibration state will be displayed on the screen.
Page 13
[ENT] key to display the left and right displacement data line (red), and long press the [ENT] key to accelerate the displacement. When the bottom icon [ENT] is in green, it is the movement direction of the key. Press to switch the displacement direction, and press to switch the display range (enlarge/shrink).
Page 14
◀ ◀ U900 Universal Analytical Controller Operating Manual Measurement Settings (Quick Start) Press MENU key Configure Sensor Type Select [Item] Select [Configure] Select [Sensor] Select [Type] Press Press Press Press Press Press ENT key ESC key Salinity for Save for Back Press ENT key Press...
Page 15
◀ ◀ U900 Universal Analytical Controller Operating Manual Temperature Calibration Press MENU key Configure Sensor Temp Sensor NTC2.252 Select [Item] Select [Configure] Select [Temp Sensor] NTC 10K Press Press Temperature Press Press Press ESC key ENT key PT100 for Save for Back Press ENT key...
Page 16
◀ ◀ U900 Universal Analytical Controller Operating Manual Point Calibration Press MENU key Configure Std Cal Point 1 0000 Calibrating Press Select [Std Cal] Select [Point 1] Enter Value Calibration ESC key Press Press for Back Select Value Select [Calibration] Press ENT key Press...
Page 17
◀ ◀ U900 Universal Analytical Controller Operating Manual Field Calibration Press MENU key 0000 Configure Std Cal Field Cal Calibrating Press Select [Point 1] Enter Value Calibration ESC key Field Cal Press for Back Select [Calibration] Select Value Press ENT key Select [Temperature] Press Press...
Page 18
◀ ◀ U900 Universal Analytical Controller Operating Manual Relays Press MENU key Configure Relay 1 Status Select [Item] Select [Status] Calibration Press Press Relay 2 Press Press ENT key ESC key Set points for Save for Back Press ENT key Select [Relay] Press Select [Set Points]...
Page 19
◀ ◀ U900 Universal Analytical Controller Operating Manual 4-20mA Ouput Press MENU key Configure Current 1 Output Opt 4-20mA Select [Item] Select [Output Opt] Calibration 0-20mA Press Press Current 2 Press Press ENT key ESC key Set points 20-4mA for Save for Back Press ENT key...
Page 20
◀ ◀ U900 Universal Analytical Controller Operating Manual RS485 Modbus Press MENU key Configure Current 1 Baud Rate 4800 BPS Select [Item] Select [Baud Rate] Current 2 Calibration 9600 BPS Press Press Press Press ENT key ESC key RS485 Set points 19200 BPS for Save for Back...
Page 21
◀ ◀ U900 Universal Analytical Controller Operating Manual System Setup Press MENU key Configure Language English Select [Language] Calibration Press Press Press ENT key ESC key Press ENT key Set points for Save for Back Output Date/Time YY/MM/DD 22:10:22 History Select [Date/Time] System hh/mm/ss...
Page 22
◀ ◀ U900 Universal Analytical Controller Operating Manual MODBUS RTU General Information Overview The hardware version number of this document is V2.0; the software version number is V5.9 and above. This document describes the MODBUS RTU interface in details and the target object is a software programmer. MODBUS Command Structure Data format description in this document;...
Page 23
◀ ◀ U900 Universal Analytical Controller Operating Manual MODBUS RTU Transmission Mode When the instrument uses RTU (Remote Terminal Unit) mode for MODBUS serial communication, each 8-bit byte of information contains two 4-bit hexadecimal characters. The main advantages of this mode are greater character density and better data throughput than the ASCII mode with the same baud rate.
Page 24
◀ ◀ U900 Universal Analytical Controller Operating Manual MODBUS RTU CRC Check The RTU mode contains an error-detection domain based on a cyclic redundancy check (CRC) algorithm that performs on all message contents. The CRC domain checks the contents of the entire message and performs this check regardless of whether the message has a random parity check.
Page 25
◀ ◀ U900 Universal Analytical Controller Operating Manual The following illustrates the request frame and response frame with the read and hold register 108-110 as an example. (The contents of register 108 are read-only, with two-byte values of 0X022B, and the contents of register 109-110 are 0X0000 and 0X0064) Request Frame Response Frame Number Systems...
Page 26
◀ ◀ U900 Universal Analytical Controller Operating Manual The request frame and response frame are illustrated below in two registers that write the values 0x000A and 0x0102 to the start address of 2. Request Frame (hexidecimal) Response Frame (hexidecimal) Number Systems 0x10 Function code 0x10...
Page 27
◀ ◀ U900 Universal Analytical Controller Operating Manual Reference code: 1. If the compiler used by the user has a library function that implements this function, the library function can be called directly, for example, using C language, then you can directly call the C library function memcpy to obtain an integer representation of the floating- point storage format in memory.
Page 28
◀ ◀ U900 Universal Analytical Controller Operating Manual Read Instruction Mode The communication protocol adopts MODBUS (RTU) protocol. The content and address of the communication can be changed according to the needs of customers. The default configuration is network address 01, baud rate 9600, even check, one stop bit, users can set their own changes;...
Page 29
Warranty Icon Process Controls warrants this product to be free from significant deviations in material and workmanship for a period of one year from the date of purchase. If repair is necessary and has not been the result of abuse or misuse within the warranty period, please return to Icon Process Controls and amendment will be made without any charge.
Page 30
◀ ◀ Need a great sensor? Pair your C700 | C720 Series controller with the industry’s most innovative and reliable sensing technology icon procon.com 23-0034 09/05/23...
Need help?
Do you have a question about the ProCon U900 and is the answer not in the manual?
Questions and answers