Modbus Skills

Read-only skill

Check Byte Order

Evaluate every supported byte and word layout from one immutable raw Modbus sample without choosing a winner.

Use this when

Byte order, word order, or multi-register decoding is unknown and raw words or a capture already exist.

What you get back

Example request

Evaluate ABCD BADC CDAB and DCBA from these words.

Safety boundary

This skill does not write registers, force coils, broadcast, scan a network, or start unbounded polling. Unresolved engineering fields stay visible.

View Check Byte Order source on GitHub