I_ResExtract

METHODS

ResExtract: Extract received QRC response frames from Q-SYS device.

PROPERTIES

Properties

Type

Access

Description

aCtrlProp

ARRAY[0..QRC_NUMBER_OF_CONTROL] OF ST_ControlEx

Get

Get the extracted control properties with this property.

aRxFrame

ARRAY[0..QRC_NUMBER_OF_CONTROL] OF T_MaxString

Set, Get

QRC frames to be extracted can be set or get with this property.

aCtrlProp

List of control properties that has been extracted by ResExtract.

PROPERTY aCtrlProp       : ARRAY[0..QRC_NUMBER_OF_CONTROL] OF ST_ControlEx

arrRxFrame

QRC response frame that is ready to be extracted can be set or get with this property.

As mentioned before, this function block can extract limited types of QRC response frames. The response frame that cannot be extracted by function block can be fetched with "getter" function before extraction. Furthermore, users can also write down their own QRC frame at “setter” function, in order to extract information from their own QRC frame.

PROPERTY aRxFrame        : ARRAY[0..QRC_NUMBER_OF_CONTROL] OF T_MaxString