SCADA·Wiz

// field calculators

Map a flat DNP3 point index to the word and bit position it packs into, and back again. The maths is word = index ÷ N and shift = index mod N, where N is the packing width. Use ÷32 for 32-bit words (shift 0-31) or ÷16 for 16-bit words (shift 0-15). Enter an index, or fill word and shift to recover the index.

local · offline-capable · nothing logged

DNP3 Point Index to Word / Shift Calculator

DNP Point index ↔ word / shift

Flat point index to packed word and bit position. word = index ÷ N, shift = index mod N.

Word1
Shift1
Back to index33

Type an index, or fill word + shift to go the other way.

More SCADA calculators