NetLinx Programming
136
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 137).
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 137).
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.
Содержание TPI-PRO-4
Страница 14: ...xii TPI PRO Total Presentation Interface Table of Contents ...
Страница 76: ...TPI PRO DVI Configuration Pages 70 TPI PRO DVI Total Presentation Interface ...
Страница 172: ...Terminal Telnet Commands 166 TPI PRO DVI Total Presentation Interface ...
Страница 180: ...Upgrading Firmware 174 TPI PRO DVI Total Presentation Interface ...
Страница 208: ...Supported Input and Output Modes 202 TPI PRO DVI Total Presentation Interface ...
Страница 214: ...Appendix 208 TPI PRO DVI Total Presentation Interface ...
Страница 217: ...Troubleshooting 203 TPI PRO Total Presentation Interface ...