Modbus Skills

Workflow · 6 steps

Probe, resolve byte order, and finalize a tool pack

Use a selected tool target to collect one raw sample, confirm byte order, then regenerate all selected targets with the confirmed layout.

How it works

  1. Plan Reads

    Compile bounded Modbus read blocks

    Starts with a reviewed Modbus map. Produces a bounded Modbus read plan.

  2. Build Tool Pack

    Build several Modbus tool outputs

    Starts with a reviewed Modbus map, a bounded Modbus read plan, one reviewed request for a bounded probe. Produces the selected read-only tool files.

  3. One bounded device read

    Run one bounded read against the reviewed endpoint and save the returned raw 16-bit words. Do not scan or write.

    Starts with the selected read-only tool files. Produces a bounded raw-word sample.

  4. Confirm byte order from one sample

    Evaluate every supported layout from one immutable sample, record one human confirmation, and apply it.

    Starts with a reviewed Modbus map, a bounded raw-word sample. Produces a reviewed Modbus map.

  5. Plan Reads

    Compile bounded Modbus read blocks

    Starts with a reviewed Modbus map. Produces a bounded Modbus read plan.

  6. Build Tool Pack

    Build several Modbus tool outputs

    Starts with a reviewed Modbus map, a bounded Modbus read plan, the reviewed endpoint and selected final tools. Produces the selected read-only tool files.

When it stops

Show machine-readable contracts
  1. modbus-map/v1modbus-read-plan/v1
  2. modbus-map/v1, modbus-read-plan/v1, probe-tool-pack-request/v1modbus-tool-pack/v1
  3. modbus-tool-pack/v1capture/v1
  4. modbus-map/v1, capture/v1modbus-map/v1
  5. modbus-map/v1modbus-read-plan/v1
  6. modbus-map/v1, modbus-read-plan/v1, final-tool-pack-request/v1modbus-tool-pack/v1

View all workflow data