Mc-8 Set Parameter Value By Id - Lexicon MC-8 V1.0 - SERIAL COMMUNICATIONS PROTOCOL DEFINITION REV 1-4 Manual

Serial communications protocol
Table of Contents

Advertisement

Lexicon, Inc.
MC-8 Serial Communications Protocol
values are packed LSB first(CurrentValue [0]) to MSB(CurrentValue [0+(num bytes-1)]). For
example: Setting a given signed 16 bit parameter to a value of -300 the data array would be
packed as follows:
Data[0] = 0xd4
Data[1] = 0xfe
Data[2 - 13] = don't care.
If a parameter's current value is a signed 16 bit parameter with a value of -3 the data array would
be packed as follows:
Data[0] = 0xfd
Data[1] = 0xff
Data[2 - 13] = don't care.
All signed values are in the 2's compliment format.
Max Value:
This is a 16 bit value representing the maximum value for a parameter. Parameter values
exceeding the maximum will be limited to the maximum. This may be a signed or unsigned value
depending on the Parameter Type.
Min Value:
This is a 16 bit value representing the minimum value for a parameter. Parameter values
exceeding the minimum will be limited to the minimum. . This may be a signed or unsigned value
depending on the Parameter Type.
Parameter Path:
This is a zero terminated ASCII character string describing the parameter's name and path in the
units parameter tree structure.
Read Only:
Data Type:
TRUE:
FALSE:

6.3.24 MC-8 Set Parameter Value by Id

MC-8 Set Parameter by Id command sets the parameter value equal to the value sent in the command packet and
then runs the appropriate functional changes associated with changing the given parameter.
6.3.24.1 Command Packet Description
Application Header:
Command MC_CMD_SET_SYS_PARAM_VALUE_BY_ID 0x36
Data Count 24
Application Data:
Data[0]
Data[1]
Data[2]
Data[3-23] Value[0 -20]
© 2003 Lexicon, Inc. All rights reserved.
Boolean
Parameter is read only
Parameter is writeable
ParamId(LSB)
ParamId(MSB)
ParamType
Printed on: 04/01/03
0x18
nn
nn
nn
nn nn nn...
32 of 80

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MC-8 V1.0 - SERIAL COMMUNICATIONS PROTOCOL DEFINITION REV 1-4 and is the answer not in the manual?

Questions and answers

Table of Contents