Menu

#5 Multiple TCP ModBus master

open
nobody
None
5
2009-08-10
2009-08-10
No

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

Discussion


Log in to post a comment.