2-60
Section 2 Programming Languages
2-6-3 Automatically generated SFC variables
Step ags and action ags variables are automatically generated in SFC. There is no need for the user to declare step ag and
action ag variables.
Each step has a step ag that
indicates its active/inactive state.
<Variable representation>
Step flag
: step name .x (data type: BOOL; “1” when active, “0” when inactive
)
Action flag : Action name .x (data type: BOOL; “1” when active, “0” when inactive)
Period