The set action remains active, even when the associated step becomes inactive
Original instructions
In Concept
The action could be reset in other sections.
In Control Expert
The action only becomes inactive, when it is reset in another step of the current SFC section, using the qualifier R.
NOTE: To get indentical behaviour, the solution is to use "Section" as Action instead of "Variable". In the section you can program SET(bit_xxx ) ; and in the section outside the SFC you can program a RESET (bit_xxx ) and it will work.