Multiple TCP ModBus master
Brought to you by:
wimpi
Good day,
i have contructions
m_MBMaster = new ModbusTCPMaster( 192.168.1.1,501);
m_MBMaster.connect();
Is possible m_MBMaster as Array (IP address list), first connect all and m_MBMaster[n].writeCoil(0, coil, bvalue);
Construction Connect-write-Disconect and next connect next IP is very slow.
Please help me