User Manual

17) GSN: Used to obtain a scene name.
Option The DME's ACKs when it succeeds The DME's ACKs when it fails
GSN 0 [scene number] GSN OK GSN ERR
SNM 0 [scene number] [a scene name]
The command name stands for "Get Scene Name."
This command will enable the user to obtain a DME scene name of a specified number from the controller.
- The first option will always take "0." It is reserved for future extensions to the command.
- [scene number] will have an appropriate number converted to a character string.
- One or more spaces are needed between the command and the option, and between the options.
E.g.) To obtain Scene 4 name:
GSN 0 4
- The DME will return two lines of character strings if it succeeds.
The first line will have the character string "GSN OK."
The first character string can be ignored for the controller.
A scene name that is blank looks as a scene name is not returned.
- The DME will return one line of a character string; "GSN ERR" if it fails.
E.g.) ACK when a character string, "Scene 004" is returned by obtaining a name of Scene 4.
GSN OK
SNM 4 Scene 004 (The character string stands for "Scene NaMe".)
ACK when a character string, " " is returned by obtaining a name of Scene 4.
GSN OK
SNM 4
ACK when it fails in obtaining a name of Scene 4.
GSN ER
R
3.3.3 Command to Obtain Level Mete
r
18) GMT: Used to obtain a level meter position.
Option The DME's ACKs when it succeeds The DME's ACKs when it fails
GMT 0 [index] [a meter value] GMT OK GMT ERR
MTR 0 [index] CUR [CH1] … HOLD [CH1] …
The command name stands for "Get Meter."
CUR stands for "Current meter value".
HOLD stands for "Peak hold value".
This command will enable the user to obtain a DME meter value.
- The first option will always take "0." It is reserved for future extensions to the command.
- [index] will have an appropriate number converted to a character string.
- The meter number to be obtained should be assigned to [a meter number].
A value of "1" or greater should be assigned to a meter number to obtain specific meter data.
See "DME Communication Protocol Specifications" for the meter numbers for each component.
A value of "0" should be assigned to obtain meter data for every channel.
- One or more spaces are needed between the command and the option, and between the options.
E.g.) To obtain a level meter for a specific channel (index 1, parameter number 3)
GMT 0 1 3
E.g.) To obtain a level meter for every channel (index 1, parameter number 0)
GMT 0 1 0
- The DME will return two lines of character strings if it succeeds.
The first line will have a character string of "GMT OK."
The second line will have a character string of "MTR [index] CUR [CH1] [CH2] … HOLD [CH1] [CH2] … ".
The first character string can be ignored for the controller.
The same number of current meter levels as that of channels comes after CUR in the second line.
The same number of current meter hold levels as that of channels comes after HOLD in the second line.
The meter and hold level number ranges from -13801 to 1.
The following table shows the relationship between character strings and levels sent from the DME.
The second line will have a scene number from 1 to 999 for the [scene number] and a new name for the [a scene
name] by a character string.
DME Remote Control Protocol Specifications V3.1
11