Sony CIS201 User Manual

CIS-201
Control System Interface
Instruction and Protocol Manual
Release 1.00
TABLE OF CONTENTS
Introduction .....................................................................................1
Parts Identification..............................................................................1
CIS-201 RS-232 Protocol
Overview ...............................................................................3
Examples:
Command Number 6
Send Control-S Data ..................................................................4
Command Number 7
Send Control-S Data Continuous....................................................5
Stop All Data ....................................................................................6
CIS-201 Protocol Summary...................................................................6
Control-S Product Codes......................................................................6
Control-S Command Codes:
AC3 ...........................................................................................7
AMP ...........................................................................................8
AUDIO SYSTEM / PREAMP ................................................................9
AUDIO TUNER..............................................................................10
CD1, CD2, CD3.............................................................................. 11
DAT .........................................................................................12
DSS .........................................................................................13
DST .........................................................................................14
DVD ......................................................................................... 15
LDP .........................................................................................16
MD .........................................................................................17
CRT PROJECTOR........................................................................... 18
LCD PROJECTOR...........................................................................19
SOUND ADAPTOR .........................................................................20
TAPE .........................................................................................22
TV .........................................................................................23
VCR1, VCR2, VCR3........................................................................24
Introduction
The CIS-201 Control Interface is designed to allow both hardwired and infrared control of Sony audio/video products from an RS232C serial communications device. It provides four discrete control channels, each with parallel outputs of Control-S and Infrared. Therefore any command sent via channel 1 will be output by both Control-S and Infrared outputs 1. If different category products are connected in this way, i.e. a TV to Control-S 1 and a DVD to Infrared 1, that channel can be shared, as each product will only respond to commands with its own product code.
The CIS-201 can be used either alone or in any combination of CIS-200 series devices, up to a maximum of 16. Since RS232 is a single-ended data transmission method (between only one transmitter and one receiver) only one CIS-200 can be used (since it is full two way), but by utilizing a buffered ‘loop out’ from each unit, up to 15 additional one way devices (CIS-201 and/or CIS-202) can reside on the the same bus. Each one way device has its own ID number (1-15), selected by its front panel dip-switch. ID number 0 is reserved for the CIS-200.
Parts Identification
Front Panel
1
ID Select DIP Switch
Selects the ID number for the unit, from 1 to 15. Works as a Binary Switch, i.e.
Switch 1 = 1 Switch 2 = 2 Switch 3 = 4 Switch 4 = 8
Switches add in any combination to equal values from 0 to 15 ID number 0 is reserved for the CIS-200.
21
2
POWER on LED Indicator
1
Rear Panel
1 2 3 4 5
1
POWER Connector
Input for 9VDC-500mA Power Supply (Supplied)
2
RS232 Connector - (Input)
2 pin Terminal Block Connection to User Interfaces RS232 Control System Serial Port or Loop Out Connector of other CIS-200 Series Expansion Interface(s).
Typical Wiring Configurations:
CIS-201 I/O 9-Pin D-Sub
RX < Pin 3 - TX GND - Pin 5 - GND
CIS-201 I/O CIS-200 Series Interface
RX < TX GND - GND
3
RS232 Connector - (Loop Out)
2 pin Terminal Block Connection to Additional CIS-200 Series ExpansionInterface(s). Typical Wiring Configuration:
RS232 RS232 on CIS-201 I/O on expansion
TX > RX GND - GND
4
CONTROL-S Connectors
Four 1/8” (3.5mm) mono mini phone jacks.
5
INFRARED Connectors
Four 1/8” (3.5mm) mono mini phone jacks. Accepts standard infrared emitters.
2
CIS-201 RS-232 Protocol
Overview
Transfer Format
Transfer Rate 9600bps Character Length 8 bits Parity Check None Start Bit 1 Stop Bit 1
ID Number
CIS-201 ID Number = Selectable 1 through 15 (ID number 0 is reserved for the CIS-200).
Channel Number
Control-S / Infrared Channel Assignments:
Channel 1 = 01H Channel 2 = 02H Channel 3 = 04H
Channel 4 = 08H Note: Multiple channels may be sent by ‘OR-ing’ channel numbers,.i.e, 00H = N/A 04H = Ch 3 08H = Ch 4 0CH = Ch’s 3,4
01H = Ch 1 05 H = Ch’s 1,3 09H = Ch’s 1,4 0DH = Ch’s 1,3,4 02H = Ch 2 06 H = Ch’s 2,3 0AH = Ch’s 2,4 0EH = Ch’s 2,3,4 03H = Ch’s 1,2 07H = Ch’s 1,2,3 0BH = Ch’s 1,2,4 0FH = All Channels
Send Strings:
Control-S Send Strings
Send Control-S Data
Send Control-S Data Continuous
Stop ALL Data
3
Command Number 6
Send Control-S Data
st
1
Byte 2
Attention
Byte
nd
Byte 3
Command
Number
rd
Byte 4
Channel
th
Byte
Product
code - HI
th
5
Byte
Product
code - LO
th
6
Byte
Command
1st Byte: Attention Byte
<8xH> 80H logically OR’d with ID number.
2nd Byte: Command Number
<6> Send Control-S Data
3rd Byte: Channel
Control-S channel(s) 1 through 4 (see ‘Channel Number’ on page 3 for format)
4th Byte: Product Code HI Byte
5th Byte: Product Code LO Byte
th
7
Byte
Terminating
Byte
6th Byte: Command
7th Byte: Terminating Byte
<FxH>F0H logically OR’d with ID number.
Example: <VCR3> <PLAY>
CIS-201 ID number 5 - Channels 1, 2 & 3
st
Byte
1
nd
2
Byte 3
rd
Byte 4
06H85H 00H07H 14H
Attention
Byte
Command
Number
Channel Number
th
Byte
Product code: VCR3
th
5
Byte
LO ByteHI Byte
th
6
Byte
24H
Command:
PLAY
th
7
Byte
F5H
Terminating
Byte
4
Command Number 7
Send Control-S Data Continuous
st
1
Byte 2
Attention
Byte
nd
Byte 3
Command
Number
rd
Byte 4
Channel
th
Byte
Product
code - HI
th
5
Byte
Product
code - LO
th
6
Byte
Command
1st Byte: Attention Byte
<8xH> 80H logically OR’d with ID number (80H for CIS-200).
2nd Byte: Command Number
<7> Send Control-S Data Continuous
3rd Byte: Channel
Control-S channel(s) 1 through 4 (see ‘Channel Number’ on page 3 for format)
4th Byte: Product Code HI Byte
5th Byte: Product Code LO Byte
th
7
Byte
Terminating
Byte
6th Byte: Command
7th Byte: Terminating Byte
<FxH>F0H logically OR’d with ID number.
Example: <TV> <CHANNEL UP (+)>
CIS-201 ID number 2 - Channel 3
st
Byte
1
nd
2
Byte 3
rd
Byte 4
07H82H 00H04H 10H
Attention
Byte
Command
Number
Channel Number
th
Byte
Product code: TV
th
5
LO ByteHI Byte
Byte
th
6
Byte
15H
Command
CH UP (+)
th
7
Byte
F2H
Terminating
Byte
5
Stop All Data
This command stops all Control-S Continuous data being sent. This must be sent after any continuous command has been initiated, otherwise the next command(s) sent will be ignored.
1 Byte: Attention Byte
<9xH> 90H logically OR’d with ID number.
CIS-201 Protocol Summary
Send Strings (x = ID Number)
Command Terminating
Header No. Product Code Command byte
Send Control-S Data <8xH> <3> <Chnl> <Hi> <Lo> <Data> <FxH> Send Control-S Continuous <8xH> <4> <Chnl> <Hi> <Lo> <Data> <FxH> Stop ALL Data <9xH>
CONTROL-S PRODUCT CODES
HI byte LO byte PRODUCT 00 10 TV 00 12 VCR 1 00 13 VCR 2 00 14 VCR 3 00 17 LDP 00 1A PROJECTOR 00 40 AMP 00 41 AUDIO TUNER 00 42 AUDIO SYS / PREAMP 00 43 SOUND ADAPTOR 00 44 CD 1 00 45 CD 2 00 46 CD 3 00 47 MD 00 48 TAPE 00 49 D AT 00 60 DS T 00 61 DSS 01 2B DVD 02 2B AC3 PROCESSOR
The following pages contain every available code for each product category. Since features vary from model to model, not every command will work with every product.
6
HI - LO
Category: AC3 Control-S Product Code : 02 - 2B
6th byte CODE NAME
0B INPUT SELECT - NEXT 0C INPUT SELECT - PREV 0D MENU SELECT
13 MASTER VOL - UP
14 MASTER VOL - DOWN 1D REAR BALANCE - R 1E REAR BALANCE - L
21 MUTE ON / OFF
30 EFFECT +
31 EFFECT ­3E OFF
43 DOLBY SURROUND
44 MODE
48 BYPASS
49 CENTER + 4A CENTER ­4B SUB WOOFER + 4C SUB WOOFER ­4E TEST 4F DISPLAY
50 FRONT BALANCR - L
51 FRONT BALANCR - R
52 REAR +
53 REAR -
72 MENU SELECT +
73 MENU SELECT -
74 MENU SELECT DOWN
75 MENU SELECT UP
7
Loading...
+ 18 hidden pages