HELLO, I programmed my Arduino Uno as Modbus RTU Master, id 1, it has one analog signal and two digital ones, the directions in the Arduino programming are:
(30001, value); // Writes value to 0x40000 holding register the analog signal, and
(0x40001.1); // Writes 1 to 0x40001 holding register and
(0x40001.0); // Writes 0 to 0x40001 holding register. When I use a modbus slave trial program I see the signals fine, but when I put those register values in the Advance HMI digital panel, I don't get anything, what are the correct addresses in the HMI? Thanks greetings