1
Support Questions / Re: Productivity 2000 Modbus bit addressing
« on: November 08, 2019, 02:45:20 PM »The AdvancedHMI driver uses the Modicon style addressing which starts with a 1, but is really offset 0. For example, 40001 translates to function code 3 with offset 0.
If the PLC doesn't support function code 0x16, then the only way to write bits within an integer is to read the integer, alter the value, then write it back and hope within the read-to-write time period the PLC (or other source) did not also change something within the integer.
Could you please elaborate on this answer.
How would AHMI write to bit 3 in 40001 for example?