News
WG18A02 FAQ
Q: this is code im using import time import serial import binascii ser = serial.Serial( port='/dev/ttyS0', baudrate = 9600, parity=serial.PARITY_NONE, stopbits=1, bytesize=serial.EIGHTBITS, timeout=1 ) while 1: ser.write(b'\x01\x03\x00\x00\x00\x03\x05\xCB') x=ser.readline() hex_string = binascii.hexlify(x).decode('utf-8') res= str(hex_string) print(res) its Python im connecting Raspberry Pi4 to UART (serial0) pins and this script give me answer \x7f~\xbe\xff\xff\xfb\xff\xf9\x7f\t A :...
WG18A02 FAQ
Q: this is code im using import time import serial import binascii ser = serial.Serial( port='/dev/ttyS0', baudrate = 9600, parity=serial.PARITY_NONE, stopbits=1, bytesize=serial.EIGHTBITS, timeout=1 ) while 1: ser.write(b'\x01\x03\x00\x00\x00\x03\x05\xCB') x=ser.readline() hex_string = binascii.hexlify(x).decode('utf-8') res= str(hex_string) print(res) its Python im connecting Raspberry Pi4 to UART (serial0) pins and this script give me answer \x7f~\xbe\xff\xff\xfb\xff\xf9\x7f\t A :...
ES30E08 FAQ
Q: 10IOA04 : https://485io.com/index.php?main_page=advanced_search_result&search_in_description=1&keyword=10IOA04 . The link to the board you sent me is a card with 4 inputs and 4 outputs that needs to be connected to a PLC...
ES30E08 FAQ
Q: 10IOA04 : https://485io.com/index.php?main_page=advanced_search_result&search_in_description=1&keyword=10IOA04 . The link to the board you sent me is a card with 4 inputs and 4 outputs that needs to be connected to a PLC...
N4AIA04 FAQ
Q: we connect sensor 0-20MA with Port C1 Out range sensor 0-50mbar and 4-20mA how can adjust your card read 4-20mA A: The C1/C2 port can directly read the current value of 0-22MA. The unit is 0.1MA. For example: if the reading result is 100, then it is 10.0MA
N4AIA04 FAQ
Q: we connect sensor 0-20MA with Port C1 Out range sensor 0-50mbar and 4-20mA how can adjust your card read 4-20mA A: The C1/C2 port can directly read the current value of 0-22MA. The unit is 0.1MA. For example: if the reading result is 100, then it is 10.0MA
LR12A01 FAQ
Q: Ciao! Posso ricevere più informazioni in merito? Non capisco! Nello schema 2 il collegamento viene fatto con i pin "set e reset" in parallelo, ma nelle note c'è scritto che non si devono alimentare i pin "set/reset simultaneamente, quindi o si può (vedi schema 2) o le informazioni sullo schema 2 sono errate, nello schema indipendentemente da quale pulsante si da l'impulso, arriva il segnale negativo su GND, SET e RESET simultaneamente, la domanda è, si può o non si può usare quello schema per fare funzionare il modulo in modalità keep quiescient current = 0? A: Dear friend, 1 When no button is pressed, the power GND is not connected, and the power supply will not have power output, so it is 0UA standby. 2 When the B1 button is pressed, the power GND is connected, and a low-level trigger signal is given to the "RESET" port. At this time, the "SET" port is disconnected. 3 When the B2 button is pressed, the power GND is connected, and a low-level trigger signal is given to the "SET" port. At this time, the "RESET" port is disconnected. Q: Dear friend, in the wiring diagram number 2, so how is, if...
LR12A01 FAQ
Q: Ciao! Posso ricevere più informazioni in merito? Non capisco! Nello schema 2 il collegamento viene fatto con i pin "set e reset" in parallelo, ma nelle note c'è scritto che non si devono alimentare i pin "set/reset simultaneamente, quindi o si può (vedi schema 2) o le informazioni sullo schema 2 sono errate, nello schema indipendentemente da quale pulsante si da l'impulso, arriva il segnale negativo su GND, SET e RESET simultaneamente, la domanda è, si può o non si può usare quello schema per fare funzionare il modulo in modalità keep quiescient current = 0? A: Dear friend, 1 When no button is pressed, the power GND is not connected, and the power supply will not have power output, so it is 0UA standby. 2 When the B1 button is pressed, the power GND is connected, and a low-level trigger signal is given to the "RESET" port. At this time, the "SET" port is disconnected. 3 When the B2 button is pressed, the power GND is connected, and a low-level trigger signal is given to the "SET" port. At this time, the "RESET" port is disconnected. Q: Dear friend, in the wiring diagram number 2, so how is, if...
N4D8C12
Q: I bought from another vendor one of your product named N4D8C12. I dont find any Modbus command for read any input up to 8. Can you send me other...
N4D8C12
Q: I bought from another vendor one of your product named N4D8C12. I dont find any Modbus command for read any input up to 8. Can you send me other...
UD24B01 FAQ
Hi, I working on a project including UD24B01 with USB-C-connection. We can toggle the relay from a android phone but my question is if we can place 5V...
UD24B01 FAQ
Hi, I working on a project including UD24B01 with USB-C-connection. We can toggle the relay from a android phone but my question is if we can place 5V...