SFC Element Properties¶
You edit the properties of an SFC element in the Properties view. Click to open this view. The properties to be displayed depend on the currently selected element.
Note
The properties that are displayed in the SFC diagram next to the element depend on the settings in the View tab of the SFC editor options.
General
Property | Value description |
---|---|
Name | Element name, by default “<element><consecutive number>”, for example step name “Step0”, “Step1”, branch name “Branch0”, etc. |
Comment | Element comment in text, for example “counter reset”. You can insert line breaks by pressing Ctrl +Enter . |
Symbol | For each SFC element, CODESYS declares an implicit variable with the same name as the element. The configuration determines whether this flag variable should be exported to the symbol configuration and which access rights for the symbol should be applied in the PLC.
|
Specific
Property | Value description |
---|---|
Init step |
Note: If you activate this property for another step, then it must be deactivated in the previous step to prevent compilation errors. |
Duplicate when copying | This option is available for steps that contain a step action (entry action, main action, or exit action), and for transitions that are linked to a transition object or property object.
|
Times
|
Minimum time that the step is active, even when the subsequent transition is TRUE. Maximum time that the step can be active. If this time is exceeded, then CODESYS sets the Times according to IEC syntax (for example t#8s) or the TIME variable; default: t#0s. |
Actions
|
Please note the processing sequence. |
Note
When using the respective implicit SFC variables and flags, you receive information about the status of a step or an action or about timeouts.
See also