![Fuji Electric SPF Series Скачать руководство пользователя страница 134](http://html1.mh-extra.com/html/fuji-electric/spf-series/spf-series_user-manual_2341814134.webp)
2-60
Section 2 Programming Languages
2-6-3 Automatically generated SFC variables
Step flags and action flags variables are automatically generated in SFC. There is no need for the user to declare step flag and
action flag variables.
Each step has a step flag 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