Actions

This window describes SFC language actions. Actions play critical role in SFC language. To add new action, it's necessary to specify name and action. Action is described only in ST language.

1. Action Table

- In table, actions available for usage and editing are displayed.

- While choosing action row, implementation content is accessed via "2" code editor.

2. Code Editor

- Used for editing action code.

- Every action code is analyzed during program analysis.

3. Console

- All code errors are displayed on console.

Was this page helpful?