AMX TPI-PRO-2 Spezifikationen Seite 137

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 194
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 136
NetLinx Programming
135
TPI-PRO/DVI (Total Presentation Interface)
Input Commands
These commands are not case-sensitive.
A device must first be defined in the NetLinx programming language with values for
the Device: Port: System (in all programming examples - Panel is used in place of
these values and represents all compatible G4 devices).
Input Commands
^CAL
Put panel in
calibration mode.
Syntax:
"'^CAL'"
Example:
SEND COMMAND Panel,"'^CAL'"
Puts the panel in calibration mode.
^KPS
Set the keyboard
pass-thru.
Note: This command can be overridden by a ^PPS command (see page 136).
Syntax:
SEND_COMMAND <DEV>,"'^KPS-<pass data>'"
Variables (pass data):
<blank/empty> = Disables the keyboard.
0 = Clears the pass through. Keyboard data goes to G4 application (default).
1 = Pass data to device on port 1.
2 = Pass data to device on port 2.
3 = Pass data to device on port 3.
4 = Pass data to device on port 4.
5 = Pass data to master. Keyboard passed as a string to master.
Example:
SEND_COMMAND Panel,"'^KPS-2'"
Sets the keyboard pass-thru via the Input 2 USB port.
Note: The functionality of the ^MPS and ^KPS commands can be emulated using a USB
Keyboard plugged into the TPI-PRO/DVI by using the following keystroke combinations:
Keystroke Combo Equivalent Command
CTLR+ALT+KEYBOARD0 ^MPS-0 and ^KPS-0
CTLR+ALT+KEYBOARD1 ^MPS-1 and ^KPS-1
CTLR+ALT+KEYBOARD2 ^MPS-2 and ^KPS-2
CTLR+ALT+KEYBOARD3 ^MPS-3 and ^KPS-3
CTLR+ALT+KEYBOARD4 ^MPS-4 and ^KPS-4
^MPS
Set the mouse
pass-thru.
Note: This command can be overridden by a ^PPS command (see page 136).
Syntax:
SEND_COMMAND <DEV>,"'^MPS-<pass data>'"
Variables (pass data):
<blank/empty> = Disables the mouse and clears the cursor from the display.
0 = Clears the pass through. Mouse data goes to G4 application (default). Mouse Cursor
will be present on TPI-PRO display.
1 = Pass data to device on port 1.
2 = Pass data to device on port 2.
3 = Pass data to device on port 3.
4 = Pass data to device on port 4.
5 = Pass data to master. Mouse buttons passed as a custom event.
6 = Pass data to master. Mouse buttons and movements passed as a custom event.
Seitenansicht 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 193 194

Kommentare zu diesen Handbüchern

Keine Kommentare