AXB-F117 Stealth 1 Camera Controller AXCESS Programming 27
AXCESS Programming
Overview
This section describes the AXCESS programming commands and functions for the
AXB-F117. The AXB-F117 control capabilities for camera functions include:
• Pan • Focus (servomotor; speed)
• Tilt • Focus (motor drive)
• Zoom (servomotor; positional) • Iris (servomotor; positional)
• Zoom (servomotor; speed) • Iris (servomotor; speed)
• Zoom (motor drive) • Iris (motor drive)
• Focus (servomotor; positional)
The AXB-F117 is controlled with device-specific channel settings and AXCESS
Send_Commands. You create the software programs with the AMX AXCESS
programming software. Use the programming information in this section along
with the AXCESS Programming Guide to create a program to control the AXB-F117.
The program resides in the AXCESS Control System.
Configuration Commands
Configuration commands (Figure 32) configure the manner in which the AXB-F117
operates.
Configuration commands
Command Function
'AD MODE <output 3-4> 8' Set the AD reported 8 bit levels. This is the default value.
Examples:
SEND_COMMAND CAM,'AD MODE 4 8'
Sets Focus Pot input to 8-bit level reporting (0-255).
'AD MODE <output 3-4>
10'
Set the AD reported 10 bit levels extended to 16 bits.
Examples:
SEND_COMMAND CAM,'AD MODE 4 10'
Sets Focus Pot input to 10-bit level reporting (0-65535).
Figure 32
Configuration commands