DOWNLOAD Harman Kardon SIGNATURE 2.0 (serv.man11) Service Manual ↓ Size: 151 KB | Pages: 19 in PDF or view online for FREE

Model
SIGNATURE 2.0 (serv.man11)
Pages
19
Size
151 KB
Type
PDF
Document
User Manual / Operation Manual
Brand
Device
Audio
File
signature-20-sm11.pdf
Date

Harman Kardon SIGNATURE 2.0 (serv.man11) User Manual / Operation Manual ▷ View online

SIGNATURE
 
B
US 
P
ROTOCOL 
M
ASTER 
D
OCUMENT
Revised 2-24-98
Page 3 of 20
S
OFTWARE 
R
EVISION 
H
ISTORY
The following is a list of the software revisions from the first version of software to include RS-
232 control to the most current version. Verify the version of software in your unit by viewing the
VFD (Vacuum Fluorescent Display) on the front panel immediately after you apply power to  the
Signature 2.0 (main power, not standby).
Version 2.5: First release.
SIGNATURE
 
B
US 
P
ROTOCOL 
M
ASTER 
D
OCUMENT
Revised 2-24-98
Page 4 of 20
How Does It Work?
The Signature Communication Protocol is designed specifically for controlling audio and video
equipment. It was developed in response to a need for a low-cost, simple, fault-tolerant
communications protocol. It is based on the EIA RS-232 electrical specification.  Data is
communicated at 9600 baud, 8 data bits, 1 stop bit and no parity.
Before beginning data transmission, check the bus for inactivity.  If the bus is free, transmission
may commence.  If the bus is being used, wait for a period of inactivity.  Check each byte of a
transmission against the intended message to ensure that data corruption does not occur due to
multiple devices attempting to use the bus at the same time.  For each message received,  the
receiver will generate an acknowledgment.  The device which sent the message should receive this
acknowledgment before beginning its next data transmission. Under rare circumstances, the
receiver may be performing a function which cannot be interrupted.  The message should be
retransmitted until an acknowledgment is received.  Due to this fact, delays are required between
incoming messages for the transmission of the required acknowledgment.
Event Driven Output:
The Signature 2.0 will generate commands when the processor is accessed from an IR or Front
panel button command. This command can be used to update external displays in real time or to
generate a polling request for status.
The command generated will be identical to the Signature bus command for the same function,
but it will have a different Target Device Type and Command Modifier. Example: the IR “Vid 1”
button on the remote will generate a “Vid 1” button command on the Signature bus.  See page ??
of this document for a list of the Remote Button codes.
Volume level updates from the Front Panel rotary encoder are handled slightly differently.  When
a volume adjustment is made, the 2.0 will wait for a period of encoder inactivity and then transmit
an unsolicited “Power/Volume Status” response.  See page ??.
SIGNATURE
 
B
US 
P
ROTOCOL 
M
ASTER 
D
OCUMENT
Revised 2-24-98
Page 5 of 20
P
ROTOCOL 
F
ORMAT
Note: the symbols “b”, “d”, and “h” used in this document denote binary, decimal, and hexadecimal values,
respectively.  All transmissions must be in hexadecimal.
The Preamble is a byte used to alert the system that a message is about to
be transmitted.  This allows the system to ignore random noise, and
reliably receive valid messages.  The Preamble is always equal to 7Eh.
NOTE: No other byte in any part of the message may equal 7Eh.
The Target Device Type is a byte that distinguishes what type of unit the
message is intended for (i.e. a preamp versus a CD player).
HEX
Device Type
01
Audioaccess KPS keypad
04
Audioaccess Computer
05
Audioaccess Paging/SMM Module
06
Audioaccess PX-603
07
Audioaccess Internal Multi
20
Signature 2.0 Processor/Tuner
30
Signature 3.0 DVD player
50
Citation 5.0 AV Controller
70
Citation 7.0 AV Controller
99
Broadcast Message (everyone listens)
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
The Target Unit ID is a byte that distinguishes which unit of a given type
the message is intended for (i.e. CD player #1 versus CD player #2). The
Unit ID is set in the menu system of the unit you are trying to control,
default = 01h.  If you are using more than one of any given unit, you will
need to modify this byte to reflect the ID number of the unit you are trying
to control.
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
The Source Device Type is a byte that distinguishes what type of unit the
message is coming from (i.e. a preamp versus a CD player).  See above
list.
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
SIGNATURE
 
B
US 
P
ROTOCOL 
M
ASTER 
D
OCUMENT
Revised 2-24-98
Page 6 of 20
The Command Modifier is a byte that distinguishes what type of command
is being sent.
HEX
Command Type
01
Action request
02
Action response
Provides additional information required by the Command byte.
The Command byte is the action that is desired.
The Data Length is a word representing the total number of bytes
(including Command Modifier and Command bytes, but not the Data
Length byte itself or the Checksum byte) in the data portion of the
message.  Minimum length is 02h.
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
The Source Unit ID is a byte that distinguishes which unit of a given type
the message is coming from (i.e. CD player #1 versus CD player #2). The
Unit ID is set in the menu system of the unit that the message is coming
from, default = 01h.  If you are using more than one of any given unit, you
will need to modify this byte.
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
Provides additional information required by the Command byte.
The Data bytes consist of information that is required to complete the
Command.  The Data bytes are detailed throughout the rest of this
document.
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
Provides additional information required by the Command byte.
The Checksum is a byte whose value confirms/voids the validity of a
received message.  It is computed by adding up all of the bytes Preamble
through the last Data byte, and then taking the 1s complement of the lower
eight bits of that sum (i.e. add up all the bytes, truncate to eight bits, and
invert each of the bits).  If the result equals 7Eh, add 01hSee the page 7
for an example.
Source
Device Type
Target
Device Type
Target
Unit ID
Source
Unit ID
Command
Modifier
Data
Length
Preamble
Byte
Command
Byte
Data
Byte(s)
Checksum
Byte
Page of 19
Display

Harman Kardon SIGNATURE 2.0 (serv.man11) User Manual / Operation Manual ▷ Download

  • DOWNLOAD Harman Kardon SIGNATURE 2.0 (serv.man11) Service Manual ↓ Size: 151 KB | Pages: 19 in PDF or view online for FREE
  • Here you can View online or download the User Manual / Operation Manual for the Harman Kardon SIGNATURE 2.0 (serv.man11) in PDF for free, which will help you to disassemble, recover, fix and repair Harman Kardon SIGNATURE 2.0 (serv.man11) Audio. Information contained in Harman Kardon SIGNATURE 2.0 (serv.man11) User Manual / Operation Manual (repair manual) includes:
  • Disassembly, troubleshooting, maintenance, adjustment, installation and setup instructions.
  • Schematics, Circuit, Wiring and Block diagrams.
  • Printed wiring boards (PWB) and printed circuit boards (PCB).
  • Exploded View and Parts List.