Archie, I would like to know if its possible to poll a different number of registers on each form with the ModbusTCP driver with each read. For instance, my project has two forms both polling the same device. Page1 can block read multiple register at a time. However the address range for the second page only allows polling one register at a time or else I get an error from the device. The second page consist of 60 BasicLabels. Can this be done?...I fear the answer is no since the code is in ModbusBase, is it realistic to add 60 ModbusTCP drivers to the form and assign it to each BasicLabel? What line is this in ModbusBase? Thank you!