User manual

Publication 1734-UM011D-EN-P - May 2011
POINT I/O Module and RSLogix 5000 Software Controller Tag Reference 117
Stored Data
To interpret values from -2,147,483,648 to -1, use this conversion formula:
Stored Data Tag Value + 4,294,967,296 = Actual Stored Data Tag Value.
As an example, for a read value of -1,794,967,296:
-1,794,967,296 + 4,294,967,296 = 2,500,000,000 actual value
Program Fault
Programming Fault Error bit – If an incomplete, incorrect, or conflicting set
of configuration parameters is sent to the module, the Program Fault bit will
be asserted and an error code will be placed in the Programming Error Code
word (assembly 6816). The module will not enter a normal operational state.
Bit definitions (decimal) for the error codes are:
10 An invalid assembly was chosen for poll consumption (0, 105,
or 106 are valid).
9 The decimal point position is outside of the acceptable range.
8 Counter 0 window ON & OFF values are equal and not zero; or
Counter 0 window ON & OFF value is greater than Rollover.
7 A tie has been connected to an unprogrammed window.
6 A configuration was selected that requires the scalar and none
was programmed; or Multiple scalars were selected.
5 The preset is out of range (Rollover).
4 A rollover of zero was programmed through PWM was not
selected; or
A rollover was programmed and PWM was selected OR
Rollover is out of range (>0x01000000).
3 A configuration requiring a time base was selected and no gate
interval was set; or
Gate interval is out of range (>200); or
Product of time base and gate interval is greater than 3 seconds.
2 A time base was entered that is not a multiple of 10; or
Time base is out of range (>3000, or 3 seconds).
1 ZF/BF/AF were selected and no filter was programmed; or
Multiple filters were selected.
0 A reserved configuration/mode was programmed.