Lexicon, Inc.
MC-12 Serial Communications Protocol
Printed on: 08/18/03
© 2003 Lexicon, Inc. All rights reserved.
42 of 94
ParamId:
Data Type:
Unsigned 16 bit integer.
Max:
Max Parameter Count as reported by the MC-12 Unit Configuration
Response Packet in 7.3.39.2
7.3.41.3 Data Validation
If ParamId exceeds the its maximum value, the MC-12 will ignore the command and transmit a
DC_NAK command with an error code
DC_INVALID_PARAM_ID
.
7.3.41.4 MC-12 Value String Response Packet
Application Header:
Command
MC_RESP_PARAM_VALUE
0x92
Data Count
24
0x18
Application Data:
Data[0]
ParamId (LSB)
nn
Data[1]
ParamId (MSB)
nn
Data[2]
ParamType
nn
Data[3-23]
Value[0 -20]
nn nn
nn…
7.3.41.5 Data Description
Same as
Paragraph 7.3.37.2
7.3.42 MC-12 Set Parameter Notification by Id (MC-12)
Request to MC-12 to enable or disable transmission of the MC-12 parameter change notification for a given
parameter.
7.3.42.1 Command Packet Description
Application Header:
Command
MC_CMD_SET_PARAM_NOTIFICATION_BY_ID 0x3B
Data Count
3
0x03
Application Data:
Data[0]
ParamId (LSB)
nn
Data[1]
ParamId (MSB)
nn
Data[2]
Enable/Disable
nn
7.3.42.2 Data Description
ParamId:
Data Type:
Unsigned 16 bit integer.
Max:
Max Parameter Count as reported by the MC-12 Unit Configuration
Response Packet in 7.3.39.2
Enable/Disable:
Data Type:
Boolean
TRUE:
Enable transmission of parameter notification
FALSE:
Disable transmission of parameter notification
7.3.42.3 Data Validation