![Sensata IWR-PORT Series Operating Manual Download Page 31](http://html.mh-extra.com/html/sensata/iwr-port-series/iwr-port-series_operating-manual_1243192031.webp)
| IWR-PORT SERIES
UTILITY OPERATING MANUAL
C
opyright © 2021 Sensata Technologies, Inc.
Page 31
Link value = ((Channel –1) * 8) + (Parameter – 1)
= ((63 – 1) * 8) + (2 – 1) = (62*8) + 1 = 497
So, an output that should be following channel 63, parameter 2 should have decimal
value 497 written to its link register.
The bottom 3 bits for parameter 2 is 001 (which is the binary for 2 - 1 because 0 to 7
represents parameters 1 to 8).
The next 7 bits for channel 63 are 011 1110 (which is the binary for 63 - 1, because 0 to
127 represents channels 1 to 128).
So, the final number is 011 1110 001 = 01 1111 0001 = 0x1F1 = 497