Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples of Modbus commands:


MbCmd0 0/5 * * * *:R,9600,8N1:010300160002,010300260002,fa0400050001


0 0/5 * * *      Cron (every 5 minutes)

...

01 Slave Address
03 Function (Read Holding Register)
00 Starting Address Hi
26 Starting Address Lo (Decimal 38)
00 Quantity of Registers Hi
02 Quantity of Registers Lo (Decimal 2)

From Slave Address "01" read Holding Register "38" and "39" ("2" Double Bytes)