Modbus Poll Key — New |best|
: Launch the application on your Windows PC.
He hovered over the Send button. One click. No confirmation. No undo. modbus poll key new
// Attached to "OnPollResponse" event var tankLevel = readHoldingRegister(0, 1); // address 40001 if (tankLevel > 9000) // Assuming 0-10000 scale (90%) writeSingleCoil(5, 1); // Open valve logToConsole("Valve opened at level: " + tankLevel); : Launch the application on your Windows PC
