DMX Screen Position Driver
Axis
User defined axis name.
Universe
The universe address of the automation system.
Channel
The channel address of the automation system.
Encoding
4 byte signed little endian - signed int little endian (bytes read from right to left)
range = -2, 147, 483, 648 to 2, 147, 483, 647
4 byte signed big endian - signed int little endian (bytes read from left to right)
range = -2, 147, 483, 648 to 2, 147, 483, 647
4 byte unsigned little endian - unsigned little endian (bytes read from right to left)
range = 0 to 4, 294, 967, 295
4 byte signed big endian - unsigned big endian (bytes read from left to right)
range = 0 to 4, 294, 967, 295