Runtime - Handling of initialization and cycle calls
Advantage / Benefit
The FB_BaseRuntime class of the Plastic Base Application is used to simplify cycle calls and automated initialization of control objects. This greatly simplifies several steps such as creating, initializing, checking return values, generating error messages, cyclic calls, etc.
Requirements
For an object to be attached to the runtime, one of the following interfaces must be implemented.
Interfaces
Name | Description |
---|---|
I_RuntimeInterface | General interface for an attachable control object. |
I_OneTaskInterface | Interface with an executable method. |
I_TwoTaskInterface | Interface with two executable methods. |
I_TempTaskInterface | Interface with a slow executable method. |
Further Information