FB_QRC_Control

This function block enables the coding of QRC frames that are used to set or get control properties via Named Controls.
Syntax
FUNCTION_BLOCK FB_QRC_Control
VAR_OUTPUT
bError : BOOL;
ipResultMessage : I_TcMessage;
END_VAR
Outputs
Name | Type | Description |
---|---|---|
bError | BOOL | Set when an error has occurred. Error details are located in the Error List window. |
ipResultMessage | I_TcMessage | Enables error handling with the Tc3_EventLogger. |
Methods
Name | Description |
---|---|
FB_init | Initialization method |
Get | Get control properties via Named Control. |
Set | Set properties of a control via Named Control. |