This is an array of 50 WORDS (16 bit unsigned integers)
where each element represents the groups that a particular
bolt belongs to.
The respective bits in BOLTGROUPS[x] have the following
meaning (bit 0 is the least significant):
ï‚· 0: (value 1) Bolt x belongs to group 1
ï‚· 1: (value 2) Bolt x belongs to group 2
ï‚· 2: (value 4) Bolt x belongs to group 3
ï‚· 3: (value 8) Bolt x belongs to group 4
:
ï‚· 8: (value 256) Bolt x belongs to group 9
ï‚· 9: (value 512) Bolt x belongs to group 10
ï‚· 10 -15: Reserved
This variable is an array of 50 elements of type
BOLT_STATUS_EXT_TYPE. Each element indicates the
status of the last tightening for a bolt.
The BOLT_STATUS_EXT_TYPE is a structure containing
the following BOOL flags:
ï‚· OK True if result is OK or OK after RM (OKR).
ï‚· OKRM True if result is OK after RM.
ï‚· NOK True if result is Not OK (NOK), Not OK due to RM
(NOKRM) or Stop and Terminate Not OK (TERMNOK).
ï‚· NOKRM True if result is Not OK due to RM (NOKRM).
ï‚· TERMNOK True if result is Stop and Terminate Not OK
(TERMNOK).
The value of this variable is only changed as a result of
running a cycle. It is updated as follows:
ï‚· When the station is started all bolts that are set to be
Disconnected OK/NOK, either using the PLC output
BOLTCONTROL or the ToolsTalk PowerMACS forms
"Mode Table" or "Bolt Set Up", the corresponding OK or
NOK flag is set immediately. For all other bolts all status
flags are cleared.
ï‚· When the cycle is ready the relevant flags are set.
Use this variable together with BOLTSTATE as an
alternative to the earlier BOLTSTATUS input.