JVC DLA-DS1U Serial protocol for the DLA-DS1U and DLA-M2000LU/SC D-ILA project - Page 6

Parameters

Page 6 highlights

6. CR Indicates the end of each set of data. (0DH) 7. PARAMETERS There are three types of parameters: 1.Indicates the numeric value. 2.Indicates the ON/OFF status. 3.Special parameter. 7.1 Numeric Value Parameter Signed 2-byte hexadecimal code represented by 4 (byte) characters. Assignable range is between '8000' and '7FFF'. Ex-1) The parameter indicating '20' (decimal): Since '20' (decimal) is represented as '0014' in signed 2-byte hexadecimal, its parameter is: '0014'(30H 30H 31H 34H) Ex-2) The parameter to indicate '-2' (decimal): Since '-2' (decimal) is represented as 'FFFE' in signed 2-byte hexadecimal, its parameter is: 'FFFE'(46H 46H 46H 45H) 7.2 ON/OFF Status Parameter Indicates the ON/OFF status of items such as POWER or HIDE. Character '0' '1' HEX 30 31 Definition OFF ON 5

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58

5
6. CR
Indicates the end of each set of data. (0DH)
7. PARAMETERS
There are three types of parameters:
1.Indicates the numeric value.
2.Indicates the ON/OFF status.
3.Special parameter.
7.1 Numeric Value Parameter
Signed 2-byte hexadecimal code represented by 4 (byte) characters.
Assignable range is between ‘8000’ and ‘7FFF’.
Ex-1) The parameter indicating ‘20’ (decimal):
Since ‘20’ (decimal) is represented as ‘0014’ in signed 2-byte hexadecimal,
its parameter is:
‘0014’(30H
30H
31H
34H)
Ex-2) The parameter to indicate ‘-2’ (decimal):
Since ‘-2’ (decimal) is represented as ‘FFFE’ in signed 2-byte hexadecimal,
its parameter is:
‘FFFE’(46H
46H
46H
45H)
7.2
ON/OFF Status Parameter
Indicates the ON/OFF status of items such as POWER or HIDE.
Character
HEX
Definition
‘0’
30
OFF
‘1’
31
ON