ST_BA_SeqStandByInfo
TYPE ST_BA_SeqStandByInfo :
STRUCT
nEnCount : UINT;
iFirstEn : I_BA_LoopSeq;
iLastEn : I_BA_LoopSeq;
iFirstDmd : I_BA_LoopSeq;
iLastDmd : I_BA_LoopSeq;
iLastReverse : I_BA_LoopSeq;
iFirstDirect : I_BA_LoopSeq;
nActionInvertCount : UINT;
nDirectCount : UINT;
nReverseCount : UINT;
iActive : I_BA_LoopSeq;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
nEnCount | UINT | Count of released instances. |
iFirstEn | I_BA_LoopSeq | Reference of the first released loop object. |
iLastEn | I_BA_LoopSeq | Reference of the last released loop object. |
iFirstDmd | I_BA_LoopSeq | Reference of the first requested loop object. |
iLastDmd | I_BA_LoopSeq | Reference of the last requested loop object. |
iLastReverse | I_BA_LoopSeq | Reference of the last loop object with indirect control direction. |
iFirstDirect | I_BA_LoopSeq | Reference of the first loop object with direct control direction. |
nActionInvertCount | UINT | Counter of the instances that reverse the control direction. |
nDirectCount | UINT | Counter of instances with direct control direction |
nReverseCount | UINT | Counter of instances with indirect control direction. |
iActive | I_BA_LoopSeq | Reference with the current token. |