AMX MAX-HT12T Bedienungsanleitung Seite 7

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 9
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 6
AudioReQuest Crestron Interface Guide v5.0.0
ReQuest Incorporated 100 Saratoga Village Blvd. #44 Ballston Spa, NY
Direct Line:518.899.1254 Support:800.236.2812 Facsimile:518.899.1251
-
4 -
The ‘ARQ TP Interface v500’ Include File
Under DEFINE_VARIABLE, modify the following:
a. The ARQ_DYNAMIC_IMAGES array should contain the names of the dynamic image resources
on their respective pages (see the comments next to each line for a description of each image).
This variables should not be modified unless necessary.
b. The ARQ_SELECT array should contain the channel numbers for the source buttons for each
AudioReQuest you have in the system. You need a unique channel number for each source
button on the touch panel.
c. The ARQ_DISCONNECT variable should contain the channel number for the button the returns
you to your source page. This tells the modules that you are no longer talking to the
AudioReQuest from that panel, and helps minimize unnecessary data traffic.
d. The ARQ_CMDS array contains all the channel numbers for the commonly used commands in
the module. This array MUST remain in order, however the actual channel number may be
modified if necessary. For any commands that you do not plan to use, you may set those
channel numbers to 9999.
e. The ARQ_ADV_CMDS array contains all the channel numbers for the more advanced, less
commonly used features available in the module. This array MUST remain in order, however the
actual channel number may be modified if necessary. For any commands that you do not plan to
use, you may set those channel numbers to 9999.
f. The ARQ_KEYBOARD_CH array contains all the channel numbers for the keyboard commands.
This array MUST remain in order, however the actual channel number may be modified if
necessary. For any commands that you do not plan to use, you may set those channel numbers
to 9999.
g. The ARQ_NUM_CH array contains all the channel numbers for the number commands (0-9).
This array MUST remain in order, however the actual channel number may be modified if
necessary. For any commands that you do not plan to use, you may set those channel numbers
to 9999.
h. The ARQ_FB_CH array contains all the address numbers for the text feedback available in the
module. This array MUST remain in order, however the actual channel number may be modified
if necessary. For any commands that you do not plan to use, you may set those channel
numbers to 9999.
i. The ARQ_ELAPSED_LVL integer contains the level value of the progress bar.
The ‘ARQ DMS Interface v500’ Include File
Every array in the file has the same properties as the corresponding array in the ‘ARQ TP Interface v5_0_0
include file. For example, the ARQ_SELECT_DMS array corresponds to the ARQ_SELECT array in the
ARQ TP Interface v5_0_0’ file. The only exceptions are as follows:
1. The ARQ_DMS_FILENAME variable should contain the name of the .KPD file used on the DMS
keypads.
2. The REFRESH_RATE variable should be set to the number of milliseconds after the module
receives text before the DMS keypads refresh. The lower the number, the faster it will refresh,
but it may slow down your system.
3. You must have 1 of the ARQ_DMS_TEXT_# variables for each DMS keypad defined in the system.
These variables contain the text feedback for the DMS keypad.
NOTE: According to AMX Tech Note #440, the variable text is defined as follows:
CHAR strVarText[
XX
][
YY
]
Where:
XX
is the highest number variable text channel and,
YY
is the max number of characters each variable text string can contain
Therefore, if you use 101-115 for the variable text channels, you must set
XX
to 115
Seitenansicht 6
1 2 3 4 5 6 7 8 9

Kommentare zu diesen Handbüchern

Keine Kommentare