Vaddio BRC-H700 User Manual

Page 1
A-C8L-100-13 (1)
HD 3CCD Color Video Camera
Command List
Version 1.20
BRC-H700
2005 Sony Corporation
Page 2
VISCA RS-232C/RS-422 Commands ........................ 3
Overview of VISCA..................................................... 3
VISCA Communication Specifications........................ 4
VISCA Device Setting Command ............................... 6
VISCA Command/ACK Protocol................................. 7
VISCA Camera-Issued Messages .............................. 8
BRC-H700 Commands .............................................. 9
BRC-H700 Command List (1/5) ................................. 9
BRC-H700 Command List (2/5) ............................... 10
BRC-H700 Command List (3/5) ............................... 11
BRC-H700 Command List (4/5) ............................... 12
BRC-H700 Command List (5/5) ............................... 13
BRC-H700 Inquiry Command List (1/3).................... 14
BRC-H700 Inquiry Command List (2/3).................... 15
BRC-H700 Inquiry Command List (3/3).................... 16
BRC-H700 Block Inquiry Command List .................. 17
VISCA Command Setting Values ............................. 22
Revision History ...................................................... 26
2
Page 3
VISCA1) RS-232C/RS-
VISCA Equipment
IN
OUT
IN
OUT
IN
OUT
VISCA Controller
422 Commands
Use of RS-232C/RS-422 control software based upon this command list may cause malfunction or damage to hardware and software. Sony Corporation is not liable for any such damage.

Overview of VISCA

Note
In the same network, all the camera address selectors should be set to “0” (automatic setting) or all the selectors should be manually set to “1” to “7”. Do not mix the automatic setting and the manual setting.
Each VISCA device has a VISCA IN and VISCA OUT connector. Set the DTR input (the S output of the controller) of VISCA IN to H when controlling VISCA equipment from the controller.
In VISCA, the side outputting commands, for example, a computer, is called the controller, while the side receiving the commands, such as a BRC-H700, is called the peripheral device. The BRC-H700 serves as a peripheral device in VISCA. In VISCA, up to seven peripheral devices like the BRC-H700 can be connected to one controller using communication conforming to the RS-232C/RS-422 standard. The parameters of RS-232C/RS-422 are as follows.
• Communication speed: 9600 bps/38400 bps
• Data bits : 8
• Start bit : 1
• Stop bit : 1
• Non parity Flow control using XON/XOFF and RTS/CTS, etc., is not supported.
Peripheral devices are connected in a daisy chain. As shown in Fig. 1, the actual internal connection is a one­direction ring, so that messages return to the controller via the peripheral devices. The devices on the network are assigned addresses. The address of the controller is fixed at 0. The addresses of peripheral devices are as follows.
Fig. 1 VISCA network configuration
When the address of the controller is fixed at 0
The addresses of the peripheral devices are 1, 2, 3 ... in order, starting from the one nearest the controller. The address of the peripheral device is set by sending address commands during the initialization of the network.
When the address of the controller is fixed at 1 through 7 (in manual setting mode)
The addresses of the peripheral devices will be set on a preselected number. Within a single system, the same number can be used only once. If the address-switch number other than 0 is to be used, change the BRC­H700 camera address selectors to a different number beforehand.
................................................................................................................................................................................................................................
1)VISCA is a protocol which controls consumer camcorders developed by Sony. “VISCA” is a trademark of Sony Corporation.
3
Page 4

VISCA Communication Specifications

VISCA packet structure
The basic unit of VISCA communication is called a packet (Fig. 2). The first byte of the packet is called the header and comprises the sender’s and receiver’s addresses. For example, the header of the packet sent to the BRC-H700 assigned address 1 from the controller (address 0) is hexadecimal 81H. The packet
Packet (3 to 16 bytes)
sent to the BRC-H700 assigned address 2 is 82H. In the command list, as the header is 8X, input the address of the BRC-H700 at X. The header of the reply packet from the BRC-H700 assigned address 1 is 90H. The packet from the BRC-H700 assigned address 2 is A0H. Some of the commands for setting BRC-H700 units can be sent to all devices at one time (broadcast). In the case of broadcast, the header should be hexadecimal 88H. When the terminator is FFH, it signifies the end of the packet.
Message (1 to 14 bytes)Header
Byte 1 Byte 2 Byte 3
Sender’s
10
Bit 7
(MSB)
Note
address
Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
Receiver’s address
(LSB)
Fig. 2 Packet structure
Fig. 2 shows the packet structure, while Fig. 3 shows the actual waveform. Data flow will take place with the LSB first.
Start
Bit 0 Bit 1 Bit 2 Bit 3 Bit 4 Bit 5
bit
(LSB)
1 byte
Terminator
FF
11111111
Bit 7
Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
(MSB)
Bit 6 Bit 7
(MSB)
Stop bit.
(LSB)
Fig. 3 Actual waveform for 1 byte.
Timing Chart
As VISCA Command processing can only be carried out one time in a Vertical cycle, it takes the maximum 1V cycle time for an ACK/Completion to be returned. If the Command ACK/Completion communication time can be cut shorter than the 1V cycle time, then every 1V cycle can receive a Command. From this point, if 2 or more commands in a row are to be sent, wait for the first command (for normal commands, an ACK or an error message, for query commands, an Inquiry Packet) to be carried out before sending the next one.
General Commands
Command
RxD
TxD
Within16.7msec(20msec*50i)
Query Commands
16.7msec(20msec*50i)
Command
RxD
TxD
ACK Completion
Inquiry Pocket
16 Byte
4
Page 5
Command and inquiry
Socket number
z Command
Sends operational commands to the BRC-H700.
z Inquiry
Used for inquiring about the current state of the BRC-H700.
Command Packet Note
Inquiry 8X QQ RR ... FF QQ
1)
QQ = 01 (Command), 09 (Inquiry)
2)
RR = 00 (Interface), 04 (camera 1), 06 (Pan/Tilter)
X = 1 to 7: BRC-H700 address
1)
= Command/Inquiry,
2)
RR
= category code
For actual values to be sent, see Command Lists or Inquiry Command Lists.
Responses for commands and inquiries
z ACK message
Returned by the BRC-H700 when it receives a command. No ACK message is returned for inquiries.
z Completion message
Returned by the BRC-H700 when execution of commands or inquiries is completed. In the case of inquiry commands, it will contain reply data for the inquiry after the 3rd byte of the packet. If the ACK message is omitted, the socket number will contain a
0.
Reply Packet Note
Ack X0 4Y FF Y = socket number Completion (commands) X0 5Y FF Y = socket number Completion (Inquiries) X0 5Y ... FF Y = socket number X = 9 to F: BRC-H700 address + 8
When command messages are sent to the BRC-H700, it is normal to send the next command message after waiting for the completion message or error message to return. However to deal with advanced uses, the BRC-H700 has two buffers (memories) for commands, so that up to two commands including the commands currently being executed can be received. When the BRC-H700 receives commands, it notifies the sender which command buffer was used using the socket number of the ACK message. As the completion message or error message also has a socket number, it indicates which command has ended. Even when two command buffers are being used at any one time, a BRC-H700 management command and some inquiry messages can be executed. The ACK message is not returned for these commands and inquiries, and only the completion message of socket number 0 is returned.
Command execution cancel
To cancel a command which has already been sent, send the Cancel command as the next command. To cancel one of any two commands which have been sent, use the cancel message.
Cancel Packet Note
Cancel 8X 2Y FF Y = socket number X = 1 to 7: BRC-H700/P address, Y = socket number
The Command canceled error message will be returned for this command, but this is not a fault. It indicates that the command has been canceled.
z Error message
When a command or inquiry command could not be executed or failed, an error message is returned.
Error Packet Description
X0 6Y 01 FF Message length error X0 6Y 02 FF Syntax Error X0 6Y 03 FF Command buffer full X0 6Y 04 FF Command cancelled X0 6Y 05 FF No socket (to be cancelled) X0 6Y 41 FF Command not executable X = 9 to F: BRC-H700 address + 8, Y = socket number
5
Page 6

VISCA Device Setting Command

Before starting control of the BRC-H700, be sure to send the Address command and the IF_Clear command using the broadcast function.
For VISCA network administration
z Address
Sets an address of a peripheral device. Use when initializing the network, and receiving the following network change message.
z Network Change
Sent from the peripheral device to the controller when a device is removed from or added to the network. The address must be re-set when this message is received.
Packet Note
Address 88 30 01 FF Always broadcasted. Network Change X0 38 FF X = 9 to Fh: BRC-H700 address + 8
VISCA interface command
z IF_Clear
Clears the command buffers in the BRC-H700. When cleared, the operation currently being executed is not guaranteed.
Command Packet Reply Packet Note
IF_Clear 8X 01 00 01FF X0 50 FF IF_Clear (broadcast) 88 01 00 01 FF 88 01 00 01 FF X = 1 to 7: BRC-H700 address (For inquiry packet) X = 9 to Fh: BRC-H700 address +8 (For reply packet)
VISCA interface and inquiry
z CAM_VersionInq
Returns information on the VISCA interface.
Inquiry Inquiry Packet Reply Packet Description
CAM_VersionInq 8X 09 00 02 FF Y0 50 GG GG HH HH JJ JJ KK FF GGGG = Vender ID
(0001: Sony) HHHH = Model ID 0501: BRC-H700 0502: BRU-H700 JJJJ = ROM revision KK = Maximum socket # (02)
X = 1 to 7: BRC-H700 address (For inquiry packet) X = 9 to Fh: BRC-H700 address +8 (For reply packet)
6
Page 7

VISCA Command/ACK Protocol

Command Command Message Reply Message
General Command 81 01 04 38 02 FF 90 41 FF (ACK)+90 51 FF
(Example) (Completion)
90 42 FF 90 52 FF
81 01 04 38 FF 90 60 02 FF (Syntax Error)
(Example)
81 01 04 38 02 FF 90 60 03 FF
(Example) (Command Buffer Full)
81 01 04 08 02 FF 90 61 41 FF
(Example) (Command Not Executable)
90 62 41FF
Inquiry Command 81 09 04 38 FF 90 50 02 FF (Completion)
(Example)
81 09 05 38 FF 90 60 02 FF (Syntax Error)
(Example)
Address Set 88 30 01 FF 88 30 02 FF
IF_Clear (Broadcast) 88 01 00 01 FF 88 01 00 01 FF
IF_Clear (For x) 8x 01 00 01 FF z0 50 FF (Completion)
Command Cancel 8x 2y FF z0 6y 04 FF
(Command Canceled)
z0 6y 05 FF (No Socket)
Comments
Returns ACK when a command has been accepted, and
Completion when a command has been executed.
Accepted a command which is not supported or a command
lacking parameters.
There are two commands currently being executed, and the
command could not be accepted.
Could not execute the command in the current mode.
ACK is not returned for the inquiry command.
Accepted an incompatible command.
Returned the device address to +1.*
Returned the same command.
ACK is not returned for this command.
Returned when the command of the socket specified is canceled.
Completion for the command canceled is not returned.
Returned when the command of the specified socket has already
been completed or when the socket number specified is wrong.
* When the address-switch is fixed at 0, the value x in 88 30 0x FF will be indeterminate.
Do not transmit the command (except Address Set, IF_Clear, Command Cancel, CAM_Power), when menu panel shows on the screen. In that case, clear the menu panel first using CAM_Menu Command, and then proceed.
7
Page 8

VISCA Camera-Issued Messages

ACK/Completion Messages
Command Command Message
ACK z0 4y FF
(y:Socket No.)
Completion z0 5y FF
(y:Socket No.)
z = Device address + 8
Error Messages
Command Command Message
Syntax Error z0 60 02 FF
Command Buffer Full z0 60 03 FF
Command Canceled z0 6y 04 FF
(y:Socket No.)
No Socket z0 6y 05 FF
(y:Socket No.)
Command Not Executable z0 6y 41 FF
(y:Socket No.)
Comments
Returned when the command is accepted.
Returned when the command has been executed.
Comments
Returned when the command format is different or when a command with illegal
command parameters is accepted.
Indicates that two sockets are already being used (executing two commands) and the
command could not be accepted when received.
Returned when a command which is being executed in a socket specified by the
cancel command is canceled. The completion message for the command is not
returned.
Returned when no command is executed in a socket specified by the cancel
command, or when an invalid socket number is specified.
Returned when a command cannot be executed due to current conditions. For
example, when commands controlling the focus manually are received during auto
focus.
Network Change Message
Command Command Message
Network Change z0 38 FF
Comments
Issued when power is supplied to the camera.
8
Page 9

BRC-H700 Commands

BRC-H700 Command List (1/5)

Command Set Command Command Packet Comments
AddressSet Broadcast 88 30 01 FF Address Set
IF_Clear Broadcast 88 01 00 01 FF I/F Clear
CommandCancel 8x 2p FF p: Socket No (= 1 to 2)
CAM_Power On 8x 01 04 00 02 FF Power On/Off
Off 8x 01 04 00 03 FF
CAM_Zoom Stop 8x 01 04 07 00 FF
Tele(Standard) 8x 01 04 07 02 FF
Wide(Standard) 8x 01 04 07 03 FF
Tele(Variable) 8x 01 04 07 2p FF p (= 0: Slow to 7: Fast)
Wide(Variable) 8x 01 04 07 3p FF p (= 0: Slow to 7: Fast)
Direct 8x 01 04 47 0p 0q 0r 0s FF pqrs: Zoom Position*
CAM_Focus Stop 8x 01 04 08 00 FF
Far(Standard) 8x 01 04 08 02 FF
Near(Standard) 8x 01 04 08 03 FF
Far(Variable) 8x 01 04 08 2p FF p (= 0: Slow to 7: Fast)
Near(Variable) 8x 01 04 08 3p FF p (= 0: Slow to 7: Fast)
Direct 8x 01 04 48 0p 0q 0r 0s FF pqrs: Focus Position*
Auto Focus 8x 01 04 38 02 FF AF ON/OFF
Manual Focus 8x 01 04 38 03 FF
Auto/Manual 8x 01 04 38 10 FF
One Push Trigger 8x 01 04 18 01 FF One Push AF Trigger
Infinity 8x 01 04 18 02 FF Forced Infinity
CAM_WB Auto 8x 01 04 35 00 FF Normal Auto
Indoor 8x 01 04 35 01 FF Indoor Mode
Outdoor 8x 01 04 35 02 FF Outdoor Mode
One Push WB 8x 01 04 35 03 FF One Push WB Mode
Manual 8x 01 04 35 05 FF Manual Control Mode
One Push Trigger 8x 01 04 10 05 FF One Push WB trigger
CAM_RGain Reset 8x 01 04 03 00 FF Default R Gain setting
Up 8x 01 04 03 02 FF
Down 8x 01 04 03 03 FF
Direct 8x 01 04 43 00 00 0p 0q FF pq: R Gain (= 00 to FFh)
CAM_BGain Reset 8x 01 04 04 00 FF Default B Gain setting
Up 8x 01 04 04 02 FF
Down 8x 01 04 04 03 FF
Direct 8x 01 04 44 00 00 0p 0q FF pq: B Gain (= 00 to FFh)
CAM_COLOR_GAIN Up 8x 01 04 09 02 FF
Down 8x 01 04 09 03 FF
Reset 8x 01 04 09 00 FF
Direct 8x 01 04 49 00 00 00 0p FF p: (= 0 to Eh)
* See the section under VISCA Command Setting Values.
9
Page 10

BRC-H700 Command List (2/5)

Command Set Command Command Packet Comments
CAM_COLOR_HUE Up 8x 01 04 0F 02 FF
Down 8x 01 04 0F 03 FF
Reset 8x 01 04 0F 00 FF
Direct 8x 01 04 4F 00 00 00 0p FF p: (= 0 to Eh)
CAM_WB_Sens Low 8x 01 04 56 01 FF
Middle 8x 01 04 56 02 FF
High 8x 01 04 56 03 FF
CAM_WB_Shift Up 8x 01 7E 01 2E 00 02 FF
Down 8x 01 7E 01 2E 00 03 FF
Reset 8x 01 7E 01 2E 00 00 FF
Direct 8x 01 7E 01 2E 01 0p FF p: (= 0 to Eh)
CAM_AE Full Auto 8x 01 04 39 00 FF Automatic exposure mode
Manual 8x 01 04 39 03 FF Manual control mode
Shutter Priority 8x 01 04 39 0A FF Shutter priority automatic exposure mode
Iris Priority 8x 01 04 39 0B FF Iris priority automatic exposure mode
Gain Priority 8x 01 04 39 0E FF Gain priority automatic exposure mode
CAM_AE_Speed Low 8x 01 04 5D 01 FF
Middle 8x 01 04 5D 02 FF
High 8x 01 04 5D 03 FF
CAM_AGC_LIMIT Direct 8x 01 04 2C 0p FF p: Gain Limit*
CAM_IRIS_LIMIT Direct 8x 01 04 2B 0p FF p: Iris Limit*
CAM_Shutter Reset 8x 01 04 0A 00 FF
Up 8x 01 04 0A 02 FF Shutter setting (1/60sec to 1/10000sec [59.94i])
Down 8x 01 04 0A 03 FF (1/50sec to 1/10000sec [50i])
Direct 8x 01 04 4A 00 00 0p 0q FF pq: Shutter Position*
CAM_Iris Reset 8x 01 04 0B 00 FF
Up 8x 01 04 0B 02 FF
Down 8x 01 04 0B 03 FF
Direct 8x 01 04 4B 00 00 0p 0q FF pq: Iris Position*
CAM_Gain Reset 8x 01 04 0C 00 FF
Up 8x 01 04 0C 02 FF
Down 8x 01 04 0C 03 FF
Direct 8x 01 04 4C 00 00 0p 0q FF pqrs: Gain Position*
CAM_ExpComp On 8x 01 04 3E 02 FF
Off 8x 01 04 3E 03 FF
Reset 8x 01 04 0E 00 FF
Up 8x 01 04 0E 02 FF
Down 8x 01 04 0E 03 FF
Direct 8x 01 04 4E 00 00 00 0p FF pqrs: ExpComp Position*
CAM_BackLight On 8x 01 04 33 02 FF
Off 8x 01 04 33 03 FF
CAM_SpotLight On 8x 01 04 3A 02 FF
Off 8x 01 04 3A 03 FF
Flicker Reduction On 8x 01 04 32 02 FF
Off 8x 01 04 32 03 FF
CAM_Aperture Reset 8x 01 04 02 00 FF
Up 8x 01 04 02 02 FF
Down 8x 01 04 02 03 FF
Direct 8x 01 04 42 00 00 00 0p FF p: Aperture Gain (= 0 to Fh)
* See the section under VISCA Command Setting Values.
10
Page 11

BRC-H700 Command List (3/5)

Command Set Command Command Packet Comments
CAM_Gamma Normal 8x 01 04 5B 00 FF
Cinema 8x 01 04 5B 01 FF
CAM_PictureEffect Off 8x 01 04 63 00 FF
B&W 8x 01 04 63 04 FF
CAM_Skintone_Detail On 8x 01 04 3C 02 FF
Off 8x 01 04 3C 03 FF
TYPE1 8x 01 04 5C 00 FF
TYPE2 8x 01 04 5C 01 FF
TYPE3 8x 01 04 5C 02 FF
CAM_Steady_Shot On 8x 01 04 34 02 FF
Off 8x 01 04 34 03 FF
SOFT 8x 01 04 54 01 FF
STANDARD 8x 01 04 54 02 FF
HARD 8x 01 04 54 03 FF
CAM_Memory Reset 8x 01 04 3F 00 0p FF p: Memory Number (=0 to Fh)
Set 8x 01 04 3F 01 0p FF p: Memory Number (=0 to Fh)
Recall 8x 01 04 3F 02 0p FF p: Memory Number (=0 to Fh)
CAM_Menu Off 8x 01 06 06 03 FF
CAM_Title Title Set 1 8x 01 7E 01 10 uu vv ww (uu: Hposition [00 to 18 (h)] vv:Vposition [00 to 0A (h)]
00 00 00 00 00 00 00 FF ww:Blink [00:off to 01:on])
Title Set 2 8x 01 7E 01 11 aa bb cc dd First 10 Words (ASCII CODE 20h to 7Eh)
ee ff gg hh ii jj FF
Title Set 3 8x 01 7E 01 12 kk ll mm nn Second 10 Words (ASCII CODE 20h to 7Eh)
oo pp qq rr ss tt FF
Title Clear 8x 01 7E 01 13 00 FF
Title On 8x 01 7E 01 13 02 FF
Title Off 8x 01 7E 01 13 03 FF
CAM_Preset_title Title Set 1 8x 01 7E 01 14 uu vv ww
0! 00 00 00 00 00 00 00 FF Refer to CAM_Title.
Title Set 2 8x 01 7E 01 15 0! aa bb cc dd aa-jj:First 10 Words (ASCII CODE 20h to 7Eh)
ee ff gg hh ii jj FF !: position No (=0 to Fh)
Title Set 3 8x 01 7E 01 16 0! kk ll mm nn kk-tt:Last 10 Words (ASCII CODE 20h to 7Eh)
oo pp qq rr ss tt FF !: position No (=0 to Fh)
Title Clear 8x 01 7E 01 17 0! 00 FF !: position No (=0 to Fh)
Title On 8x 01 7E 01 17 00 02 FF
Title Off 8x 01 7E 01 17 00 03 FF
CAM_IDWrite 8x 01 04 22 0p 0q 0r 0s FF pqrs: CameraID (=0000 to FFFFh)
IR_Receive On 8x 01 06 08 02 FF
Off 8x 01 06 08 03 FF
On/Off 8x 01 06 08 10 FF
(uu: Hposition vv: Vposition ww: Blink !: presetNo 0 to Fh)
11
Page 12

BRC-H700 Command List (4/5)

Command Set Command Command Packet Comments
Pan-tiltDrive Up 8x 01 06 01 VV WW 03 01 FF PanSpeed VV (= 01:Slow to 18h:Fast)
Down 8x 01 06 01 VV WW 03 02 FF TiltSpeed WW (= 01:Slow to 18h:Fast)
Left 8x 01 06 01 VV WW 01 03 FF
Right 8x 01 06 01 VV WW 02 03 FF
UpLeft 8x 01 06 01 VV WW 01 01 FF
UpRight 8x 01 06 01 VV WW 02 01 FF
DownLeft 8x 01 06 01 VV WW 01 02 FF
DownRight 8x 01 06 01 VV WW 02 02 FF
Stop 8x 01 06 01 VV WW 03 03 FF
AbsolutePosition 8x 01 06 02 VV 00 0Y 0Y Speed VV (= 01:Slow to 18h:Fast)
0Y 0Y 0Y 0Z 0Z 0Z 0Z FF YYYYY: Pan Position*
ZZZZ: Tilt Position*
RelativePosition 8x 01 06 03 VV 00 0Y 0Y Speed VV (= 01:Slow to 18h:Fast)
0Y 0Y 0Y 0Z 0Z 0Z 0Z FF YYYYY: Pan Position*
ZZZZ: Tilt Position*
Home 8x 01 06 04 FF
Reset 8x 01 06 05 FF
Pan-tiltLimitSet LimitSet 8x 01 06 07 00 0W 0Y 0Y W: 1 UpRight 0:DownLeft*
0Y 0Y 0Y 0Z 0Z 0Z 0Z FF YYYYY: PanLimit Position*
0x00000 (Center)
0x08A58 (Left End)
0xF75A8 (Right End)
ZZZZ: TiltLimit Position*
0x00000 (Center)
0x493D (Up End)
0xE796 (Down End)
LimitClear 8x 01 06 07 01 0W W: 1 UpRight 0:DownLeft
07 0F 0F 0F 0F 07 0F 0F 0F FF
RAMP_CURVE MODE1 8x 01 06 31 01 FF
MODE2 8x 01 06 31 02 FF
MODE3 8x 01 06 31 03 FF
D-SUB 15Pin OUTPUT Output 1 RGB 8x 01 7E 01 03 00 00 FF
Output 1 YPbPr 8x 01 7E 01 03 00 01 FF
RGB SYNC OFF 8x 01 7E 01 07 00 00 FF
RGB SYNC RGB 8x 01 7E 01 07 00 02 FF
D-SUB 15Pin SYNC 3-STATE 8x 01 7E 01 1A 00 00 FF
VD 8x 01 7E 01 1A 00 01 FF
EXT_SYNC Standard 8x 01 7E 01 2C 00 FF
Synchronous mode HD1 8x 01 7E 01 2C 01 FF
SD1 8x 01 7E 01 2C 02 FF
CAM_ImgFlip On 8x 01 04 66 02 FF
Off 8x 01 04 66 03 FF
CAM_PanReverse On 8x 01 7E 01 06 00 01 FF
Off 8x 01 7E 01 06 00 00 FF
Cam_TiltReverse On 8x 01 7E 01 09 00 01 FF
Off 8x 01 7E 01 09 00 00 FF
Cmd_Tally On 8x 01 7E 01 0A 00 02 FF When Power is on, return to off.
Off 8x 01 7E 01 0A 00 03 FF
Cmd_PT_M_Speed Preset PT Speed 8x 01 7E 01 0B 0p qq FF p: Memory number (=0 to Fh ) qq: Speed (=1 to 18h:fast)
* See the section under VISCA Command Setting Values.
12
Page 13

BRC-H700 Command List (5/5)

Command Set Command Command Packet Comments
Cmd_Disp_Info On 8x 01 7E 01 18 02 FF
Off 8x 01 7E 01 18 03 FF
Cmd_dzm_chg E-Zoom Limit 81 01 7E 01 19 0p FF p: 0:x1.0 1:x1.5 2:x2.0 3:x4.0
Cmd_Color_Bar On 81 01 04 7D 02 FF When Power is on, return to off.
Off 81 01 04 7D 03 FF
Command Set Command Command Packet Comments
FOR HFBK-XG1 Only CARD_Picture_size VGA [Crop] 8x 01 7E 01 1B 0p 00 FF
WXGA 8x 01 7E 01 1B 0p 01 FF
XGA [Crop] 8x 01 7E 01 1B 0p 02 FF
VGA [Letter] 8x 01 7E 01 1B 0p 04 FF
XGA [Letter] 8x 01 7E 01 1B 0p 06 FF
CARD_Sync_G Off 8x 01 7E 01 1C 0p 00 FF
On 8x 01 7E 01 1C 0p 01 FF
CARD_VD_Logic NEG 8x 01 7E 01 1D 0p 01 FF
(only when WXGA is selected) POS 8x 01 7E 01 1D 0p 00 FF
FOR HFBK-SD1 Only CARD_DOWN_OUTSEL1 RGB 8x 01 7E 01 24 0p 00 FF p: 0 BRC-H700 CARD SLOT
YPbPr 8x 01 7E 01 24 0p 01 FF p: 1 BRU-H700 CARD SLOT No1
CARD_DOWN_OUTSEL2 Y/C 8x 01 7E 01 25 0p 00 FF p: 2 BRU-H700 CARD SLOT No2
Composite 8x 01 7E 01 25 0p 01 FF
CARD_DOWN_RGBSYNC SYNC G 8x 01 7E 01 26 0p 01 FF
SYNC OFF 8x 01 7E 01 26 0p 02 FF
SYNC RGB 8x 01 7E 01 26 0p 03 FF
CARD_Picture_size 4:3 [Squeeze] 8x 01 7E 01 27 0p 00 FF
16:9 [Letter] 8x 01 7E 01 27 0p 01 FF
4:3 [Crop] 8x 01 7E 01 27 0p 02 FF
CARD_7.5IRE_Setup* ON (7.5IRE) 8x 01 7E 01 3B 0p 00 FF
OFF (0IRE) 8x 01 7E 01 3B 0p 01 FF
FOR HFBK-HD1 Only CARD_Analog_outsel RGB 8x 01 7E 01 28 0p 00 FF
YPbPr 8x 01 7E 01 28 0p 01 FF
CARD_Analog_RGB_SYNC RGB SYNC OFF 8x 01 7E 01 29 0p 00 FF
RGB SYNC ON (RGB) 8x 01 7E 01 29 0p 01 FF
CARD_SYNC_SEL VD 8x 01 7E 01 2A 0p 00 FF
3-STATE 8x 01 7E 01 2A 0p 01 FF
FOR HFBK-TS1 Only Audio Delay setting q: 0-A (step) 8x 01 7E 01 2B 0p 0q FF
* Available only for output of 59.94i signal format
13
Page 14

BRC-H700 Inquiry Command List (1/3)

Inquiry Command Command Packet Inquiry Packet Comments
CAM_PowerInq 8x 09 04 00 FF y0 50 02 FF On
y0 50 03 FF Off (Standby)
CAM_ZoomPosInq 8x 09 04 47 FF y0 50 0p 0q 0r 0s FF pqrs: Zoom Position
CAM_FocusModeInq 8x 09 04 38 FF y0 50 02 FF Auto Focus
y0 50 03 FF Manual Focus
CAM_FocusPosInq 8x 09 04 48 FF y0 50 0p 0q 0r 0s FF pqrs: Focus Position
CAM_WBModeInq 8x 09 04 35 FF y0 50 00 FF Auto
y0 50 01 FF Indoor
y0 50 02 FF Outdoor
y0 50 03 FF One Push WB
y0 50 05 FF Manual
CAM_RGainInq 8x 09 04 43 FF y0 50 00 00 0p 0q FF pq: R Gain
CAM_BGainInq 8x 09 04 44 FF y0 50 00 00 0p 0q FF pq: B Gain
CAM_ColorGainInq 8x 09 04 49 FF y0 50 00 00 00 0p FF p: ColorGain (0 to Eh)
CAM_Color HueInq 8x 09 04 4F FF y0 50 00 00 00 0p FF p: Color hue (0 to Eh)
CAM_WBShiftInq 8x 09 7E 01 2E FF y0 50 00 00 00 0p FF p: WB Shift (0 to Eh)
CAM_WBSensInq 8x 09 04 56 FF y0 50 01 FF Low
y0 50 02 FF Middle
y0 50 03 FF High
CAM_AEModeInq 8x 09 04 39 FF y0 50 00 FF Full Auto
y0 50 03 FF Manual
y0 50 0A FF Shutter Priority
y0 50 0B FF Iris Priority
y0 50 0E FF Gain Priority
CAM_AE Speed Inq 8x 09 04 5D FF y0 50 01 FF Low
y0 50 02 FF Middle
y0 50 03 FF High
CAM_AGC Limit Inq 8x 09 04 2C FF y0 50 00 FF 0dB
y0 50 01 FF 6dB
y0 50 02 FF 12dB
y0 50 03 FF 18dB
y0 50 04 FF Off
CAM_IrisLimitInq 8x 09 04 2B FF y0 50 00 FF F11
y0 50 01 FF F6.8
y0 50 02 FF F4.0
y0 50 03 FF F3.4
CAM_ShutterPosInq 8x 09 04 4A FF y0 50 00 00 0p 0q FF pq: Shutter Position*
CAM_IrisPosInq 8x 09 04 4B FF y0 50 00 00 0p 0q FF pq: Iris Position*
CAM_GainPosInq 8x 09 04 4C FF y0 50 00 00 0p 0q FF pq: Gain Position*
CAM_ExpCompModeInq 8x 09 04 3E FF y0 50 02 FF On
y0 50 03 FF Off
CAM_ExpCompPosInq 8x 09 04 4E FF y0 50 00 00 0p 0q FF pq: ExpComp Position*
CAM_BackLightModeInq 8x 09 04 33 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_SpotLightModeInq 8x 09 04 3A FF y0 50 02 FF On
y0 50 03 FF Off
CAM_NDFilterStatusInq 8x 09 7E 01 1F FF y0 50 00 FF ND: OFF
y0 50 01 FF ND: 1
y0 50 02 FF ND: 2
CAM_ApertureInq 8x 09 04 42 FF y0 50 00 00 0p 0q FF pq: Aperture Gain (= 0 to Fh)
CAM_PictureEffectModeInq 8x 09 04 63 FF y0 50 00 FF Off
y0 50 04 FF B&W
* See the section under VISCA Command Setting Values.
14
Page 15

BRC-H700 Inquiry Command List (2/3)

Inquiry Command Command Packet Inquiry Packet Comments
CAM_SkintoneModeInq 8x 09 04 3C FF y0 50 02 FF On
y0 50 03 FF Off
CAM_SkintoneTypeInq 8x 09 04 5C FF y0 50 00 FF TYPE1
y0 50 01 FF TYPE2
y0 50 02 FF TYPE3
CAM_GammaTypeInq 8x 09 04 5B FF y0 50 00 FF Normal
y0 50 01 FF Cinema
Flicker_ReductionInq 8x 09 04 32 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_SteadyModeInq 8x 09 04 34 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_SteadyTypeInq 8x 09 04 54 FF y0 50 01 FF SOFT
y0 50 02 FF STANDARD
y0 50 03 FF HARD
CAM_MemoryInq 8x 09 04 3F FF y0 50 pp FF pp: Memory number last operated*
CAM_MENUInq 8x 09 06 06 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_IDInq 8x 09 04 22 FF y0 50 0p 0q 0r 0s FF pqrs: Camera ID (= 000 to FFFFh)
CAM_VersionInq 8x 09 00 02 FF y0 50 00 01 mnpq: Model Code (05xx)
mn pq rs tu vw FF rstu: ROM version
vw: Socket Number (02)
CAM_TitleModeInq 8x 09 7E 01 13 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_PresetTitleModeInq 8x 09 7E 01 17 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_ReceiveInq 8x 09 06 08 FF y0 50 02 FF On
y0 50 03 FF Off
D-SUB 15Pin OutputInq 8x 09 7E 01 03 FF y0 50 0p FF p=0 RGB 1:YPbPr
D-SUB 15Pin RGB_SYNCInq 8x 09 7E 01 07 FF y0 50 0p FF p=0 OFF 2:RGB
D-SUB 15Pin SYNC OUTInq 8x 09 7E 01 1A FF y0 50 00 FF 3-STATE
y0 50 01 FF VD
CAM_ImgFlipInq 8x 09 04 66 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_DataMixInq 8x 09 7E 01 05 FF y0 50 02 FF On
y0 50 03 FF Off
CAM_PanReverseInq 8x 09 7E 01 06 FF y0 50 01 FF On
y0 50 00 FF Off
CAM_TiltReverseInq 8x 09 7E 01 09 FF y0 50 01 FF On
y0 50 00 FF Off
PanTilt_Status 8x 09 06 10 FF y0 50 pq rs FF pqrs: PanTilt Status*
PanTilt_Max_Speed 8x 09 06 11 FF y0 50 pq rs FF pq: Pan Max Speed rs: Tilt Max Speed
PanTilt_Position 8x 09 06 12 FF y0 50 0p 0q 0r 0s 0t 0u 0v 0w 0x FF pqrst: Pan Position*
uvwx: Tilt Position*
Tally 8x 09 7E 01 0A FF y0 50 02 FF On
y0 50 03 FF Off
PanTilt_Memory_Speed 8x 09 7E 01 0B 0p FF y0 50 qq FF
Pantilt_RampCurveInq 8x 09 06 31 FF y0 50 01 FF MODE1
y0 50 02 FF MODE2
y0 50 03 FF MODE3
p: Preset No. (= 0 to Fh) qq: Speed (= 1 to 18h)
* See the section under VISCA Command Setting Values.
15
Page 16

BRC-H700 Inquiry Command List (3/3)

Inquiry Command Command Packet Inquiry Packet Comments
CAM_Dzoom_Limit Inq 8x 09 7E 01 1E FF y0 50 00 FF Limit x1.0 (D-Zoom off)
y0 50 01 FF Limit x1.5
y0 50 02 FF Limit x2.0
y0 50 03 FF Limit x4.0
Block_inq Refer to Block Inquiry Command List.
CAM_50i60i_inq 8x 09 7E 01 31 FF y0 50 00 FF 50i
y0 50 01 FF 59.94i
Cam_Card_StatusInq 8x 09 7E 01 0E FF y0 50 0p FF p: Information on the optional card inserted
into the interface card slot of the BRC-H700
p:0 HFBK-HD1
p:3 HFBK-SD1
p:4 HFBK-XG1
p:5 HFBK-TS1
p:Eh BRBK-H700
p:Fh No card
CAM_EXTSYNC_SynchronousModeInq
CAM_Color_barInq 8x 09 04 7D FF y0 50 02 FF ON
8x 09 7E 01 2C FF y0 50 00 FF Standard
y0 50 01 FF HD1
y0 50 02 FF SDI
y0 50 03 FF OFF
Inquiry Command Command Packet Inquiry Packet Comments
FOR CARD_Picture_SizeInq 8x 09 7E 01 1B 0p FF y0 50 00 FF VGA [Crop]
HFBK-XG1 Only y0 50 01 FF WXGA
y0 50 02 FF XGA [Crop]
y0 50 04 FF VGA [Letter]
y0 50 06 FF XGA [Letter]
CARD_Sync_GInq 8x 09 7E 01 1C 0p FF y0 50 00 FF SYNC OFF
y0 50 01 FF SYNC ON (G)
CARD_VD_LogicInq 8x 09 7E 01 1D 0p FF y0 50 01 FF NEG
y0 50 00 FF POS
FOR CARD_D-SUB_OUT1Inq 8x 09 7E 01 24 0p FF y0 50 00 FF RGB
HFBK-SD1 Only y0 50 01 FF YCbCr
CARD_D-SUB_OUT2Inq 8x 09 7E 01 25 0p FF y0 50 00 FF Y/C
y0 50 01 FF VBS
CARD_RGBSYNC Inq 8x 09 7E 01 26 0p FF y0 50 01 FF SYNC ON (G)
y0 50 02 FF SYNC OFF
y0 50 03 FF SYNC RGB
CARD_Picture_SizeInq
CARD_7.5IRE_SetupInq* 8x 09 7E 01 3B 0p FF y0 50 00 FF ON (7.5IRE)
FOR CARD_Analog_OUTSEL_Inq 8x 09 7E 01 28 0p FF y0 50 00 FF RGB
HFBK-HD1 Only y0 50 01 FF YPbPr
CARD_Analog_RGB_SYNC Inq 8x 09 7E 01 29 0p FF y0 50 00 FF
CARD_SYNC_SEL Inq 8x 09 7E 01 2A 0p FF y0 50 00 FF VD
FOR Audio Delay 8x 09 7E 01 2B 0p FF y0 50 0q FF q: 0 (off) to Ah
HFBK-TS1 Only (10 steps)
8x 09 7E 01 27 0p FF y0 50 00 FF 4:3 [Squeeze]
y0 50 01 FF 16:9
y0 50 02 FF 4:3 [Crop]
y0 50 01 FF OFF (0IRE)
RGB SYNC OFF
y0 50 01 FF
y0 50 01 FF 3-STATE
RGB SYNC ON
p:0 BRC-H700 CARD SLOT
p:1 BRU-H700 CARD SLOT No.1
p:2 BRU-H700 CARD SLOT No.2
* Available only for output of 59.94i signal format
16
Page 17

BRC-H700 Block Inquiry Command List

Lens control system inquiry commands ....... Command Packet 8x 09 7E 7E 00 FF
Byte Bit Comments
7
6
5
4
0
3
2
1
0
70 Completion Message (50h)
61
50
41
1
30
20
10
00
70
60
50
40
2
3
2
1
0
70
60
50
40
3
3
2
1
0
70
60
50
40
4
3
2
1
0
70
60
50
40
5
3
2
1
0
Destination Address
Source Address
Zoom Position (HH)
Zoom Position (HL)
Zoom Position (LH)
Zoom Position (LL)
Byte Bit Comments
70
60
50
40
6
30
20
10
00
70
60
50
40
7
30
20
10
00
70
60
50
40
8
3
2
1
0
70
60
50
40
9
3
2
1
0
70
60
50
40
10
3
2
1
0
70
60
50
40
11
3
2
1
0
Focus Position (HH)
Focus Position (HL)
Focus Position (LH)
Focus Position (LL)
Byte Bit Comments
70
60
50
40
12
30
20
10
00
70
60
D-Zoom Mode 1: Separate
5
0: Combine
13 4 0
30
20
1 D-Zoom (1:On 0:Off)
0 Focus (1:Auto 0:Manual)
70
60
50
40
30
14
15
Camera Memory Recall
2
(1: Executing 0: Stopped)
Focus Command
1
(1: Executing 0: Stopped)
Zoom Command
0
(1: Executing 0: Stopped)
71 Terminator (FFh)
61
51
41
31
21
11
01
17
Page 18
Camera control system inquiry commands (1/2) ......Command Packet 8x 09 7E 7E 01 FF
Byte Bit Comments
7
6
5
4
0
3
2
1
0
70 Completion Message (50h)
61
50
41
1
30
20
10
00
70
60
50
40
2
3
2
1
0
70
60
50
40
3
3
2
1
0
70
60
50
40
4
3
2
1
0
70
60
50
40
5
3
2
1
0
Destination Address
Source Address
WB R-Gain (H)
WB R-Gain (L)
WB B-Gain (H)
WB B-Gain (L)
Byte Bit Comments
70
60
5 AWB Sens
4 (1: Low 2: Mid 3: High)
6
30
2 WB Mode
1 (0: Auto 1: Indoor 2: Outdoor
0 3: One Push 5: Manual)
70
60
50
40
7
3
2
1
0
70
60
50
4
8
3 Exposure Mode
2
(0: Auto 1: Manual Ah: Shutter Pri
1
Bh: Iris Pri Eh: Gain Pri)
0
70
60
50
40
9
3 Spot Light (1:On 0: Off)
2 Back Light (1:On 0:Off)
1 Exposure Comp. (1:On 0:Off)
0 Hyper Gain (1:On 0:Off)
70
60
50
4
10
3
2 Manual Shutter Position
1
0
70
60
50
4
11
3
2 Manual Iris Position
1
0
Aperture Gain
Byte Bit Comments
70
60
50
40
12
3
2
1
0
70
60
50
40
13
30
20
10
00
70
60
50
40
14
3
2
1
0
71 Terminator (FFh)
61
51
41
15
31
21
11
01
Manual Gain Position
Exposure Comp. Position
18
Page 19
Camera control system inquiry commands (2/2) .... Command Packet 8x 09 7E 7E 02 FF
Byte Bit Comments
7
6
5
4
0
3
2
1
0
70 Completion Message (50h)
61
50
41
1
30
20
10
00
70
60
50
40
2
30
20
1 (1:59.94i 0:50i)
0 Power On (1: On 0: Off)
70
60
50
40
3
3
2
1
0
70
60
50
40
4
3
2
1
0
70
60
50
4 Steady Shot (1: On 0: Off)
5
3 indefinite
2 Skintone (1: On 0: Off)
1 Flicker Cancel (1: On 0: Off)
0B & W (1: On 0: Off)
Destination Address
Source Address
Color Hue
Color Gain
Byte Bit Comments
70
60
50
40
6
3 Steady Shot Type
2 (1: Soft 2: Std 3: Hard)
1 ND Select
0 (0: Off 1: Filter1 2: Filter2)
70
60
50
4
7
3
2
1
0
70
60
50
84 0
30
20
10
00
70
60
50
40
9
30
20
10
00
70
60
50
40
10
3
2 AE Speed
1 (1: Low 2: Middle 3: High)
0
70
60
50
40
11
3
2 AGC Limit
1 (0: 0dB 1: 6dB 2: 12dB 3: 18dB)
0
Gamma Mode
(0: Normal 1: Cinema)
Skintone Mode
(0: Type1 1: Type2 2: Type3)
Byte Bit Comments
70
60
50
40
12
30
20
1 Iris Limit
0 (0: F11 1: F6.8 2: F4.0 3: F3.4)
70
60
50
40
13
30
20
1 D-Zoom Limit
0 (0: x1.0 1: x1.5 2: x2.0 3: x4.0)
70
60
50
40
14
30
20
10
00
71 Terminator (FFh)
61
51
41
15
31
21
11
01
19
Page 20
Other enlargement inquiry commands (1/2) .......... Command Packet 8x 09 7E 7E 03 FF
Byte Bit Comments
7
6
5
4
0
3
2
1
0
70 Completion Message (50h)
61
50
41
1
30
20
10
00
70
60
50
40
2
3
2
1
0
70
60
50
40
3
3
2
1
0
70
60
50
40
4
30
20
10
00
70
60
50
40
5
30
20
10
00
Destination Address
Source Address
D-Zoom Position (H)
D-Zoom Position (L)
Byte Bit Comments
70
60
50
40
6
30
20
10
00
70
60
50
40
7
30
20
10
00
70
60
50
40
8
30
20
10
00
70
60
50
40
9
30
20
10
00
70
60
50
4
10
3
2 Shutter Pri Position
1
0
70
60
50
4
11
3
2 Iris Pri Position
1
0
Byte Bit Comments
70
60
50
40
12
3
2
1
0
70
60
50
40
13
3
2
1
0
70
60
50
40
14
30
20
10
00
71 Terminator (FFh)
61
51
41
15
31
21
11
01
Gain Pri Position
WB Shift
20
Page 21
Other enlargement inquiry commands (2/2) .......... Command Packet 8x 09 7E 7E 04 FF
Byte Bit Comments
7
6
5
4
0
3
2
1
0
70 Completion Message (50h)
61
50
41
1
30
20
10
00
70
60
50
40
2
3
2
1
0
70
60
50
40
3
3
2
1
0
70
60
50
40
4
3
2
1
0
70
60
50
40
5
3
2
1
0
Destination Address
Source Address
Current WB R-GAIN (H)
Current WB R-GAIN (L)
Current WB B-GAIN (H)
Current WB B-GAIN (L)
Byte Bit Comments
70
60
50
40
6
3
2
1
0
70
60
50
40
7
3
2
1
0
70
60
50
4
8
3
2 IRIS Position Open F-number limit
1
0
70
60
50
40
9
30
20
1 IRIS Pri Open F-number limit
0
MANUAL IRIS Open F-number limit
70
60
50
4
10
3
2 Shutter Current Position
1
0
70
60
50
4
11
3
2 Iris Current Position
1
0
prism temp (H)
prism temp (H)
Byte Bit Comments
70
60
50
40
12
3
2
1
0
70
60
50
40
13
3
2
1
0
70
60
50
40
14
3
2
1
0
71 Terminator (FFh)
61
51
41
15
31
21
11
01
Gain Current Position
Lens Fan rpm (H)
Lens Fan rpm (L)
21
Page 22

VISCA Command Setting Values

Exposure Control
Iris
Parameter
18 F1.6
17 F1.7
16 F1.8
15 F2.0
14 F2.2
13 F2.4
12 F2.6
11 F2.8
10 F3.1
0F F3.4
0E F3.7
0D F4.0
0C F4.4
0B F4.8
0A F5.2
09 F5.6
08 F6.2
07 F6.8
06 F7.3
05 F8.0
04 F8.7
03 F9.6
02 F10
01 F11
00 CLOSE
IRIS (F1.6)
F No.
Gain
Parameter GAIN
8 HYPER*
7 18dB
6 15dB
5 12dB
4 9dB
3 6dB
2 3dB
1 0dB
* Returns 8 when HYPER (Parameter 8) is inquired.
Iris Limit
Parameter F No.
3 F3.4
2 F4.0
1 F6.8
0 F11
Shutter Speed
SHUTTER
15 1/10000 1/10000
14 1/6000 1/6000
13 1/4000 1/3500
12 1/3000 1/2500
11 1/2000 1/1750
10 1/1500 1/1250
0F 1/1000 1/1000
0E 1/725 1/600
0D 1/500 1/425
0C 1/350 1/300
0B 1/250 1/215
0A 1/180 1/150
09 1/125 1/120
08 1/100 1/100
07 1/90 1/75
06 1/60 1/50
59.94i 50i
[sec] [sec]
Exposure Compensation
EXPOSURE COMP
0E +10.5dB +7
0D +9dB +6
0C +7.5dB +5
0B +6dB +4
0A +4.5dB +3
09 +3dB +2
08 +1.5dB +1
07 0dB 0
06 – 1.5dB – 1
05 – 3dB – 2
04 – 4.5dB – 3
03 – 6dB – 4
02 – 7.5dB – 5
01 – 9dB – 6
00 – 10.5dB – 7
Comp Value Display
Gain Limit
Parameter F No.
4 OFF
3 18dB
2 12dB
1 6dB
0 0dB
22
Page 23
Zoom Ratio and Zoom Position (for reference)
Optical Zoom
Position Zoom Ratio
DATA × 12 Lens
0000 ×1
1982 ×2
24E2 ×3
2BC9 ×4
3099 ×5
343D ×6
3724 ×7
3988 ×8
3B8B ×9
3D43 ×10
3EBB ×11
4000 ×12
Digital Zoom
Position Zoom Ratio
DATA × 12 Lens
4000 ×1
6A00 ×2
7800 ×3
7F00 ×4
Pan/Tilt Position (for reference)
Pan
Angle Left Right
(Degree) YYYYY YYYYY
0 00000 00000
10 00823 FF7DD
20 01046 FEFBA
30 01869 FE797
40 0208C FDF74
50 028AF FD751
60 030D2 FCF2E
70 038F5 FC70B
80 04118 FBEE8
90 0493B FB6C5
100 0515E FAEA2
110 05981 FA67F
120 061A4 F9E5C
130 069C7 F9639
140 071EA F8E16
150 07A0D F85F3
160 08230 F7DD0
170 08A58 F75A8
1 degree: est. 0xD0
Tilt
Focus Ratio and Focus Position (for reference)
Optical Zoom
Focus Ratio Focus Distance
1000 Over Inf
2000 4m
3000 1.8m
4000 1.0m
5000 65cm
6000 30cm
7000 20cm
8000 13cm
9000 7cm
A000 4cm
B000 2cm
C000 1cm
Angle Up Down
(Degree) ZZZZ ZZZZ
0 0000 0000
10 0823 F7DD
20 1046 EFBA
30 1869 E796
40 208C
50 28AF
60 30D2
70 38F5
80 4118
90 493D
23
Page 24
Pan/Tilt Status Code List
PQRS
0 - - - - - - - 0 - - - - - - 1 Pan direction turns to left side
0 - - - - - - - 0 - - - - - 1 - Pan direction turns to right side
0 - - - - - - - 0 - - - - 1 - - Tilt direction turns to upper side
0 - - - - - - - 0 - - - 1 - - - Tilt direction turns to lower side
0 - - - - - - - 0 - - - 1 1 1 1 Pan/tilt position cannot be detected
0 - - - - - - - - - 0 0 - - - - Pan direction operates normal
0 - - - - - - - - - 1 0 - - - - Pan mechanism operates defective
0 - - - - - 0 0 0 - - - - - - - Tilt direction operates normal
0 - - - - - 1 0 0 - - - - - - - Tilt mechanism operates defective
0 - - - 0 1 - - 0 - - - - - - - Pan/Tilt operating
0 - - - 1 0 - - 0 - - - - - - - Pan/Tilt complete operation
0 - 0 0 - - - - 0 - - - - - - - Not initializing
0 - 0 1 - - - - 0 - - - - - - - Initializing
0 - 1 0 - - - - 0 - - - - - - - Complete initializing
0 - 1 1 - - - - 0 - - - - - - - Initializing failed
( - : optional)
24
Page 25
Memory function (Inquiry commands)
Preset No. pp: Memory number
last operated last operated
–00When no Recall command is used after the power
has been turned on
17F 00 (or =00 for Reset, Set and Recall commands)
201
302
403
504
605
706
807
908
10 09
11 0A
12 0B
13 0C
14 0D
15 0E
16 0F
Comments
25
Page 26

Revision History

Version Item Description
1.00 New Edition
1.10 VISCA Device Setting Command Model IDs for BRC-H700 and BRU-H700 changed in “VISCA interface and inquiry”
BRC-H700 Command List (5/5) Command packets for Cmd_Color_Bar On/Off changed
BRC-H700 Inquiry Command List (2/3) Footnote “See the section under VISCA Command Setting Values.” added to
CAM_MemoryInq
VISCA Command Setting Values Footnote added to Gain
1.20 7.5IRE Setup Setting Command for Command packets for CARD_7.5IRE_Setup ON/OFF and CARD_7.5IRE_SetupInq
HFBK-SDI only added.
Color Bar Inquiry Command Command packet for CAM_Color_barInq added.
26
Loading...