Programming
37
AXB-PT10/15/30 PosiTrack Camera Controllers
The following is an example of how to use the above functions to obtain a visual status of the
movement of the PosiTrack without being in visual contact.
Example:
In the
DEFINE_VARIABLE section of the Axcess program enter:
FLASH
In the DEFINE_PROGRAM section of the Axcess program type:
wait 5 Flash=!Flash
The 5 represents 1/2 a second. This causes the feedback button to blink (Flash) once every 1/2
second. FIG. 25 represents a sample command that creates a movement status button on the touch
panel.
Status Channels
Channel State Function
29 On Unit is panning
30 On Unit is tilting
95 On Unit has found its max pan left limit
96 On Unit has found its max pan right limit
97 On Unit has found its max tilt up limit
98 On Unit has found its max tilt down limit
228 On Unit has found its HOME position
248 On Unit is finding HOME position
FIG. 25 Send_Command for a status movement button
[TP, 81] = ([CAM, 101] || (FLASH && [CAM, 51]))
OR
AND
Channel number
Device number assigned to the PosiTrack unit
Channel number
Device assigned to touch panel or switch panel
Flashes the button until the
PosiTrack unit reaches the preset
number - in this case 51.
Required only once in the main line.
Comments to this Manuals