Package one: metal aluminum shell
Package two: no shell
Package three: metal aluminum shell and 12V power supply
Package four: no shell and 12V power supply
The power supply is EU plug
Equipment introduction
The TCP-KP-C2 type network relay is an IoT remote control device introduced by Clayman Technology. It can realize remote control and acquisition of data in TCP network. The equipment adopts -grade design scheme, equipped with 32-bit ARM processor and 10/100M Ethernet network chip. It has the characteristics of fast speed, strong computing power, high stability and strong anti-interference ability. Users can rest assured to use in environment. 2 device supports relay outputs, an isolated input channel. The relay supports real-time control, delay control and input-output linkage control and other control methods, which are suitable for use in more different occasions, meeting the needs of more users. Input interface status supports passive upload and active timing upload.
Example of control instructions.
The secondary development is simple and convenient. The parameter setting, relay control, and input interface status are all controlled by the AT command. The AT command is in the ACSII format, and J ends with the same car line break, for example:
effect
Computer sending
Network relay reply
Relay OUT1 is connected in real time
AT+STACH1=1
OK
Relay OUT1 is disconnected in real time
AT+STACH1=0
OK
The relay OUT is pulled in and the delay is 10 seconds.
AT+STACH1=1,10
OK
The relay OUT is disconnected and the delay is 10 seconds.
AT+STACH1=0,10
OK
AT+STACH1=?
AT+OCCH1=?