PLC
9836 3521 01
233
The following shared memory variable also reflects the state and status of the bolts. Even though they are
defined as shared memory variables, which mean that the PLC application can write to them, they should
be used as inputs only.
Variable
Type
Use
BOLTGROUPS
BOLT_GROUPS_ARR
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
BOLTSTATUS_EXT
BOLT_STATUS_EXT_
ARR
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.
Содержание PowerMACS 4000
Страница 1: ...User guide PowerMACS 4000 Atlas Copco Tools and Assembly Systems 9836 3521 01 2010 11 Edition 10 3 0...
Страница 2: ......
Страница 46: ...System Architecture 46 9836 3521 01...
Страница 127: ...Set Up and Maintenance 9836 3521 01 127 See chapter Station Set Up for a description of the parameters...
Страница 267: ...Tightening 9836 3521 01 267...
Страница 400: ...Tightening 400 9836 3521 01...
Страница 422: ...Peripheral Devices 422 9836 3521 01 When connected to a system the form will show show the signal values in realtime...
Страница 486: ...Peripheral Devices 486 9836 3521 01...
Страница 622: ...Peripheral Devices 622 9836 3521 01...
Страница 664: ...References 664 9836 3521 01...
Страница 668: ...9836 3521 01 2010 11 Edition 10 3 0 www atlascopco com...