FB_QRC_BasicCommand

This function block enables the coding of a QRC basic command.
Syntax
FUNCTION_BLOCK FB_QRC_BasicCommand
VAR_OUTPUT
    bError           : BOOL;
    ipResultMessage  : I_TcMessage; 
END_VAR Outputs
 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
 Methods
| Name | Description | 
|---|---|
| FB_init | Initialization method | 
| Logon | Log on Q-SYS device. | 
| NoOp | Maintain TCP connection. | 
| StatusGet | Get current status of the Q-SYS device. |