FB_QRC_Component

FB_QRC_Component 1:

This function block enables the coding of the QRC frames that are used to set/get control properties via Named Component. It is also used to list all existing components via Named Component.

FB_QRC_Component 2:

Definition of Named Component: Named Component is a component control with a unique name property.

Syntax

FUNCTION_BLOCK FB_QRC_Component
VAR_OUTPUT
    bError                       : BOOL;
    ipResultMessage              : I_TcMessage;
END_VAR

FB_QRC_Component 3: 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.

FB_QRC_Component 4: Methods

Name

Description

FB_init

Initialization method

Set

Set control properties via a Named Component.

Get

Get control properties via a Named Component.

GetComponent

Get control properties of all existing Named Components in a Q-SYS design.