Creating instances of user-defined data types
You must create instances to use the data types in the program. These must be marked as "Safety" or "Standard" depending on the use of the variables.
The variables/instances must be created in the "Controller Tags".
- Safety variables can only be changed in the safety program.
- Only standard variables can be used in the non-safe program.