ManualOperationSymbol
Symbol of FB_ManualOperation to which the control will write the commands and read the status from. The symbol binding at this attribute must have a variable structure.
The top-level structure must have following properties:
Name | Type | Description |
---|---|---|
fbCmd | FB_CmdManualFunction | Function block or structure that stores command variables from operator. |
fbState | FB_StateManualFunction | Function block or structure that stores status variables read by the control. |
The top-level structure can have the following properties if a hardware wheel should be included in the manual control of this axis:
Name | Type | Description |
---|---|---|
DoSelect | BOOL | Control will write |
IsSelectable | BOOL | If |
IsSelected | BOOL | If |
SelectSupported | BOOL | If |
Each FB_CmdManualFunction function block or structure type must have following properties:
Name | Type | Description |
---|---|---|
ToBasePos | BOOL | Control will write |
ToWorkPos | BOOL | Control will write |
Each FB_StateManualFunction function block or structure type must have following properties:
Name | Type | Description |
---|---|---|
EnableBasePos | BOOL | If |
EnableWorkPos | BOOL | If |
FaultBasePos | BOOL | If |
FaultWorkPos | BOOL | If |
InBasePos | BOOL | If |
InWorkPos | BOOL | If |
MovingToBasePos | BOOL | If |
MovingToWorkPos | BOOL | If |
Schema: tchmi:framework#/definitions/Symbol
Attribute getter: getFB_ManualOperation
Attribute setter: setFB_ManualOperation
Available: since version 12.6.0