![Sensata IWR-PORT Series Operating Manual Download Page 30](http://html.mh-extra.com/html/sensata/iwr-port-series/iwr-port-series_operating-manual_1243192030.webp)
| IWR-PORT SERIES
UTILITY OPERATING MANUAL
C
opyright © 2021 Sensata Technologies, Inc.
Page 30
For negative numbers change the sign and convert to hexadecimal then subtract from
0x10000
e.g. –50 becomes 50 which converts to 0x0032
0x10000 – 0x0032 = 0xFFCE
Writing 16-bit Zero Point Scaling Values:
To calculate the 16 bit zero-point Modbus registers offset please refer to the IWR-Port
Modbus register table (128 channel, 8 parameters).
Conversion is carried out as described in the section above.
Writing 16-bit Output Link Values
To calculate the 16-bit output link registers offset please refer to the IWR-Port Modbus
register table (128 channel, 8 parameters).
The link values are written as unsigned integers. For outputs on the system, the
associated registers will have a link value that the output represents.
These values can be changed by writing to the associated Modbus register.
They will only be changed by the IWR-Port if the Link values are unlocked, by first
writing 0x0000 to register 48000
This is best illustrated with an example.
Channel 1 is the IWR-Port with 1 analog output, parameter 1.
Channel 2 is an Isoslice-2 with 8 analog inputs, parameters 1 to 8.
Channel 3 is an Isoslice-8 with 4 analog outputs, parameters 1 to 4.
Read register 45377 to find out what the IWR-Port output represents when the IWR-Port
is running. If its link value is 0x0000 it is referencing itself, so its output is under Modbus
control.
To change it to represent the value of parameter 1 of the Isoslice-2 on channel 2 change
this link value to 0x0008 by writing this value to register 45377.
Read register 45393 to find out what the first analog output (parameter 1) of the Isoslice-8
on channel 3 represents. If its link value is 0x0010 it is referencing itself, so its output is
under Modbus control.
To change it to represent the value of parameter 2 of the Isoslice-2 on channel 2. Change
this link value to 0x0009 by writing this value to register 45393.
The parameter being followed is the bottom 3 bits of the link value (bits 2,1,0). The
channel being followed is always bits 9,8,7,6,5,4,3.
If an output needs to follow channel 63, parameter 2: