User manual AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Lastmanuals provides you a fast and easy access to the user manual AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL. We hope that this AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL user guide will be useful to you.

Lastmanuals help download the user guide AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL.


Mode d'emploi AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL
Download
Manual abstract: user guide AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL

Detailed instructions for use are in the User's Guide.

[. . . ] instruction manual AXP-PLV PosiTrack Pilot Video Camera Controller (Firmware version G3) C a m e ra C o n t r o l S y s t e m s AMX Limited Warranty and Disclaimer AMX Corporation warrants its products to be free of defects in material and workmanship under normal use for three (3) years from the date of purchase from AMX Corporation, with the following exceptions: · · · · · Electroluminescent and LCD Control Panels are warranted for three (3) years, except for the display and touch overlay components that are warranted for a period of one (1) year. Disk drive mechanisms, pan/tilt heads, power supplies, MX Series products, and KC Series products are warranted for a period of one (1) year. Unless otherwise specified, OEM and custom products are warranted for a period of one (1) year. Software is warranted for a period of ninety (90) days. [. . . ] Syntax: "'XMTO <number>'" Variables: number = 4 - 30 ASCII characters Example: SEND_COMMAND TP, "'XMTO 5'" Sets the new delay time to 5 seconds. XMRT Sets the new network communication retry value for the panel and SOFTROM. Syntax: "'XMRT <number>'" Variables: number = 1 - 15 ASCII characters Example: SEND_COMMAND TP, "'XMRT 9'" Sets the number of retries to 9. AXP-PLV PosiTrack Pilot Video Camera Controller 23 Programming System Send_Commands (Cont. ) TPAGEON Activates page tracking. Syntax: "'TPAGEON'" Example: SEND_COMMAND TP, 'TPAGEON' DEFINE_DEVICE TP1 = 128 (*AMX Touch Panel*) TP2 = 129 (*AMX Touch Panel*) DEFINE_VARIABLE TP1_BUFFER[100] (*Buffer for TP1*) TP2_BUFFER[100] (*Buffer for TP2*) TRASH[50] (*For Parsing Above*) DEFINE_START CREATE_BUFFER TP1, TP1_BUFFER CREATE_BUFFER TP2, TP2_BUFFER SEND_COMMAND TP1, 'TPAGEON' SEND_COMMAND TP2, 'TPAGEON' DEFINE_PROGRAM (***** PAGE TRACKING ROUTINE *******************) IF(LENGTH_STRING(TP1_BUFFER)) { IF(FIND_STRING(TP1_BUFFER, 'PAGE-', 1) { TRASH=REMOVE_STRING(TP1_BUFFER, 'PAGE-', 1) SEND_COMMAND TP2, "'PAGE-', TP1_BUFFER" CLEAR_BUFFER TP1_BUFFER } IF((FIND_STRING(TP1_BUFFER, 'PPON-', 1))) OR(FIND_STRING(TP1_BUFFER, ('PPOF-', 1))) { SEND_COMMAND TP2, TP1_BUFFER CLEAR_BUFFER TP1_BUFFER } } IF(LENGTH_STRING(TP2_BUFFER)) { IF(FIND_STRING(TP2_BUFFER, 'PAGE-', 1)) { TRASH=REMOVE_STRING(TP2_BUFFER, 'PAGE-', 1) SEND_COMMAND TP1, "'PAGE-', TP2_BUFFER" CLEAR_BUFFER TP2_BUFFER } IF((FIND_STRING(TP1_BUFFER, 'PPON-', 1)) OR(FIND_STRING(TP1_BUFFER', (PPOF-', 1))) { SEND_COMMAND TP1, TP2_BUFFER CLEAR_BUFFER TP2_BUFFER } } (*********************************** In this program, the command string is sent to the Controller in the 'PAGE-(page name)' or 'PPON/PPOF-(page name)' format. The string can be captured in the buffer for one panel and sent to the other panel. If panels are combined using the DEFINE_COMBINE statement, the routine needs to be written only once, and the command is sent back to the same panel. *********************************************************) (************END OF PAGE TRACKING ROUTINE****************************) 24 AXP-PLV PosiTrack Pilot Video Camera Controller Programming System Send_Commands (Cont. ) ZAP!Clears all memory; erases buttons, pages, drawings, and symbols. Syntax: "'ZAP!'" Example: SEND_COMMAND TP, "'ZAP!'" Clears all memory and erases all buttons, pages, drawings, and symbols. Only use the ZAP!command to erase all the saved data in the touch panel; data cannot be recovered after it is erased. Video Send_Commands Video Send_Commands direct the touch panel to perform various video specific operations. Video Send_Commands @VBR Syntax: Sets the video sig- "'@VBR<data>'" nal brightness. Variables: data = 0 (min) - 255 (max) Example: SEND_COMMAND TP, "'@VBR 128'" Sets the video brightness to 128. Syntax: "'@VCT<data>'" Variables: data = 0 (min) - 255 (max) Example: SEND_COMMAND TP, "'@VCT 128'" Sets the video contrast to 128. @VDD Sets the autodetection or manual setting of the video standard. Syntax: "'@VDD<mode>'" Variables: mode = 1 = Auto-detect video input 2 = Manual set NTSC 3 = Manual set PAL 4 = Manual set SECAM Example: SEND_COMMAND TP, "'@VDD 3'" Sets the panel to only display the PAL video format. @VHU Syntax: Sets the video sig- "'@VHU<data>'" nal hue. Variables: data = 0 (min) - 255 (max) Example: SEND_COMMAND TP, "'@VHU 128'" Sets the video hue to a value of 128. AXP-PLV PosiTrack Pilot Video Camera Controller 25 Programming Video Send_Commands (Cont. ) @VSD Sets the video default settings (brightness, contrast, saturation, hue). Syntax: "'@VSD'" Variables: data = 0 (min) - 255 (max) Example: SEND_COMMAND TP, "'@VSD'" Sets the incoming video values to their default settings. Syntax: "'@VST<data>'" Variables: data = 0 (min) - 255 (max) Example: SEND_COMMAND TP, "'@VST 128'" Sets the video saturation to 128. AXP-AI8 Send_Commands An AXP-AI8 is located within the AXP-PLV. These commands are necessary for turning channel delta modes ON and OFF. Delta mode compensates for level changes in continuous rotation potentiometers and should be turned ON for iris and focus knobs in the AXP-PLV. Send_Commands SEND COMMAND AI8, "'DELTA5 ON'" or SEND COMMAND AI8, "'DELTA5'" SEND COMMAND AI8, "'DELTA7 ON'" or SEND COMMAND AI8, "'DELTA7'" SEND COMMAND AI8, "'DELTA5 OFF'" Takes channel 5 out of delta mode. [. . . ] If power is lost between the erase of flash memory and the completion of copying the new boot code from RAM to flash memory, the unit will not operate at all when power returns. If you have not already installed the SoftROM program, do so by logging into the AMX. com site and going to Dealers > Tech Center > Downloadable Files > Firmware Files. Scroll-down the list of products to find the PosiTrack Pilot firmware TSK files (see the PosiTrack Pilot FG to TSK file relation section on page 41 for information on which TSK to use). Configuration To configure the communication setting for the SoftROM program: 1. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets...
In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service.

Click on "Download the user manual" at the end of this Contract if you accept its terms, the downloading of the manual AMX AXP-PLV POSITRACK PILOT VIDEO TOUCH PANEL will begin.

Search for a user manual

 

Copyright © 2015 - LastManuals - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.

flag