R4D1C32 FAQ

hello. Im using about 20 modules of R4D1C32 . Can i have the HEX list ? Im trying to open all outputs and close all with
Modbus commands at Slave ID 2
let openAll = Buffer.from([0x02, 0x06, 0x00, 0x00, 0x07, 0x00, 0x8A, 0x0B]);
let closeAll = Buffer.from([0x02, 0x06, 0x00, 0x00, 0x08, 0x00, 0x8F, 0xCB]);
but doesnt work.
Working properly on id 1
let openAll = Buffer.from([0x01, 0x06, 0x00, 0x00, 0x07, 0x00, 0x8B, 0xFA]);
let closeAll = Buffer.from([0x01, 0x06, 0x00, 0x00, 0x08, 0x00, 0x8E, 0x0A]);

 

After changing the instruction, the CRC check code needs to be regenerated.  https://1drv.ms/u/s!Av4PLxH_z8f1myRNFaTFQ3_Yjd4S?e=FZgKaZ

Back to blog

Leave a comment