FB_ManualWheel
Implements the handling of a central operating unit as incremental encoder of a Beckhoff BlowMolding Panel, implemented as FB_CP22xx-1025.
Syntax:
FUNCTION_BLOCK FB_ManualWheel EXTENDS FB_Base
Properties
Name | Type | Access | Initial value | Description |
---|---|---|---|---|
Name | STRING | Get, Set | <SourceName> | Specifies the name of the class instance. |
FB_ManualWheel | ||||
Enable | BOOL | Get, Set | FALSE | Enables the manual function. |
ExternalStates | Get, Set | NULL | Interface to an object with the implementation of the control. | |
FB_Base | ||||
BaseState | Get | eNotHandled | Initialization state of the class instance. | |
Error | BOOL | Get | FALSE | Class is in an error state. |
ResultMessage | Get | - | Access to the class-internal EventLogger. | |
[ | STRING | Get | <SourceName> |
|
Methods
Name | Description |
---|---|
Reset() | Resets the error state of the class. |
FB_ManualWheel | |
AppendManual( | Append a manual function for selection management. |
Init( | Initialization with the wheel of an FB_CP22xx-1025. |
FB_Base | |
SetHMI( | General assignment method for an FB_BaseHmi extending class. |
[ | Extracts the first part of the instance path as an object namespace. |
[ | Extracts the last part of the instance path as the object name. |
Cycle methods
Name | Description |
---|---|
Cyclic() | Cycle method |
Procedure controlling methods (FB_AdaptableSequence)
Name | Description |
---|---|
Procedure for selecting and changing the operation via the incremental encoder |
Event-driven methods (callback methods)
Name | Description |
---|---|
ExtAdaptSeq() | Dummy method() for the support of the interface I_AdaptableSeqExt. |
Interfaces
Type | Description |
---|---|
I_Base | Standard interface on FB_Base. |
I_AdaptableSeqExt | Interface for providing external implementation of the control. |
I_BaseEmpty | For extension without standard interface. |
I_BaseDev | Covers all methods and properties of the base class. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT >= v3.1.4024.54 (recommended) | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.7.0) |