Hitachi VK-S914, VK-K914E, VK-S914E, VK-K914 Control Command

HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
CONTROL COMMAND
OF
VK-S914 SERIES
This manual applies following models:
<NTSC> VK-S914 <PAL> VK-S914E <EIA> VK-K914 <CCIR> VK-K914E
[REV. 1.0]
- 1/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
CONTENTS
EXTERNAL CONTROL
1. Communication protocol ..................................................................................................................5
2. Connect condition ............................................................................................................................5
3. Communication data format............................................................................................................5
4. Control commands...........................................................................................................................6
a) Switch the auto focus / manual focus.......................................................................................6
b) Move focus to FAR in manual focus mode..............................................................................6
c) Move focus to NEAR in manual focus mode ...........................................................................6
d) Move zoom to TELE ...................................................................................................................6
e) Move zoom to WIDE...................................................................................................................6
f) Select the zoom speed of optical zoom.....................................................................................6
g) Get the status of zoom position.................................................................................................7
h) Switch the continuous digi. zoom ON/OFF ...............................................................................7
i) Set the maximum mag. tuning value in continuous digi. zoom ON mode .............................7
j) Switch the instant digi. zoom ON/OFF .......................................................................................7
k) Set the instant mag. tuning value in instant digi. zoom ON mode ........................................7
l) Switch the auto / manual shutter speed.....................................................................................8
m) Set the shutter speed tuning value in manual shutter mode.................................................8
n) Switch the auto / manual exposure ...........................................................................................9
o) Set the brighter exposure tuning value in manual exposure mode........................................9
p) Set the brighter exposure tuning value in manual exposure mode........................................9
q) Set the darker exposure tuning value in manual exposure mode........................................10
r) Switch the auto gain control (AGC) ON/OFF ..........................................................................10
s) Set the fixed AGC level tuning value in AGC OFF mode ....................................................10
t) Switch the auto / manual white balance ..................................................................................10
u) Set the white balance (R gain) tuning value in manual white balance mode.....................10
v) Set the white balance (B gain) tuning value in manual white balance mode.....................10
5. Others.............................................................................................................................................11
a) Get the camera type .................................................................................................................11
b) Set the minimum focus length tuning value in zoom-wide....................................................11
c) Set the auto iris control level tuning value in auto exposure mode.....................................11
d) Get the luminance data for the 6 screen areas.....................................................................12
e) Set the luminance weighting data tuning value ......................................................................12
f) Switch the back light compensation (BLC) ON/OFF ...............................................................13
g) Set the BLC level tuning value in BLC ON mode.................................................................13
h) Set the burst ON/OFF...............................................................................................................13
i) Set the chroma suppression level tuning value in AGC range..............................................14
j) Select the manual aperture mode .............................................................................................15
k) Set the horizontal aperture level tuning value.........................................................................15
l) Set the vertical aperture level tuning value..............................................................................16
m) Set the maximum AGC gain tuning value in AGC ON mode .............................................16
- 2/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
n) Change Communication Baudrate.............................................................................................17
o) Set RAM initialize.......................................................................................................................17
6. Other useful commands................................................................................................................17
a) PRESET MODE .........................................................................................................................17
b) ZOOM TRACE PRESET MODE...............................................................................................17
CONTROL COMMAND TIMING
1. Timing table between each commands.......................................................................................19
APPENDIX
[Note]
is difference of data between VK-S714 series and VK-S914.
- 3/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
PART
ONE
EXTERNAL CONTROL
- 4/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
1. Communication protocol
Communication between the microcomputer of the camera and the PC is available by using the RS-2
32C protocol. The microcomputer receives each control command given by the PC and
echoes it back to the PC.
2. Connect condition
Stop bit 1 bit Parity even Baudrate 4800 bps
3. Communication data format
All communication data consist of eight or ten ASCII characters (8 bytes or 10 bytes). Communication data start with the character ":"(colon). The format of the communication data is show
n in Fig. 1.
Data length 8 bit
(a) 8 bytes format 1st byte 8th byte : CM A3 A2 A1 A0 D1 D0
CM Comm and as follows
R :Read 1 byte data of micro-Com. RAM or EEPROM W :Write 1 byte data of micro-Com. RAM or EEPRO M
A3-A0 Address data of micro-C om. RAM or EEPROM (write in hex. 0000-FFFF) D1-D0 Data of micro-Com. RAM or EEPROM (write in hex. 00-FF)
(b) 10 bytes format 1st byte 10th byte
: CMA3A2A1A0D3D2D1D0
C M Command as follows
r :Read 2 bytes data of micro-C om. RAM or EEPROM w :Write 2 bytes data of micro-Com. RAM or EEPROM
A3-A0 Address data of micro-C om. RAM or EEPROM (write in hex. 0000-FFFF) D3-D0 Data of micro-Com. RAM or EEPROM (write in hex. 0000-FFFF)
Fig. 1 Comm unic ation data format
- 5/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
4. Control commands a)
Switch the auto focus / manual focus
:RFF0E00 :WFF0EX1X
0
bit 3 of X1X0 : 0-Auto 1-Manual
or
:WFCBBA8 ;Change :WFCBBFE ;Neutral
b)
Move focus to FAR in manual focus mode
:WFCBBA9 ;Start
:WFCBBFE ;Stop
c)
Move focus to NEAR in manual focus mode
:WFCBBAA ;Start
:WFCBBFE ;Stop
d)
Move zoom to TELE
:WFCBB99 ;Start
:WFCBBFE ;Stop
e)
Move zoom to WIDE
:WFCBB9B ;Start
:WFCBBFE ;Stop
f)
Select the zoom speed of optical zoom
:RFDFC00 :WFDFCX1X
0
Super HIGH SPEED (1.9s) * ;
X1X0 : Set bit 3 of echo back data to “0”.
Set bit 2 of echo back data to “1”.
HIGH SPEED (3.6s);
X1X0 : Set bit 3 of echo back data to “0”. Set bit 2 of echo back data to “0”. NORMAL SPEED (6.0s); X
: Set bit 3 of echo back data to “1”.
1X0
Set bit 2 of echo back data to “0”.
[Note] * mark : for 「Zoom Trace Preset Mode」 only
- 6/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
g)
Get the status of zoom position
:RFC9100 If echo back data is not “FF”, zoom position is calculated by following equation.
zoom position = 16 * 256 / (XX+1)
XX; echo back data If echo back data is “FF”, then following commands should be sent.
:rF7200000
Echo back data shows zoom position.
[Please refer to the attached Table.1.]
Table.1 Zoom position data table (reference value)
Zoom position Echoback data Zoom position Echoback data
x1 x2 x3 x4 x5 x6 x7 x8 x9
14C0 2EF0 3C60 44F0 4B30 4FE0 53B0 56E0 5990
less less less less less less less less less
x10 x11 x12 x13 x14 x15 x16
5BF0 5DE0 5FA0 6110 6250 6360 6360
less less less less
less
less
more
h)
Switch the continuous digi. zoom ON/OFF
X
:RFCCB00 :WFCCBX1X0
=00 ; OFF X1X0=01 ; ON
1X0
i)
Set the maximum mag. tuning value in continuous digi. zoom ON mode
:WFDF0X
1X0
X1X0 (hex) = {512 - ( 512 / MM ) } / 8 (dec) MM; [ EX. mag.1; MM=1 -> X mag.2; MM=2 -> X
maximum mag.
=00
1X0
=20 ; max. ]
1X0
j)
Switch the instant digi. zoom ON/OFF
:RFF0F00 :WFF0FX bit 7 of X
1X0
: 0-OFF 1-ON
1X0
k)
Set the instant mag. tuning value in instant digi. zoom ON mode
X1X
:WFDE6X1X
(hex) = IM * 10(dec)
0
0
IM; instant mag. (more than 1.0 and 0.1 step) [ EX. mag.1; IM=1.0 -> X mag.2; IM=2.0 -> X
=0A
1X0
=14 ; max. ]
1X0
- 7/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
l)
Switch the auto / manual shutter speed :RFB7F00 :WFB7FX
1X0
bit 6 of X
: 0-Auto 1-Manual
1X0
m)
Set the shutter speed tuning value in manual shutter mode :wFCA8X
:WFCAAX
5X4X3X2
1X0
X
5X4X3X2X1X0
: tuning value
[Please refer to the attached Table.2.]
data
(hex) = 261 * SS * 60(dec) ; NTSC,EIA
data(hex) = 311 * SS * 50(dec) ; PAL,CCIR SS; shutter speed
Table.2 Shutter speed data table
NTSC,EIA model PAL,CCIR model
tuning value tuning value
Shutter Speed (s)
X
5X4X3X2X1
Shutter Speed (s)
X
0
X
5X4X3X2
X1X
0
1/60 0105 00 min. 1/50 0137 00 min. 1/120 0082 80 1/100 0096 80 1/180 0057 00 1/150 0067 AA 1/250 003E A3 1/250 003E 33 1/500 001F 51 1/500 001F 19 1/1000 000F A8 1/1000 000F 8C 1/2000 0007 D4 1/2000 0007 C6 1/4000 0003 EA 1/4000 0003 E3 1/10000 0001 90 1/10000 0001 8E 1/30000 0000 85 max. 1/30000 0000 84 max.
- 8/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
n)
Switch the auto / manual exposure :RFB7F00 :WFB7FX
1X0
bit 4 of X1X0 : 0-Auto 1-Manual
o)
Set the brighter exposure tuning value in manual exposure mode :RFB7E00 :WFB7EX
1X0
X1X0 : Set bit 1 of echo back data to “0”.
:wFB32X
X
3X2X1X0
3X2X1X0
: tuning value
( min. H’0000
F1.4(wide) ; brightest )
……
[Please refer to the attached Table.3.]
p)
Set the brighter exposure tuning value in manual exposure mode :RFB7E00 :WFB7EX
1X0
X1X0 : Set bit 1 of echo back data to “1”.
:wFB32X
3X2X1X0
X3X2X1X0 : tuning value
( max. H’0640
F32.0(wide) ; darkest )
……
[Please refer to the attached Table.3.]
Table.3 F-value data table (reference value)
F-value
[zoom wide] X
tuning value
3X2X1X0
F1.4 0000 open ( brightest ) F2.0 00C0 F2.8 0180 F4.0 0240
[upper]
brighter F5.6 0300 F8.0 03C0
F11.2 0480 F16.0 0540
[lower]
darker
F22.4 0600 F32.0 0640 close ( darkest )
- 9/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
q)
Set the darker exposure tuning value in manual exposure mode :RFB7F00 :WFB7FX
1X0
bit 7 of X1X0 : 0-ON 1-OFF
r)
Switch the auto gain control (AGC) ON/OFF
:RFB7F00 :WFB7FX1X
0
bit 7 of X1X0 : 0-ON 1-OFF
s)
Set the fixed AGC level tuning value in AGC OFF mode
:wFB38X3X2X1X
X3X2X1X
0
: tuning value
0
( X3X2X1X0=0000 - 03C0 ; 0.03125dB/step ) [ X3X2X1X0=0000 ; 0dB , X3X2X1X0=03C0 ; 30dB ]
t)
Switch the auto / manual white balance :WFBFFX
:RFBFF00
1X0
bit 3 of X1X0 : 0-Auto 1-Manual
u)
Set the white balance (R gain) tuning value in manual white balance mode
:wFBBCX3X2X1X X3X2X1X
0
0
: tuning value
( min. H’0080, max. H’03FF )
v)
Set the white balance (B gain) tuning value in manual white balance mode
:wFBBEX3X2X1X X3X2X1X
: tuning value
0
0
( min. H’0080, max. H’03FF )
- 10/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
5. Others
[Note] * mark : It is available after power reset.
Default value in EEPROM area are subject to change without notice.
a)
Get the camera type
MODEL
FORMAT
EEPROM area
“E1ED”
EEPROM area
“E1EE”
VK-S914 VK-S914E VK-K914 VK-K914E
NTSC Hi-BAND PAL Hi-BAND EIA Hi-BAND CCIR Hi-BAND
D0 D0 D0 D0
0X
0
1X
0
[EEPROM area]
:RE1EDX1X :RE1EEX1X
0 0
Type data (X1X0 =)
2X
0
3X
0
b)
Set the minimum focus length tuning value in zoom-wide [EEPROM area]*
:WE139X ( X
1X0
X X X
1X0
=00 ; 1cm (approx.) ; default
=F9 ; 10cm (approx.)
1X0
=F8 ; 30cm (approx.)
1X0
=F7 ; 1m (approx.) ; max. )
1X0
c)
Set the auto iris control level tuning value in auto exposure mode
i)
Iris offset (average) level
:WFD9EX
[RAM area]
1X0
( X1X0=00 - FF ; 256 step )
[EEPROM area]*
:WE09EX1X0 ( X1X0=00 - FF ; 256 step )
MODEL
FORMAT
EEPROM area
“E09E”
VK-S914 VK-S914E VK-K914 VK-K914E
NTSC Hi-BAND PAL Hi-BAND EIA Hi-BAND CCIR Hi-BAND
80 90 80 80
default value (X1X0 =)
- 11/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
ii)
Iris offset (peak) level
[RAM area]
:WFD9FX1X0( X1X0=00 - 7F ; 128 step )
[EEPROM area]*
:WE09FX1X0( X1X0=00 - 7F ; 128 step )
MODEL
FORMAT
EEPROM area
“E09F”
VK-S914 VK-S914E VK-K914 VK-K914E
NTSC Hi-BAND PAL Hi-BAND EIA Hi-BAND CCIR Hi-BAND
10 10 10 10
default value (X1X0 =)
d)
Get the luminance data for the 6 screen areas
[RAM area] area 1 :RFAE0000000 ; data length 3Byte area 2 :RFAE3000000 ; data length 3Byte area 3 :RFAE6000000 ; data length 3Byte area 4 :RFAE9000000 ; data length 3Byte area 5 :RFAEC000000 ; data length 3Byte area 6 :RFAEF000000 ; data length 3Byte [Note] This is the average data per one field.
< weighting areas >
< screen areas >
A= area 1 + area 2 B= area 3 + area 4 C= area 5 D= area 6
(
area 1)
A
(
area 2)
(
area 5)
C
D
(
area 6)
(
area 5)
C
< default weighting-ratio > A:B:C:D = (K
+1): (Kb+1): (Kc+1): (Kd+1)
a
= (4+1): (6+1): (9+1): (F+1)
(
area 3)
B
= (5): (7): (10): (16)
(
ea 4)
ar
e)
Set the luminance weighting data tuning value
[RAM area]
( X ( X
:wFDA0X3X2X1X0
3=X2=X1=X0
: K a , X
3
=0 - F ; 16 step )
2
: K b , X1 : K
c
, X
: K d )
0
[EEPROM area]* :wE0A0X
( X
( X3=X2=X1=X0=0 - F ; 16 step )
: K a , X
3
[ X3X2X1X0=469F ; default ]
3X2X1X0
: K b , X1 : K
2
c
, X
: K d )
0
- 12/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
f)
Switch the back light compensation (BLC) ON/OFF
:WFECEX
[RAM area]
:RFECE0
1X0
X1X0=00 ; OFF X1X0=02 ; ON
g)
Set the BLC level tuning value in BLC ON mode
[RAM area]
:WFD8EX1X0 ( X1X0=00 - FF ; 256 step )
[EEPROM area]*
MODEL
FORMAT
EEPROM area
“E08E”
VK-S914 VK-S914E
NTSC Hi-BAND PAL Hi-BAND
EIA Hi-BAND CCIR Hi-BAND
10 10 10 10
:WE08EX1X0 ( X1X0=00 - FF ; 256 step )
default value (X1X0 =)
VK-K914 VK-K914E
h)
Set the burst ON/OFF
:WE199X :WE19AX :WE19BX
[EEPROM area]*
:WE198X1X0 ( X1X0=00 - FF ; 256 step )
( X1X0=00 - FF ; 256 step )
1X0
( X1X0=00 - FF ; 256 step )
1X0
( X1X0=00 - FF ; 256 step )
1X0
MODEL
FORMAT
VK-S914 VK-S914E
NTSC Hi-BAND PAL Hi-BAND
default value (X1X0=)
NTSC / PAL
burst ON OFF
EEPROM area
“E198” 00 13 00
“E199” 6D 6D 00 “E19A” 00 13 00 “E19B” 00 6D 00 “E059” 00 0D 00 “E05A” 66 73 00 “E05B” 00 0D 00 “E05C” 00 73 00
- 13/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
i)
Set the chroma suppression level tuning value in AGC range
[RAM area] :wFD1AX
( X
3X2X1X0
3=X2=X1=X0
[ X3 : AGC gain - AGC ON ; base X2 : AGC gain AGC ON - 2/3 maximum AGC level X1 : AGC gain 2/3 maximum AGC level - maximum AGC level X0 : AGC gain maximum AGC level - ] [Note] maximum AGC level setting at page 16 - item m)
[EEPROM area]* :wE01AX
( X
3X2X1X0
3=X2=X1=X0
[ X3 : AGC gain - AGC ON ; base X2 : AGC gain AGC ON - 2/3 maximum AGC level X1 : AGC gain 2/3 maximum AGC level - maximum AGC level X0 : AGC gain maximum AGC level - ] [Note] maximum AGC level setting at page 16 - item m)
default value (X
MODEL VK-S914 VK-S914E
FORMAT
EEPROM area
“E01A”
NTSC Hi-BAND PAL Hi-BAND
FDC8 FD84
=0 - F ; 16 step )
=0 - F ; 16 step )
3X2X1X0
=)
- 14/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
j)
Select the manual aperture mode
:WFBFFX X
[RAM area]
:RFBFF00
1X0
1X0
: Set bit 1 of echo back data to “1”.
[ bit 1 of X
k)
Set the horizontal aperture level tuning value
:WFBF6X1X0 ( X1X0=00 - 1F ; 32 step ) [EEPROM area]*
AGC gain - AGC ON :WE029X1X AGC gain AGC ON - 2/3 maximum AGC level :WE02AX1X AGC gain 2/3 maximum AGC level - maximum AGC level :WE02BX1X AGC gain maximum AGC level - :WE02CX1X
[Note] maximum AGC level setting at page 16 - item m)
MODEL
FORMAT
EEPROM area
“E029”
VK-S914 VK-S914E VK-K914 VK-K914E
NTSC Hi-BAND PAL Hi-BAND EIA Hi-BAND CCIR Hi-BAND
0E 13 0E 13
default value (X?X? =)
“E02A” 0C 0F 0C 0F “E02B” 08 07 08 07 “E02C” 04 07 04 07
: 0-Auto 1-Manual ]
1X0
( X1X0=00 - 1F ; 32 step )
0
0 0 0
- 15/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
l)
Set the vertical aperture level tuning value
:WFBF9X1X0 ( X1X0=00 - 1F ; 32 step ) [EEPROM area]*
AGC gain - AGC ON :WE031X1X AGC gain AGC ON - 2/3 maximum AGC level :WE032X1X AGC gain 2/3 maximum AGC level - maximum AGC level :WE033X1X AGC gain maximum AGC level - :WE034X1X
[Note] maximum AGC level setting at page 16 - item m)
MODEL
FORMAT
EEPROM area
“E031”
VK-S914 VK-S914E VK-K914 VK-K914E
NTSC Hi-BAND PAL Hi-BAND EIA Hi-BAND CCIR Hi-BAND
0C 10 0C 10
default value (X?X? =)
“E032” 0A 0D 0A 0D “E033” 06 05 06 05 “E034” 03 05 03 05
m)
Set the maximum AGC gain tuning value in AGC ON mode
[RAM area]
:wFD46X
( X3X2X1X0=0000 - 0500 ; 0.03125dB/step ) [ X3X2X1X0=0000 ; 0dB , X3X2X1X0=0500 ; 40dB ]
[EEPROM area]*
:wE046X
( X3X2X1X0=0000 - 0500 ; 0.03125dB/step ) [ X3X2X1X0=0000 ; 0dB , X3X2X1X0=0500 ; 40dB ]
MODEL
FORMAT
EEPROM area
“E046”
maximum
AGC Gain
VK-S914 VK-S914E VK-K914 VK-K914E
NTSC Hi-BAND PAL Hi-BAND EIA Hi-BAND CCIR Hi-BAND
02C0 0315 0350 0380
22.0dB 24.7dB
default value (X3X2X1X0 =)
26.5dB
( Without IR
Cut Filter )
3X2X1X0
3X2X1X0
29.5dB
( Without IR
Cut Filter )
0 0 0 0
( X1X0=00 - 1F ; 32 step )
- 16/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
n)
Change Communication Baudrate
X X
[EEPROM area]*
:WE05EX1X
( X1X0=80 or 00
X1X0=B0 ; 9600 bps , even Parity
=C0 ; 4800 bps , non Parity
1X0
=F0 ; 9600 bps , non Parity )
1X0
0
; 4800 bps , even Parity ; default
o)
Set RAM initialize
[RAM area] :RFCAC00 :WFCAC00
6. Other useful commands
a)
PRESET MODE
Preset mode - Flow chart
( MF, No-Trace, Zoom Speed ;
1.6s )
See an annexed document “<TYPE-1> TRACE PRESET”
<TYPE-1> TRACE PRESET : s914_pp2.doc
b)
ZOOM TRACE PRESET MODE
( MF, Trace, Zoom Speed ;
Zoom trace preset mode - Flow chart
See an annexed document “<TYPE-2> TRACE PRESET”
<TYPE-2> TRACE PRESET : s914_zt2.doc
1.9s )
- 17/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
PART
TWO
CONTROL COMMAND TIMING
- 18/20 -
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
1. Timing table between each commands
REMOTE CONTROL COMMANDS THE OTHER COMMANDS
:WFCBBA8 :WFCBBFE
NTSC
min. 4FIELDS(66.7ms)
:WFCBBA8 :WFCBBFE
PAL
min. 4FIELDS(80.0ms)
< REMOTE CONROL COMMANDS > ZOOM
[TELE] :WFCBB99 ;START
:WFCBBFE ;STOP
[WIDE] :WFCBB9B ;START
:WFCBBFE ;STOP
FOCUS
[ FAR] :WFCBBA9 ;START
:WFCBBFE ;STOP
[ NEAR] :WFCBBAA ;START
:WFCBBFE ;STOP
[AUTO<>MANUAL] :WFCBBA8 ;CHANGE
:WFCBBFE ;NEUTRAL
:WFD9E8E :WFD9F10
min. 1FIELDS(16.7ms)
:WFD9E8E :WFD9F10
min. 1FIELDS(20.0ms)
- 19/20 -
APPENDIX
[REV. 1.0]
99/12/28 * New Version
HITACHI CONFIDENTIAL PROPRIETARY 99/12/28 COM_914.DOC
- 20/20 -
Loading...