Imports
Imports panel is necessary for adding program components into other program component developed in Process Control. Imported program components can be used in edited program component body.
To import component, it's necessary to add new row into the table.
After component import, variables of imported program component or component itself in form of function is available.
In variables area, variable of imported component type can be created if it is a function block. User gets access to block variable via point.
1. For Programs in FBD Language
Imported component can be used:
- in function block. You should give it a name corresponding to name from import.
- in input name. Expression with imported component usage can be written.
2. For Programs in SFC Language
Imported component can be used:
- in actions. During expression writing for function usage.
- in transitions. Imported Boolean functions can be used for transition expression.
3. For Programs in ST Language
Imported component can be used:
- in program text. Component variables are available via ".".
Was this page helpful?