(very large files might add a delay before they are played and increase the size of the
project package that needs to be transfered to the device)
·
Volume: Select the desired volume with the slider. Note that the final volume is
dependent on the values of the beeper volume variables .
·
Repetition Count: How often the audio file shall be repeated can be configured here
(1 means that the audio file is played once). Please note that the file is not saved if
the repetition count is set to 0.
·
Playback Delay: If a repetition count greater than 1 is defined (see above), a
playback gap can be configured. Enter a time in milliseconds that defines the gap
(pause) between each repetition.
The following audio codecs have been verified on the device:
·
MPEG AAC Audio (mp4a) (usually the file extension is .m4a or .aac, but .mp4 also
works, if there is no video stream)
·
MPEG Audio layer 1/2/3 (mpga) (usually the file extension is .mp3)
·
Vorbis Audio (vorb) (usually the file extension is .oga or .ogg)
·
Raw wave files in different format (tested: PCM S16 LE (araw), PCM U8 (araw))
(usually the file extension is .wav)
Windows Media Audio (.wma) is currently NOT supported.
Media files that include a video stream do NOT work for these events. Please use a
Multimedia Player for this.
Please note that the Audio Output settings are not saved if no event is configured for the
according action.
OnProjektInit
This event is only triggered once when the project is loaded before any other event.
Allowed actions:
·
Execute Script
OnProjektInitFinished
This event is only triggered once when the loading of the project has finished.
Allowed actions:
·
Execute Script
OnProjektExit
This event is only triggered once when the PClient is exited on the device. This will normally
not happen during normal operation, only when updating the project on the device.
Allowed actions:
·
Execute Script
OnProjektRepeat
This event is triggered repeatedly with a configurable period. This is the only repeat event
that is triggered regardless of the active page (see OnPageRepeat).
Allowed Actions:
·
Execute Script
OnPowerOn