This is the list of ASCII Commands supported by this device. An ASCII command always follows the same structure:
#|Destination|Source|Type^Target^Command|Arguments|CRC|CRLF
This format uses 3 separator characters for different levels of separating each value in the message:
Messages are Case sensitive, if the example shows the text in uppercase, this should always be uppercase!
The target device. This consists of 2 parts: Device>Address.
Device
This is the device type: LUNA_F
Address
This is the user-configurable device address, default: 1. You can also leave this field empty, this results in all Luna F devices that receive this command responding.
Examples | Destination |
---|---|
default destination | LUNA_F>1 |
broadcast to all Luna F devices | LUNA_F |
Device Matching
If the device type or address does not match, the message will be ignored. Device Address 0 is a special address and will always match (this can be seen as a broadcast)
Desination | Device address: LUNA_F>2 | Remarks |
---|---|---|
LUNA_F>2 | Destination Matches Device | this is an exact match |
LUNA_F>1 | Message ignored | the destination address does not match |
LUNA_F | Destination Matches Device | the destination address will always match |
LUNA_F>0 | Destination Matches Device | Equivalent to LUNA_F |
CLIENT>2 | Message ignored | the device type does not match |
CLIENT | Message ignored | the device type does not match |
The source address is optional when sending, but the device will always fill this field with its own address.
Examples | sent message | response message LUNA_F>2 |
---|---|---|
broadcast to a Luna F | #|LUNA_F||...|<CRLF> | #||LUNA_F>2|...|<CRLF> |
send to a specific Luna F | #|LUNA_F>2||...|<CRLF> | #||LUNA_F>2|...|<CRLF> |
use a source address in the request message | #|LUNA_F|CLIENT>1|...|<CRLF> | #|CLIENT>1|LUNA_F>2|...|<CRLF> |
The type explains what the message wants to do. There are 3 supported message types:
Type | From | To | Explanation |
---|---|---|---|
SET_REQ | CLIENT | Luna F | Change a setting in the Luna F |
GET_REQ | CLIENT | Luna F | Request the current status of a setting in the Luna F |
GET_RSP | Luna F | CLIENT | Response to either a GET_REQ or SET_REQ, if the request was valid |
These 3 parameters are explained together because they influence each other. The command dictates the meaning of the argument, while the target distinguishes which exact setting you want to change. the target can also influence the valid range of the argument.
Some commands (like the mixer) can have a range of arguments (for the mixer: all mixer volumes are individual arguments). In this case, the argument looks like idx>val[^idx2>val2], where the part in between the brackets [] can appear 0 or more times.
Set a single Volume in dB.
Argument (volume)
The requested Volume in dB.
Target | Argument | Example (default value) |
---|---|---|
INPUT_LINE>1>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>1>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_LINE>2>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>2>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_LINE>3>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>3>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_LINE>4>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>4>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_LINE>5>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>5>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_LINE>6>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>6>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_LINE>7>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>7>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_LINE>8>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_LINE>8>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>1>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>1>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>2>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>2>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>3>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>3>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>4>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>4>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>5>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>5>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>6>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>6>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>7>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>7>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_FLEX>8>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_FLEX>8>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>1>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>1>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>2>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>2>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>3>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>3>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>4>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>4>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>5>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>5>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>6>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>6>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>7>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>7>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>8>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>8>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>9>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>9>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>10>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>10>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>11>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>11>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>12>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>12>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>13>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>13>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>14>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>14>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>15>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>15>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>16>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>16>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>17>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>17>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>18>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>18>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>19>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>19>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>20>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>20>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>21>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>21>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>22>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>22>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>23>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>23>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>24>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>24>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>25>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>25>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>26>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>26>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>27>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>27>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>28>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>28>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>29>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>29>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>30>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>30>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>31>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>31>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>32>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>32>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>33>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>33>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>34>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>34>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>35>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>35>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>36>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>36>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>37>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>37>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>38>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>38>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>39>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>39>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>40>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>40>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>41>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>41>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>42>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>42>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>43>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>43>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>44>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>44>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>45>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>45>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>46>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>46>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>47>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>47>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>48>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>48>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>49>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>49>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>50>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>50>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>51>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>51>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>52>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>52>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>53>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>53>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>54>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>54>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>55>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>55>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>56>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>56>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>57>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>57>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>58>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>58>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>59>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>59>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>60>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>60>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>61>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>61>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>62>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>62>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>63>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>63>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_DANTE>64>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_DANTE>64>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_OS>1>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_OS>1>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_OS>2>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_OS>2>VOLUME>1^VOLUME|0|U|<CRLF> |
INPUT_GENERATOR>1>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^INPUT_GENERATOR>1>VOLUME>1^VOLUME|0|U|<CRLF> |
ZONE>1>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>1>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>2>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>2>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>3>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>3>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>4>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>4>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>5>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>5>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>6>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>6>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>7>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>7>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>8>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>8>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>9>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>9>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>10>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>10>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>11>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>11>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>12>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>12>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>13>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>13>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>14>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>14>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>15>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>15>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>16>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>16>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>17>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>17>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>18>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>18>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>19>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>19>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>20>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>20>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>21>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>21>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>22>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>22>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>23>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>23>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>24>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>24>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>25>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>25>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>26>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>26>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>27>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>27>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>28>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>28>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>29>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>29>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>30>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>30>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>31>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>31>VOLUME>1^VOLUME|-90|U|<CRLF> |
ZONE>32>VOLUME>1 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>32>VOLUME>1^VOLUME|-90|U|<CRLF> |
Change the routing of a zone
Argument (input)
The input that is selected in that zone. -1 = Mixed (not settable), O = OFF, 1 = input 1 ,...
Target | Argument | Example (default value) |
---|---|---|
ZONE>1>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>1>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>2>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>2>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>3>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>3>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>4>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>4>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>5>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>5>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>6>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>6>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>7>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>7>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>8>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>8>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>9>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>9>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>10>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>10>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>11>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>11>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>12>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>12>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>13>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>13>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>14>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>14>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>15>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>15>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>16>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>16>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>17>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>17>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>18>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>18>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>19>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>19>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>20>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>20>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>21>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>21>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>22>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>22>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>23>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>23>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>24>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>24>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>25>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>25>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>26>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>26>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>27>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>27>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>28>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>28>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>29>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>29>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>30>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>30>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>31>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>31>MIXER>1^ROUTE|0|U|<CRLF> |
ZONE>32>MIXER>1 | min: -1, max: 24 | #|LUNA_F>1||SET_REQ^ZONE>32>MIXER>1^ROUTE|0|U|<CRLF> |
Mute an audio channel
Argument (enabled)
The audio channel muted
Target | Argument | Example (default value) |
---|---|---|
INPUT_LINE>1>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>1>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_LINE>2>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>2>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_LINE>3>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>3>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_LINE>4>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>4>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_LINE>5>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>5>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_LINE>6>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>6>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_LINE>7>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>7>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_LINE>8>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_LINE>8>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>1>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>1>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>2>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>2>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>3>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>3>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>4>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>4>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>5>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>5>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>6>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>6>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>7>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>7>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_FLEX>8>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_FLEX>8>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>1>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>1>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>2>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>2>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>3>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>3>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>4>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>4>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>5>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>5>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>6>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>6>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>7>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>7>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>8>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>8>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>9>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>9>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>10>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>10>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>11>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>11>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>12>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>12>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>13>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>13>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>14>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>14>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>15>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>15>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>16>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>16>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>17>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>17>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>18>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>18>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>19>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>19>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>20>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>20>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>21>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>21>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>22>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>22>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>23>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>23>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>24>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>24>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>25>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>25>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>26>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>26>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>27>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>27>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>28>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>28>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>29>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>29>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>30>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>30>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>31>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>31>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>32>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>32>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>33>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>33>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>34>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>34>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>35>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>35>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>36>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>36>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>37>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>37>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>38>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>38>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>39>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>39>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>40>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>40>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>41>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>41>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>42>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>42>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>43>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>43>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>44>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>44>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>45>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>45>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>46>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>46>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>47>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>47>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>48>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>48>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>49>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>49>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>50>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>50>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>51>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>51>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>52>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>52>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>53>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>53>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>54>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>54>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>55>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>55>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>56>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>56>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>57>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>57>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>58>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>58>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>59>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>59>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>60>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>60>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>61>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>61>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>62>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>62>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>63>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>63>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_DANTE>64>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_DANTE>64>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_OS>1>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_OS>1>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_OS>2>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_OS>2>VOLUME>1^MUTE|FALSE|U|<CRLF> |
INPUT_GENERATOR>1>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^INPUT_GENERATOR>1>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>1>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>1>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>2>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>2>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>3>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>3>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>4>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>4>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>5>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>5>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>6>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>6>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>7>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>7>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>8>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>8>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>9>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>9>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>10>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>10>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>11>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>11>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>12>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>12>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>13>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>13>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>14>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>14>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>15>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>15>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>16>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>16>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>17>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>17>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>18>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>18>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>19>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>19>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>20>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>20>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>21>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>21>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>22>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>22>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>23>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>23>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>24>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>24>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>25>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>25>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>26>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>26>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>27>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>27>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>28>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>28>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>29>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>29>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>30>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>30>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>31>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>31>VOLUME>1^MUTE|FALSE|U|<CRLF> |
ZONE>32>VOLUME>1 | options: TRUE,FALSE | #|LUNA_F>1||SET_REQ^ZONE>32>VOLUME>1^MUTE|FALSE|U|<CRLF> |
Mixer slider for zones
Argument (volume)
Mixing volume
Target | Argument index | Argument | Example (default value) |
---|---|---|---|
ZONE>1>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>1>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>2>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>2>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>3>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>3>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>4>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>4>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>5>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>5>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>6>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>6>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>7>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>7>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>8>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>8>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>9>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>9>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>10>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>10>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>11>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>11>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>12>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>12>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>13>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>13>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>14>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>14>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>15>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>15>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>16>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>16>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>17>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>17>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>18>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>18>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>19>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>19>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>20>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>20>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>21>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>21>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>22>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>22>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>23>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>23>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>24>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>24>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>25>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>25>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>26>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>26>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>27>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>27>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>28>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>28>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>29>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>29>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>30>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>30>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>31>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>31>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
ZONE>32>MIXER>1 | min: 1, max: 16 | min: -90, max: 0 | #|LUNA_F>1||SET_REQ^ZONE>32>MIXER>1^MIXER|1>-90^2>-90^3>-90^4>-90^5>-90^6>-90^7>-90^8>-90^9>-90^10>-90^11>-90^12>-90^13>-90^14>-90^15>-90^16>-90|U|<CRLF> |
The CRC block is calculated over the message starting from and including the first pipe "|", up to and including the last pipe before the CRC Block. These CRC's can ensure message integrity if desired.
CRC Type | Configuration | Format | Example | notes |
---|---|---|---|---|
None | / | U | #|LUNA_F>1||SET_REQ^INPUT_LINE>1>VOLUME>1^VOLUME|0|U|<CRLF> | 'U' means unused |
CRC16-ARC |
| XXXX | #|ALL||SET_REQ^INPUT_LINE>1^VOLUME|0|C06C|<CRLF> | calculator |
CRC32 |
| XXXX | #|ALL||SET_REQ^INPUT_LINE>1^VOLUME|0|D887125C|<CRLF> | calculator |
The examples in the table above are example for calculating the CRC, they may not be a valid command for the Luna F
The CRC can ensure data integrity across unreliable data channels (RS232, RS485), but they are by no means a security measure! If someone has the knowledge and means to maliciously alter a message, correcting the CRC becomes trivial for the attacker. We support different kinds of CRC for maximum flexibility, but we recommend not using any so you do not get a false sense of security.
The final 2 characters are denoted as <CRLF>, they mean "Carriage Return, Line Feed" or simply put a new line. Depending on the tool used to create the command, you can have different representations:
We support both CRLF and LF only