User Manual

MTX3/MTX5-D/XMV Series/EXi8/EXo8 Remote Control Protocol Specications V1.0.3
33
3. Command Specications
3-38) Playback song designation
Command Option 1 Option 2 Description
event MTX:AudioPlayerSetCurrentSong "dirpath=xxxx|leindex=yyyy" Playback song designation
Details: xxxx= Directory path (index expression)
yyyy= File index
Response
Response string Description
OK event MTX:AudioPlayerSetCurrentSong "dirpath=xxxx|dirname=yyyy|
leindex=zzzz|lename=wwww"
The specied song that will be played
OKm event MTX:AudioPlayerSetCurrentSong "sdcard is not inserted" There is no SD memory card inserted.
* OKm is returned if there is no SD memory card inserted.
Details: xxxx = Directory path (index expression)
yyyy = Directory name (name of the folder)
zzzz = File index
wwww = File name
Example: Command: event MTX:AudioPlayerSetCurrentSong "dirpath=0/1|leindex=2"
Notication: OK event MTX:AudioPlayerSetCurrentSong "dirpath=0/1|dirname=Folder #1|leindex=2|
lename=xxxx.mp3"
Meaning: Play the le at index number 2 in the 0/1 folder (index expression).
The playback song was set to index number 2 "xxxx.mp3" in the "Folder #1" folder of 0/1
(index expression).
* "0/1" expresses the root folder number/sub folder number (the root folder number is always xed at 0).
3-39) MTX Editor synchronization processing query
Command Option 1 Option 2 Description
event MTX:SynchronizationGetStatus "" MTX Editor synchronization
processing query
Response
Response string Description
OK event MTX:SynchronizationGetStatus "active" In the process of synchronizing
OK event MTX:SynchronizationGetStatus "inactive" Not in the process of synchronizing
Example: Command: event MTX:SynchronizationGetStatus ""
Notication: OK event MTX:SynchronizationGetStatus "inactive"
Meaning: Query the synchronization status between the MTX and MTX Editor.
Not in the process of synchronizing
Note: The character encoding for directory and le names conforms to the setting specied by the scpmode encoding
command.
3-40) Number of alert event log query
Command Option 1 Option 2 Description
event MTX:EventLogGetLogNumber "" Number of event log query
Response
Response string Description
OK event MTX:EventLogGetLogNumber "lognum=xxxx" Number of event log
Details: xxxx= number of event log
Example: Command: event MTX:EventLogGetLogNumber ""
Notication: OK event MTX:EventLogGetLogNumber "lognum=6"
Meaning: Query the number of event logs
Number of event log is 6