FB_QRC_Mixer

This function block allows several different values to be set on a named mixer.
|  | Definition of a named mixer: a mixer component with a unique name. | 
Syntax
FUNCTION_BLOCK FB_QRC_ChangeGroup
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 | 
| SetCrossPointGain | Set crosspoint gain value for mixer inputs and outputs. | 
| SetCrossPointDelay | Set crosspoint delay for mixer inputs and outputs. | 
| SetCrossPointMute | Mute or unmute crosspoint for mixer inputs and outputs. | 
| SetCrossPointSolo | Enable or disable crosspoint solo for mixer inputs and outputs. | 
| SetInputGain | Set gain for mixer inputs. | 
| SetInputMute | Mute or unmute mixer inputs. | 
| SetInputSolo | Enable or disable solo for mixer inputs. | 
| SetOutputGain | Set gain for mixer outputs. | 
| SetOutputMute | Mute or unmute mixer outputs. | 
| SetCueMute | Mute or unmute mixer cues. | 
| SetCueGain | Set gain for mixer cues. | 
| SetInputCueEnable | Enable or disable cues for mixer inputs. | 
| SetInputCueAfi | Enable or disable Cue-AFL (After Fader Level) for mixer inputs. | 
Example
The syntax supports either numbers separated by spaces or commas, ranges of numbers, or all numbers (*). It supports negation of the selection with the "!" operator.
Here are a few examples:
| Input/output | Description | 
|---|---|
| * | All | 
| 1 2 3 | Channels 1, 2, 3 | 
| 1-6 | Channels 1 to 6 | 
| 1-6 9 | Channel 1 to 6 and 9 | 
| 1-3 5-9 | Channel 1 to 3 and 5 to 9 | 
| 1-8 !3 | Channel 1 to 8 except 3 | 
| * !3-5 | All except channels 3 to 5 |