| Sign In | Join Free | My chinacomputerparts.com | 
 | 
| Categories | Wireless Control Module | 
|---|---|
| Brand Name: | Lensen | 
| Model Number: | LS-RDIO0202 | 
| Place of Origin: | China | 
| MOQ: | 2pcs | 
| Price: | Negotiation | 
| Payment Terms: | Western Union, T/T | 
| Supply Ability: | 6000pcs/month | 
| Delivery Time: | 2-8days | 
| Packaging Details: | standard carton | 
| Input: | 2 digital inputs | 
| Output: | 2 relay output | 
| Frequency: | 433MHz/868MHz/915MHz | 
| Distance: | 2km/5km/10km | 
| Power output: | 1W | 
| Application: | pump controller | 
| Company Info. | 
| Shenzhen Qianhai Lensen Technology Co., Ltd | 
| Verified Supplier | 
| View Contact Details | 
| Product List | 
5km Wireless Control Module
2DI 2DO Wireless Control Module 915MHz Lora Wireless I O 5km ON-OFF Remote Control Module
1. LS-RDIO0202 general introduction
LS-RDIO0202 has 2 inputs 2 relay outputs and 1 RS485 (wireless RS485 is customized). Power output we have different versions:
100mW RF for 1km LOS control distance,
1W RF for 3km LOS control distance
5W RF for 8km LOS wireless control
1W Lora type for 5km LOS wireless control
4g for no distance limit
2. Application Field
LS-RDIO series I/O module is widely used in industry automation like factory central data process, pump control, tank level monitoring, Conveyor Control,oil monitoring, mining machinery, environment monitoring equipment, lifting devices, robots control, filling machine, mixing equipment, logistic line, AGV etc.
3. LS-RDIO0202 Parameter
| Parameter | |
| Power output: | 1W | 
| Wireless technology: | Lora | 
| Power supply: | 9V-30V (usually choose 24V DC or 12V DC) | 
| Control distance: | 5km LOS | 
| Baud rate: | 2400bps | 
| Receiving sensibility: | -123dBm@1200bps, -118dbm(9600bps) | 
| Networking | |
| Networking: | Point to point and point to multipoint | 
| Protocol: | Modbus RTU protocol | 
| Port Description | |
| Input: | 2 active inputs (passive customize), isolated | 
| Output: | 2 passive relay outputs, isolated contact max load AC250V/5A,DC30V/5A (active outputs 0-5V customize) | 
| Communication port | RS485 (wireless RS485 customize) | 
| Current | |
| Transmit current: | <350mA | 
| Receiving current: | <20mA | 
| General | |
| Frequency: | 915MHz | 
| Channel No: | 16 channels, can change via DIP switch | 
| Physical Properties | |
| Dimension: | 115×90×40(mm) | 
| Antenna Connector: | SMA,vehicle antenna with 1.5m cable | 
| Temperature: | -35℃~+75℃( industrial) | 
| Mounting method: | Standard 3.5 inch industrial guild rail | 
4. How to connect

5. Modbus RTU communication and value calculation
A. Register types:
| Register types | Read command | Write command (Control command) | Power off | Function | 
| coil register | 0x01 | Input --not support Output-support | Not keep | Can read input value | 
| Hold register | 0x03 | 
1) Coil register:
Input: it is not convenient to read 8 I/O at one time. In order to control each I/O correspondingly, we defined coil register. The register address is 0x0000-0x0007.
Output: it is not convenient to control 8 I/O at one time. In order to control each I/O correspondingly, we defined coil register whose address is 0x0020-0x0028.
Note: The coil is not extra resource, just a method for register addressing---addressing by bit.
2) Holding register:
a. value of input channels: 0x0000
Note: addressing by bit means we only use the first 8 bits; bit0 to bit7 corresponds with I / O1 to I / O8;
b: feedback and value of output channels: 0x0040
Note: addressing by bit means bit 0 corresponds with 1/O1, bit 7 corresponds with 1/O8, bit 8-bit 15 corresponding value we write 0.
3) Reading method:
Coil register: read the responding register directly. 1 means OFF, 0 means ON.
Holding register: Can read all 8 inputs one time. We only use bit0-bit7 of this 16-bit register; each bit represents the state of an input.
4) Control methods:
a. Use the coil--- write the corresponding coil register directly you can control its corresponding output.
b. Use the holding register--- 8 outputs share 1 holding register, so you can manage each bit separately to control the corresponding output.
B. About register control
| IC | Read/ write | Function code | Products apply | |||
| Channel | IC type | PLC ID | Modbus ID | |||
| DI1 | Coil reg. | 1 | 0 | read | 01 | RDIO0202 RDIO0404 RDIO0808 | 
| Holding reg. | 40001.0 | 0.0 | read | 03 | ||
| DI2 | Coil reg. | 2 | 1 | read | 01 | |
| Holding reg. | 40001.1 | 0.1 | read | 03 | ||
| DI3 | Coil reg. | 3 | 2 | read | 01 | RDIO0404 RDIO0808 | 
| Holding reg. | 40001.2 | 0.2 | read | 03 | ||
| DI4 | Coil reg. | 4 | 3 | read | 01 | |
| Holding reg. | 40001.3 | 0.3 | read | 03 | ||
| DI5 | Coil reg. | 5 | 4 | read | 01 | RDIO0808 | 
| Holding reg. | 40001.4 | 0.4 | read | 03 | ||
| DI6 | Coil reg. | 6 | 5 | read | 01 | |
| Holding reg. | 40001.5 | 0.5 | read | 03 | ||
| DI7 | Coil reg. | 7 | 6 | read | 01 | |
| Holding reg. | 40001.6 | 0.6 | read | 03 | ||
| DI8 | Coil reg. | 8 | 7 | read | 01 | |
| Holding reg. | 40001.7 | 0.7 | read | 03 | ||
| DO1 | Coil reg. | 33 | 32 | Read/ write | 01/05 | RDIO0202 RDIO0404 RDIO0808 | 
| Holding reg. | 40065.0 | 64.0 | Read/ write | 03/06 | ||
| DO2 | Coil reg. | 34 | 33 | Read/ write | 01/05 | |
| Holding reg. | 40065.1 | 64.1 | Read/ write | 03/06 | ||
| DO3 | Coil reg. | 35 | 34 | Read/ write | 01/05 | RDIO0404 RDIO0808 | 
| Holding reg. | 40065.2 | 64.2 | Read/ write | 03/06 | ||
| DO4 | Coil reg. | 36 | 35 | Read/ write | 01/05 | |
| Holding reg. | 40065.3 | 64.3 | Read/ write | 03/06 | ||
| DO5 | Coil reg. | 37 | 36 | Read/ write | 01/05 | RDIO0808 | 
| Holding reg. | 40065.4 | 64.4 | Read/ write | 03/06 | ||
| DO6 | Coil reg. | 38 | 37 | Read/ write | 01/05 | |
| Holding reg. | 40065.5 | 64.5 | Read/ write | 03/06 | ||
| DO7 | Coil reg. | 39 | 38 | Read/ write | 01/05 | |
| Holding reg. | 40065.6 | 64.6 | Read/ write | 03/06 | ||
| DO8 | Coil reg. | 40 | 39 | Read/ write | 01/05 | |
| Holding reg. | 40065.7 | 64.7 | Read/ write | 03/06 | ||
6. Application Examples

Wireless pump ON-OFF control

|   | 
 4-20mA Wireless I O Module 2 Channels AI 4-20mA Wireless Data Transfer 2-3km
                                                                                    
                        
                        
                        
                                                            4-20mA Wireless I O Module 2 Channels AI 4-20mA Wireless Data Transfer 2-3km
                                                    
                        
                     4 Channels Wireless Control Module Analog I O Module 4-20mA / 0-5V Signal Wireless Sensor
                                                                                    
                        
                        
                        
                                                            4 Channels Wireless Control Module Analog I O Module 4-20mA / 0-5V Signal Wireless Sensor
                                                    
                        
                     868MHz / 915MHz Wireless I O Module RTU 4-20mA Analog Signal Wireless Transmission
                                                                                    
                        
                        
                        
                                                            868MHz / 915MHz Wireless I O Module RTU 4-20mA Analog Signal Wireless Transmission
                                                    
                        
                     Wireless Analog Output Module 4 Channels 4-20mA Signal Wireless Modbus RTU
                                                                                    
                        
                        
                        
                                                            Wireless Analog Output Module 4 Channels 4-20mA Signal Wireless Modbus RTU
                                                    
                        
                     8DI 8DO Wireless ON OFF Module 433MHz / 868MHz / 915MHz 4G Wireless Modbus RTU
                                                                                    
                        
                        
                        
                                                            8DI 8DO Wireless ON OFF Module 433MHz / 868MHz / 915MHz 4G Wireless Modbus RTU
                                                    
                        
                     2km Wireless Control Module
                                                                                    
                        
                        
                        
                                                            2km Wireless Control Module
                                                    
                        
                     Wireless Data Radio Modem 150MHz Data Transmission 20km Marine Module GPS Wireless Control
                                                                                    
                        
                        
                        
                                                            Wireless Data Radio Modem 150MHz Data Transmission 20km Marine Module GPS Wireless Control
                                                    
                        
                     100mW Wireless Control Module 433MHz Wireless Data Module For 500m Mini Size
                                                                                    
                        
                        
                        
                                                            100mW Wireless Control Module 433MHz Wireless Data Module For 500m Mini Size
                                                    
                        
                     1W Serial Module Wireless Cable Transmitter 433MHz/868/915MHz With Plastic Enclosure RS232
                                                                                    
                        
                        
                        
                                                            1W Serial Module Wireless Cable Transmitter 433MHz/868/915MHz With Plastic Enclosure RS232
                                                    
                        
                     25 Watt Wireless Data Modem 150MHz Marine Radio 20km Serial Data Transfer VHF
                                                                                    
                        
                        
                        
                                                            25 Watt Wireless Data Modem 150MHz Marine Radio 20km Serial Data Transfer VHF