Product Specification Book
Water immersion controller | |
Product model: | WLS-03 |
Version: | V1.1 |
Formulator: | GW.H |
Reviewer: | CY |
Modify the record table:
Version | Change content | Change people | Change date |
V1.0 | New | GW.H | 2023.10.20 |
V1.1 | Add product labels and optimize text descriptions | GW.H | 2023.11.06 |
one, Product Introduction
WLS-03It's a pass RS485 The communication method can obtain the current leakage state of the water immersion controller in real time.Includes a circuit that does not position the leakage rope state, RS485 Output circuit and two-channel relay output circuit, a knob that can adjust detection sensitivity;Including two LED Status indicator and a sound silence button.
two, Scope of application
It is suitable for occasions where leakage needs to be detected, such as: communication base stations, postal and telecommunications, financial systems and libraries, museums, archives, airports, oil depots, warehouses, and petroleum, petrochemical, pharmaceutical industries.
three, Features
1. Wide range of voltage power supply;
2. Supports knob adjustment sensitivity;
3. With working status and water leakage status indicators;
4. support 1 Road leakage induction rope access, maximum support 200 rice;
5. support RS485Output, ModBus RTU protocol, 2Road relay output.
Four, Technical parameters
Operating voltage | DC9V~30V(recommend 12V) |
Operating current | <80mA@12VDC(The current is maximum when the buzzer alarms) |
Sensitivity | Adjustment via knob |
Input port | 1Road leakage induction rope access |
Output port | RS485Output, 2Road relay output |
Relay load | 3A 220VAC/3A 30VDC |
Operating temperature | -40℃~85℃ |
Relative humidity | 5%RH~95%RH(No condensation) |
Product size | 106.0*36.0*49.5mm(Including terminals) |
Installation method | Rail installation |
five, Interface definition
Serial number | Terminal description | Wiring definition | Serial number | Terminal description | Wiring definition |
1 | A | RS485_A | 6 | L2 | One end of the water-soaked rope |
2 | B | RS485_B | 7 | L1 | One end of the water-soaked rope |
3 | X | Hanging in the air | 8 | NC | Relay normally closed end |
4 | GND | Power ground | 9 | COM | Relay common end |
5 | VCC | Power supply | 10 | NO | Relays are always open |
six, Communication protocol
Basic communication parameters:
coding | 8Bit binary |
Data bits | 8Bit |
Parity bit | none |
Stop position | 1Bit |
Error verification | CRC(Redundant loop code) |
Baud rate | 9600bit/s |
Communication address | Factory default is 1,Modification scope: 1-247 |
1、Agreement Overview
The communication protocol describes the input and output commands, information and data of the product in detail for third parties to use and develop.
Physical interface:
1) Connect to the main communication port of the upper computer, using standard serial RS485 Communication port;
2) The information transmission method is asynchronous and start bit 1Bit, data bit 8 bits, stop bit 1 bit, no verification;
2、Detailed description of communication protocol
2.1Communication method
1) Support broadcast mode;
2) No communication can be started from a slave station anyway;
3) If the master or any slave receives a package containing an unknown command, the package will be ignored and the receiving station will not respond;
4) All loop communications should comply with the main /From the way.In this way, information and data are passed between a single master and slave (monitoring device);
2.2 Return the data frame structure description
Each data frame is composed as follows: ( RTU model )
address | Function code | data quantity | data 1 | ... | data n | CRC 16Position verification |
3、Transfer format
1) The host sends a read address command:
address | Function code | Register address high bit | Register address low bit | High data number | The number of data is low | CRC 16Position verification |
00 | 03 | 00 | 00 | 00 | 01 | 85 DB |
Slave return address:
address | Function code | Byte length | High address | Low address | CRC 16Position verification |
00 | 03 | 02 | 00 | xx | xxxx Low in front |
Example: Send: 00 03 00 00 00 01 85 DB;
response: 00 03 02 00 addr CRCL CRCH;like addr=02,Read product Address is 02。
2) Revise Address Command
This command can Revise Slave address, Address value The range is 1By 247 ,After that, the slave address is the address set by the host 。
Host send Revise Address command:
address | Function code | Register address high bit | Register address low bit | Slave address high | Slave address low bit | CRC 16Position verification |
00 | 06 | 00 | 00 | 00 | xx | xxxx Low in front |
Return to the slave:
address | Function code | Byte length | High address | Low address | CRC 16Position verification |
00 | 06 | 02 | 00 | xx | xxxx Low in front |
Example:
Host send: 00 06 00 00 00 address CRCL CRCH;
Slave answer: 00 06 02 00 address CRCL CRCH;
like addressfor 02,The slave address Just be Set as 2。
After the host receives the slave response, it believes that the forced address is set successfully, and the first byte is as follows address Set the address and send the read data command.
3) Host sends read Get leaked status Order:
address | Function code | Data start address high bit | Data start address low bit | Return the high number of data | Return the low number of data | CRC 16Position verification |
xx | 03 | 00 | 01 | 00 | 01 | xxxx Low in front |
Slave sensor return value:
Slave address | Function code | Number of data | Data high | Data low bit | CRC 16Position verification |
xx | 03 | 02 | 00 | 00/01 | xxxx Low in front |
Example:
Host send :01 03 00 01 00 01 CRCL CRCH;
product response: 01 03 02 00 01 CRCL CRCH;
return Leaked Status :00 01,Corresponding to decimal 01,Indicates that the current leaked alarm status is; 01Indicates that it is in a leaked alarm state. 00It means normal.
4)After the product is powered, the operation indicator (green light) will always be on;When the product is detected to be in a leak, the product will be uploaded automatically. Leaked Status Order ,Command format and “The answer command format of the key point 3)” is the same, and the buzzer will emit a sound alarm and the alarm indicator light (red light) will always be on. At this time, press the button (long press the button) to eliminate the sound alarm of the buzzer.The alarm indicator (red light) will not turn off until the product detects that it is not in a leaked state and the buzzer will stop sounding alarms.
seven, Things to note
1. This product is not suitable for use under regular condensation and chemical pollution;
2. Please use and install strictly in accordance with the instructions, and do not modify or tear product labels privately;
3. Product factory 12Within months, free repair services will be provided to the product based on normal use and non-human damage.
eight, Frequently Asked Questions and Solutions
Possible reasons for no output or output error:
1. Equipment is damaged;
2. Baud rate error;
3. USB The 485 driver is not installed or damaged;
4. 485The bus is disconnected, or A、B The wire is reversed;
5. The computer has other devices connected to it, and the port selected by the communication software is incorrect;
6. Too many equipment or too long wiring, power should be supplied nearby, add 485 enhancers, and add 120 ΩTerminal resistor.
Nine, Warnings and personal injury
Do not use this product on safety protection devices or emergency stop devices, and in any application that may cause personal injury due to failure of the product;Please read the contents in this manual carefully before using this product.
phone:0755-26588758 13714285279(倪先生) 13922884770(王先生) 13923716479(倪先生)
fax:0755-26747274
email:info@source-sensor.com
address:East 3rd Floor, Building 15, Majialong Industrial Zone, Nantou Street, Nanshan District, Shenzhen
Copyright©2002-2023 Yuanjian Sensing Technology. All Rights Reserved Copyright 粤ICP备17008245号-5 技术支持:图页网 网站地图xml 网站地图html