This document should not be construed as a commitment on the part of Lexicon, Inc. The
information it contains is subject to change without notice. Lexicon, Inc. assumes no responsibility
for errors that may appear within this document.
Lexicon, Inc.
3 Oak Park
Bedford, MA 01730-1413 USA
Tel781-280-0300
Fax781-280-0490
www.lexicon.com
MC1/DC2 Serial Port Definition, Protocol Version 0.5
070-14773 Manual, Owner’s, MC12/MC12B
1.1 Change List
9/23/02 Added this paragraph.
9/23/02 Changed “7.9 MC12 V1.10 Parameter ID List” to “7.9 MC12 V2.00 Parameter ID List”
9/23/02 Updated Parameter Id Reference Table 7.9 MC12 V2.00 Parameter ID List for V2.00 s/w.
9/23/02 Updated Appendix J MC-12 Mode Ids for new V2.00 modes.
9/24/02 Updated 7.3.36.4 Parameter Definition Response Packet for correct CurrentValue length.
9/24/02 The range of the PARAM_TYPE_UINT32 parameter type has been corrected.
9/24/02 Updated Appendix H MC-12 to MC-1 Effect Map to reflect added modes in V2.0.
9/24/02 Updated Appendix I MC-1 to MC-12 Effect Map to reflect added modes in V2.0.
10/2/02 Updated Appendix D MC-12 IR Codes to reflect added button functionality for V2.0.
6/10/03 Updated Parameter Id Reference Table 7.9 MC12 V3.00 Parameter ID List for V3.00 s/w.
6/10/03 Updated Appendix J MC-12 Mode Ids for new V3.00 modes.
6/10/03 Updated 7.1.4 MC-1 Parameter Change (MC-12, MC-1) to reflect the disabled default state.
6/10/03 Added paragraph 7.1.5.4 Defaults to show parameters that are defaulted for notification.
2 Definitions
User Parameter:A user changeable variable that stores a specific value that describes an
operating condition for the MC-12 system.
HOST:The device initiating or receiving the serial communication packets to/from the
MC-12.
MC-12 ,MC-1,DC-2:The Lexicon product receiving or transmitting the serial communication packets
to/from the HOST.
Nonvolatile RAM:The area of memory in an MC-12 that stores users adjustable parameters. The
Nonvolatile RAM is battery backed, to maintain values during MC-12 power
down.
2.1 Protocol Version Cross-reference
All references to MC-12 shall be valid for both the MC-12 and SDP-40 products unless specifically
documented otherwise. All references to MC-1 shall be valid for the MC-1, DC-2 and SDP-3 products
unless specifically documented otherwise.
The intention of the MC-12 serial port and protocol communication is for an external connected HOST to
control and obtain status from the MC-12. The protocol has been designed to focus on two specific goals.
The first is HOST uploading and downloading of MC-12 configuration, and system/effect setups. The
second is HOST control of basic user adjustable parameters.(i.e. input, volume, balance…)
Rs-232 Serial Link
HOST
The MC-12 uses simple notification, command, response and acknowledgment packets to have
communication transactions with a given HOST. This protocol is designed for point to point
communication between a HOST and MC-12. The MC-12 Protocol is a 3 layered system. The MC-12
serial protocol allows for the MC-12, or the HOST, to initiate a communication transaction. Most
transactions are initiated by the HOST. MC-12 then responds to the HOST command with either a response
or acknowledgment packet. There are a few asynchronous notifications that MC-12 initiates indicating
system changes. Each transaction initiated must wait for a corresponding response before initiating the next
transmission.
The 3 protocol layers are: Physical, Data Link, and Application Layers.
Physical Layer (RS232)
Data Link Layer
Application Layer
Lexicon MC-12
CD VOL
The MC-12 Serial Protocol attempts to be as backward compatible with the MC-1 as possible. This
document will try to inform the user/programmer of the consistencies and differences between the MC-1
protocol and the MC-12 protocol. The basic structure of the protocol has not changed. A number of
command/responses/notifications packets have been implemented exactly as they were in the MC-1. These
commands may not fully exercise the functionality of the MC-12 (i.e. Mc-1 has 8 inputs that have been
mapped to 8 of the 12 inputs on the MC-12, MC-1 IR codes are not the same as MC-12 IR codes) In the
case of these commands additional MC-12 commands have been added to fully implement the MC-12
functionality. In addition, some the internal structure of the MC-12 has forced the protocol to be unable to
support some MC-1 commands. These commands have been totally replaced with new commands that
provide more control over the MC-12 than was capable in the MC-1. (Parameter Set/Get commands)
The MC-12 will detect parity, framing and data overrun errors. If any of the physical layer errors are
detected, the complete packet is corrupted and the MC-12 will reset the transaction and begin to look for a
start of packet byte.
5.4 MC-12 Receive Buffer
The MC-12 has an internal receive buffer. The buffer is 256 Bytes and will transmit a NAK packet with an
error code of DC_ERR_BUFFER_FULL to the HOST if the buffer is full. If the buffer is full, all data
transmitted to the MC-12 will be ignored. Therefore, making the currently transmitted packet, if partially
transmitted invalid.
5.5 MC-12 Hardware Verification (V1.10, Not Supported in MC-12 V1.00, V1.01)
This test verifies the RS232 ports are working by comparing the transmitted signal (at pin 2) to the received
signal (at pin 3). The MC-12 transmits a known test signal just following a power up. The MC-12 monitors
the serial port receivers while transmitting the test signal. If the signals are the same, the test passes. In
order to test this circuit, RS232 Wraparound plug(s) are needed and must be installed at the female D9
connector(s) on the rear panel of the MC-12 labeled “RS232”. The wraparound plug shorts pins 2 to 3,
allowing for the MC-12 to receive the signal it is transmitting. Once installed, power cycle the MC-12 and
verify the following message is displayed on the FPD:
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
SERIAL PORT A PASSED
SERIAL PORT B PASSED
This message is displayed for about 2 seconds before entering normal operating mode. If no messages are
displayed, then both wrap tests failed.
6 Data Link Layer
The data link layer is used to define a transmission packet. The layer appends a header and tail that
encloses the transmitted application packet data. The data link header will contain the start of packet byte
and count of bytes to follow. The data link tail will contain the end of packet byte.
Data Link Header:
Byte NumberDescriptionValue
First Byte(0)Start of Packet (SOP)0xF1
Byte(1)DLL Data Countnn
Application Header:
Byte(2)Commandnn
Byte(3)
Application Data:
Byte(4)Data[0]nn
Byte(5)Data[1]nn
…Data[…]nn
Last Data Byte -1Data[Data Count -1]nn
Data Link Tail:
Last ByteEnd of Packet (EOP)0xF2
APP Data Count (number of application data bytes to
Follow)nn
6.1 Errors
If the number of DLL data bytes received is the same as the data count and an EOP has not been received,
the MC-12 responds by transmitting a NAK packet with an error code DC_ERR_INVALID_PACKET.
The MC-12 then continues to look for a SOP byte and will not process the erroneous application packet.
The HOST can use this as an indicator to retransmit the corrupted packet.
In addition, each byte of a packet must be received sequentially and within the INTER_PACKET_TIME. If
any of the bytes within a packet transmission exceeds the INTER_PACKET_TIME, the MC-12 will
respond by transmitting a NAK packet with an error code DC_ERR_INVALID_PACKET. The MC-12
then continues to look for a SOP byte and will not process the erroneous application packet. The HOST
can use this as an indicator to retransmit the corrupted packet.
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7 Application Layer
7.1 MC-12 Asynchronous Notification Packets
MC-12 has been designed to transmit the asynchronous notification packets following these system
changes:
1. Power On
2. Entering Standby
3. Front Panel Display update
4. Parameter Value Changes.
The notification packets are defined as follows:
7.1.1 Wakeup Notification (MC-12, MC-1)
By transmitting the Wakeup Notification, MC-12 indicates the unit has just “powered on” or reset and is
ready to receive host commands. This notification is primarily for the HOST to know the status of the MC-
12.
7.1.1.1 Notification Packet Description
Application Header:
CommandDC_WAKEUP0x01
Data Count00x00
Application Data:
N/A
7.1.1.2 Host Response
The MC-12 does not expect any response from the HOST.
7.1.2 Sleep Notification (MC-12, MC-1)
By transmitting the Sleep Notification, MC-12 indicates the unit is shutting down into a standby mode.
Because the hard power switch could be activated independently of the MC-12 system software, hard power
down will not be notified. Acknowledgment of the Sleep Notification is not required. This notification is
primarily for the HOST to know the operating status of the MC-12.
7.1.2.1 Notification Packet Description
Application Header:
CommandDC_SLEEP0x02
Data Count00x00
Application Data:
N/A
7.1.3 Front Panel Display (MC-12, MC-1)
MC-12 will transmit the front panel display buffer following the update to the MC-12 front panel display.
The MC-12 front panel display is 2 X 20 ASCII character display. The HOST can enable transmission of
this notification message by sending Host Wakeup (7.3.29). To disable transmission the HOST can send
Host Sleep (7.3.30). Transmission of the display buffer is asynchronous to other host/MC-12
Data Type:Null (0x00) terminated ASCII character string.
Max Length:DISP_LINE_LENGTH defined in Appendix G Protocol Constants.
Line2
Data Type:Null (0x00) terminated ASCII character string.
Max Length:DISP_LINE_LENGTH defined in Appendix G Protocol Constants.
The MC-12 includes 8 custom characters that are defined to display increments of a display block. (i.e.
Volume Bar) The custom characters are ASCII character codes 8E - 93(hex). The codes are used as
follows:
'8E' - empty cell
'8F' - left 1 bar
'90' - left 2 bars
'91' - left 3 bars
'92' - left 4 bars
'93' - full cell
7.1.3.3 HOST Response
The MC-12 does not expect any response from the HOST.
7.1.4 MC-1 Parameter Change (MC-12, MC-1)
MC-12 will transmit predetermined parameter change notifications. If a parameter value is changed due to
any user action or system action the MC-12 will transmit the current value of the parameter that is changing.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in the
Supported System Parameters table listed below.
The MC-12 with s/w V3.0 will disable this notification by default.
This notifications can be enabled and disabled by using the commands described in 7.3.31 Get
Communication Configuration (MC-12, MC-1) and 7.3.32 Set Communication Configuration (MC-12,
MC-1).
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.1.4.1 Notification Packet Description
Application Header:
CommandDC_PARAM_CHG_MSG0x04
Data Count20x02
Application Data:
Data[0]ParamIdnn
Data[1]Valuenn
7.1.4.2 Data Description
ParamId:
Data Type:Unsigned 8 bit integer
Max:255.
Value:
The Current Value for this system parameter.
Data Type:Unsigned 8 bit integer
Max:Set by the Max Value per the Parameter Definition response Packet for
the Parameter Id of this packet.
7.1.4.3 HOST Response
The MC-12 does not expect any response from the HOST.
7.1.4.4 Supported System Parameters
The following parameters will be supported by this Parameter Change Notification:
ParameterMC-12 Parameter
Name
Current EffectPROGRAM1
MuteMUTE3
System VolumeVOLUME5
BalanceLR_BALANCE6
Input SelectionINPUT7
Record/Zone 2 On/OffRECORD_ENABLED18
Zone 2 VolumeZ2_VOL154
Zone 2 BalanceZ2_BAL156
Zone 2 MuteZ2_MUTE157
BassBASS167
TrebleTREBLE168
LoudnessLOUDNESS169
TiltTILT174
Menu Background On/OffMENU_BKGND190
Note: The Record/Zone 2 On/Off only applies to the MC-12 Record zone. The Zone 2 Volume, Zone 2
Balance and Zone 2 Mute only apply to the MC-12 Zone-2.
For Input Parameter Change Notifications the Input Value is a MC-12 to MC-1 input mapping, as shown in
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
ParameterMC-12 Parameter Name
Current Mode
PARAM.MAIN.EFFECT
Main Zone Mute
Main Zone Volume
Main Zone Balance
Main Zone Input Selection
Zone 2 Input
Zone 2 Volume
Zone 2 Balance
Zone 2 Mute
Bass
Treble
Loudness
Tilt
Menu Background On/Off
PARAM.MAIN.MUTE
PARAM.MAIN.VOLUME
PARAM.MAIN.BALANCE
PARAM.MAIN.INPUT
PARAM.ZONE.INPUT
PARAM.ZONE.VOLUME
PARAM.ZONE.BALANCE
PARAM.ZONE.MUTE
PARAM.MAIN.BASS
PARAM.MAIN.TREBLE
PARAM.MAIN.LOUDNESS
PARAM.MAIN.TILT
PARAM.OSD.BACKGND
See MC12 V3.00 Parameter ID List for the Parameter ID definitions.
7.2 Acknowledgment Packets
Acknowledge and No Acknowledge packets are used to communicate transmission, packet and data
validation status. Both the HOST and MC-12 can transmit and receive these packets.
7.2.1 Acknowledge (MC-12, MC-1)
7.2.1.1 Packet Description
Application Header:
CommandDC_ACK0xE0
Data Count10x01
Application Data:
Data[0]Commandnn
7.2.1.2 Data Description
Command:
DataType:Valid MC-12 command as defined in Appendix A Command Codes.
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.2.2 No Acknowledge (MC-12, MC-1)
7.2.2.1 Packet Description
Application Header:
CommandDC_NACK0xE1
Data Count20x02
Application Data:
Data[0]Commandnn
Data[1]ErrorCodenn
7.2.2.2 Data Description
Command:
DataType:Valid MC-12 command as defined in Appendix A Command Codes.
ErrorCode:
DataType:Error code as defined in Appendix B Error Codes.
7.3 Host Initiated Command Packets
The MC-12 serial communication protocol has been designed to respond to the following commands as
described below. Each command is transmitted to the MC-12 with the identified parameters. If the
command is successfully received and processed by the MC-12, the unit will respond with the described
response packet or action.
7.3.1 Reset Unit (MC-12, MC-1)
Commands the MC-12 to soft reset.
7.3.1.1 Command Packet Description
Application Header:
CommandDC_CMD_RESET0x10
Data Count00x00
Application Data:
N/A
7.3.1.2 MC-12 Response
The MC-12 will perform an internal reset. After reset the MC-12 will go through a soft power-up
initialization. This includes transmitting the “Wakeup Notification Packet”. A soft reset does not
reinitialize the MC-12. Nonvolatile RAM is maintained.
7.3.2 Restore (MC-12, MC-1)
Commands the MC-12 to restore the system and effect parameters to the factory defaults.
7.3.2.1 Command Packet Description
Application Header:
Command DC_CMD_RESTORE_DEFAULTS0x13
Data Count 00x00
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.3.2.2 MC-12 Response
The MC-12 will reset, clear any saved system and effect parameters in Nonvolatile RAM, and restore the
factory default system and effect parameters. After reset the MC-12 will go through a soft power-up
initialization. This includes transmitting the “Wakeup Notification Packet”.
7.3.3 MC-1 Send IR Command (MC-12, MC-1)
Transmits MC-1 IR command key codes to the MC-12.
This command has been maintained for backward compatibility to the MC-1. The MC-1 IR code
functionality has been mapped to the MC-12 IR code functionality as per the MC-1 to MC-12 IR code
table. MC-12 users should use the command described in 7.3.40 (MC-12_Send_IR_Command).
7.3.3.1 Command Packet Description
Application Header:
CommandDC_CMD_IR0x14
Data Count10x01
Application Data:
Data[0]KeyCodenn
7.3.3.2 Data Description
KeyCode:
Data Type:Unsigned 8 bit integer
Valid Values:Appendix C MC-1 IR-Codes
7.3.3.3 MC-12 Response
The KeyCode is processed as a valid IR code. No acknowledgment will be sent from MC-12.
7.3.3.4 Data Validation
The KeyCode data will be verified as a legal IR code. If the Code is not valid the MC-12 will not respond.
7.3.4 Get Unit Configuration (MC-12, MC-1)
Request to MC-12 for its current unit configuration.
This command is supported for backward compatibility. MC-12 users should use the command described
in 7.3.39 (MC-12_Get_Unit_Configuration). MC-12 will respond with “Unit Configuration Packet”. The
HOST should use this information to determine if any information saved by the HOST is current.
*Note: SW level indicates the status of the MC-12 internal application software.
Software Major Revision: An unsigned integer value indicating the unit’s major software version. The host
should use this information to determine if new effects, effect parameters, or
system parameters have been added or removed.
Software Minor Revision: An unsigned integer value indicating this unit’s minor software version.
Indicates the units software operation has changed but effects, effect parameters,
or system parameters have not changed.
Protocol Major Revision: An unsigned integer value indicating the serial communication protocol major
version. The host should use this value to determine if new commands,
notifications, or response packets have been added or deleted from this
specification.
Protocol Minor Revision: An unsigned integer value indicating the serial communication protocol minor
version. The host should use this value to determine if the existing commands,
notifications, or response packets have changed in this specification
Total Number of Effects: An unsigned integer value indicating the maximum number of effects available
for this version of software. This should be used to determine the maximum
EffectId used in the “Get Effect Definition Packet”, “Get Effect Parameter
Definition Packet”, “Set Effect Name Packet”, and “Set Effect Parameter
Values Packet”.
TimeStamp:Is a null terminated ASCII text string describing the build date and time of the
current software build. The Format of this text string is:
“yy/mm/dd(sp)hh:mm”
yy- is the last two digits of the year (i.e. year 1999 = 99, year 2000 = 00)
mm - is the month
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
dd- is the day
(sp) - is an ASCII space character (0x20)
hh - is the hour
mm - is the minute
7.3.5 Get System Status (MC-12, MC-1)
Request to MC-12 for its current system status. MC-12 will respond with “System Status Packet”.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.45 (MC-12_Get_System_Status).
7.3.5.1 Command Packet Description
Application Header:
Command DC_CMD_GET_SYS_STATUS0x16
Data Count 00x00
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.3.6 Get Zone 2 Status (MC-12, MC-1)
This command is a request to MC-12 for current Zone 2 Status. MC-12 will respond with “Zone2 Status
Packet”.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.46 (MC12_Get_Zone_2_Status).
7.3.6.1 Command Packet Description
Application Header:
CommandDC_CMD_GET_ZONE2_STATUS 0x17
Data Count 00x00
Data Type:Unsigned 8 bit integer.
Maximum Value: 92
Conversion:0 = -80 dB
Assigned Zone 2 Input:
Indicates the Zone 2 input that is currently assigned for the zone 2 outputs.
Data Type:Unsigned 8 bit integer.
Definition/Conversion:Appendix F MC-12 Input Ids
Zone2 Mute Active:
Data Type:Boolean.
TRUE:Zone2 Outputs are active.
FALSE: Zone 2 Outputs are not active.
Record Active:
Data Type:Boolean.
TRUE:Record Zone Output is active
FALSE: Record Zone Output is not Active.
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
Max Length:CUSTOM_NAME_LENGTH defined in Appendix G Protocol Constants.
7.3.13 Get Input Name by Id (MC-12, MC-1)
This command is a request to MC-12 for the custom input name. MC-12 will respond with “Input Name
Packet”.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.54
(MC12_Get_Input_Name_By_Id).
7.3.13.1 Command Packet Description
Application Header:
Command DC_CMD_GET_INPUT_NAME0x2D
Data Count 10x01
Application Data:
Data[0]InputIdnn
7.3.13.2 Data Description
InputId:
Data Type:Unsigned 8 bit Integer
Definition/Conversion:Appendix F MC-12 Input Ids
7.3.13.3 Data Validation:
The InputId must be a valid Input number. If it is not the MC-12 will respond with a NAK packet and error
code DC_INVALID_INPUT.
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.3.15 Set System Parameter Values (MC-1)
This command is not supported by the MC-12.
7.3.16 Set Effect Parameter Values (MC-1)
This command is not supported by the MC-12.
7.3.17 Set Effect Name by Effect Id (MC-1)
This command is not supported by the MC-12.
7.3.18 Set System Volume (MC-12, MC-1)
This command is a request to the MC-12 to set the system volume with the value in this packet.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.47 (MC12_Set_System_Volume).
7.3.18.1 Command Packet Description
Application Header:
Command DC_CMD_SET_SYS_VOLUME0x21
Data Count 10x01
Application Data:
Data[0]Valuenn
7.3.18.2 Data Description
Value:
Data Type:Unsigned 8 bit integer.
Max:92
Conversion:0 = -80 dB
92 = +12 dB
7.3.18.3 MC-12 Response
The MC-12 will assign the value from the packet to the system volume.
7.3.18.4 Data Validation
If a value is passed that exceeds the maximum value of that parameter the MC-12 will ignore the command
and transmit a DC_NAK command with an error code DC_INVALID_DATA.
7.3.19 Set Main Balance (MC-12, MC-1)
Commands MC-12 to set the system balance to the value in this packet.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.48 (MC12_Set_Main_Balance).
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.3.19.1 Command Packet Description
Application Header:
CommandDC_CMD_SET_SYS_BALANCE0x22
Data Count 10x01
Application Data:
Data[0]Valuenn
7.3.19.2 Data Description
Value:
Data Type:Unsigned 8 bit integer.
Maximum Value: 32
Conversion:0 = Left
16 = Center
32 = Right
7.3.19.3 MC-12 Response
The MC-12 will assign the value from the packet to the system balance.
7.3.19.4 Data Validation
If a value is passed that exceeds the maximum value of that parameter the MC-12 will ignore the command
and transmit a DC_NAK command with an error code DC_INVALID_DATA.
7.3.20 Set Front/Back Balance (MC-12, MC-1)
Commands MC-12 to set the front/back balance to the value in this packet.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.49
(MC12_Set_Front_Back_Balance).
7.3.20.1 Packet Description
Application Header:
CommandDC_CMD_SET_FRONT_BACK_BALANCE0x23
Data Count 10x01
Application Data:
Data[0]Valuenn
7.3.20.2 Data Description
Value:
Data Type:Unsigned 8 bit integer.
Max:32
Conversion:0 = Front
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
The MC-12 will assign the value from the packet to the front/back balance.
7.3.20.4 Data Validation
If a value is passed that exceeds the maximum value of that parameter the MC-12 will ignore the command
and transmit a NAK command with an error code DC_INVALID_DATA.
7.3.21 Set Active Effect by Id (MC-12, MC-1)
This command requests the MC-12 to set the active effect to the value in this packet.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.50
(MC12_Set_Active_Effect_By_Id).
7.3.21.1 Command Packet Description
Application Header:
CommandDC_CMD_SET_EFFECT0x24
Data Count10x01
Application Data:
Data[0]EffectIdnn
7.3.21.2 Data Description
EffectId:
Data Type:Unsigned 8 bit integer
Definition/Conversion: Appendix I MC-1 to MC-12 Effect ID Map.
7.3.21.3 MC-12 Response
The MC-12 will load the desired effect.
7.3.21.4 Data Validation
If a value is passed that exceeds the maximum value of that parameter the MC-12 will ignore the command
and transmit a NAK command with an error code DC_INVALID_DATA.
7.3.22 Set Record Input (MC-12, MC-1)
Sets the Record input.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.51 (MC12_Set_Record_Input).
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
Application Header:
CommandDC_CMD_SET_REC_INPUT0x25
Data Count10x01
Application Data:
Data[0]InputIdnn
7.3.22.2 Data Description
InputId:
Data Type:Unsigned 8 bit Integer
Description/Conversion: Appendix F MC-12 Input Ids
7.3.22.3 MC-12 Response:
If the Input Id is a valid MC-12 input then the MC-12 will make the request Input the active record input.
7.3.22.4 Data Validation:
The InputId must be a valid Input Id. If it is not the MC-12 will respond with a NAK packet and error code
DC_INVALID_INPUT. If the input is assigned the MC-12 will respond with an ACK Packet.
7.3.23 Clear Record Input (MC-12, MC-1)
Clears or unassigns the Record input. If Record is active, this command will set the Record Input to OFF
7.3.23.1 Packet Description
Application Header:
CommandDC_CMD_CLEAR_REC_INPUT0x26
Data Count 10x01
Application Data:
Data[0]InputIdnn
7.3.23.2 Data Description
InputId:
This value is not used by MC-12.
Data Type:Unsigned 8 bit Integer
7.3.23.3 MC-12 Response
The MC-12 will set the active record input to OFF.
7.3.23.4 Data Validation
The InputId is not used.
7.3.24 Set Zone2 Volume (MC-12, MC-1)
Commands MC-12 to set the Zone 2 volume with the value in this packet.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.52 (MC12_Set_Zone2_Volume).
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.3.24.1 Command Packet Description
Application Header:
CommandDC_CMD_SET_ZONE2_VOLUME0x27
Data Count 10x01
Application Data:
Data[0]Valuenn
7.3.24.2 Data Description
Value:
Data Type:Unsigned 8 bit integer.
Max:92
Conversion:0 = -80 dB
92 = +12 dB
7.3.24.3 MC-12 Response
The MC-12 will assign the value from the packet to the Zone 2 volume.
7.3.24.4 Data Validation
If a value is passed that exceeds the maximum value of that parameter the MC-12 will ignore the command
and transmit a NAK command with an error code DC_INVALID_DATA.
7.3.25 Set Zone2 Left/Right Balance (MC-12, MC-1)
Commands MC-12 to set the Zone 2 balance to the value in this packet.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.53
(MC12_Set_Zone2_Left_Right_Balance).
7.3.25.1 Packet Description
Application Header:
CommandDC_CMD_SET_ZONE2_BALANCE0x28
Data Count 10x01
Application Data:
Data[0]Valuenn
7.3.25.2 Data Description
Value:
Data Type:Unsigned 8 bit integer
Max:32
Conversion:0 = Left
32 = Right
7.3.25.3 MC-12 Response
The MC-12 will assign the value from the packet to the Zone 2 balance.
Lexicon, Inc.
MC-12 Serial Communications ProtocolPrinted on: 08/18/03
7.3.25.4 Data Validation
If a value is passed that exceeds the maximum value of that parameter the MC-12 will ignore the command
and transmit a NAK command with an error code DC_INVALID_DATA.
7.3.26 Set Custom Name (MC-12, MC-1)
Sets the Custom Name that can be displayed when the unit powers up.
Data Type:Null (0x00) terminated ASCII character string.
Max Length:CUSTOM_NAME_LENGTH defined in Appendix G Protocol Constants.
7.3.26.3 MC-12 Response
If the custom name enable is TRUE then the custom name banner is display on “power on”. If the Custom
Name Enable is FALSE the custom name is not displayed. The CustomName string is copied to
Nonvolatile RAM. The MC-12 will ACK when completed with this command.
7.3.26.4 Data Validation:
No data validation is done on the transmitted data.
7.3.27 Set Input Name by Id (MC-12, MC-1)
Sets an Input Name to the transmitted value for a given input.
This command has been maintained for backward compatibility with MC-1. In order to maintain backward
compatibility, the MC-12 Parameters have been mapped to the MC-1 parameters as described in each Data
Description. MC-12 users should be using the command described in 7.3.55