Plays a specified WAV audio file.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
Play | Multimedia | Asynchronous | Supported | Supported | Supported |
Plays a specified WAV audio file.
Value | Description |
---|---|
0 | Asynchronous (i.e., the project continues without waiting for the function to return) |
1 | Synchronous (i.e., the project pauses while it waits for the function to return) |
This is an optional paramter; if no value is specified, then the default is 0.
This function does not return any value.
Tag Name | Expression |
---|---|
Play( "C:\Sounds\Wav\alarm.wav" ) |