FB_QRC_LoopPlayer

This function block enables the query of a file playback on a named loop player.
|  | Definition of a named loop player: a named loop player is a loop player component with a unique name. | 
Syntax
FUNCTION_BLOCK FB_QRC_LoopPlayer
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 | 
| Start | Start playback. | 
| Stop | Stop playback. | 
| Cancel | Cancel playback. |