Programming The Pc Presenter For Use With An Axcess Central Controller; Creating A Buffer For Keyboard Input; Send_Commands - AMX Computer Control PC Presenter Instruction Manual

Amx corporation pc presenter computer control instruction manual
Hide thumbs Also See for Computer Control PC Presenter:
Table of Contents

Advertisement

Programmed keystrokes are not saved in permanent memory until program mode is
exited.
Programming the PC Presenter for Use With an Axcess
Central Controller
The PC Presenter can be connected to a Central Controller via AXlink, to control devices on the
AXlink bus. The following sub-sections describe the Axcess commands for the PC Presenter.

Creating a buffer for keyboard input

To recognize keyboard keystrokes in an Axcess program, you must create a buffer for the device in
Axcess. To create a buffer, use the CREATE_BUFFER keyword. This keyword can only be placed
in the DEFINE_START section of your program. The syntax is shown below:
CREATE_BUFFER <DEVICE> <ARRAY>
PRGM EX. 15
Standard keystrokes fill the buffer as ASCII characters. Special characters come in as their
embedded code equivalents as shown in the Send_Strings table on page 24 of this manual, in the
Send_Strings subsection. For more information on using buffers, refer to the Axcess Programming
Guide.

Send_Commands

Use the Send_Commands listed in the following table to program the Axcess Control System and
the PC Presenter. Refer to the Axcess Programming Guide for additional programming information.
Send_Commands
Command
'CLRM'
'DCODEOFF'
'DCODEON'
'IROFF'
'IRON'
'KBOFF'
'KBON'
'PMACRO<n>'
'MOUSEOFF'
'MOUSEON'
'MSPEED<S>'
'P<n>R<s>'
PC Presenter
Description
Clears permanent keystroke macro memory.
Disables AXlink Channel Codes from mouse disc.
Enables AXlink Channel Codes from mouse disc (default).
Disables IR reception.
Enables IR reception (default).
Disables keystrokes from attached keyboard to PC.
Enables keystrokes from attached keyboard to PC (default).
Invokes playback of keystroke macro for channel code n.
<n> = ASCII number from 1 to 255.
Disables mouse control from TXC-MS(L) to PC.
Enables mouse control from TXC-MS(L) to PC (default).
Set speed of TXC-MS(L) mouse disc.
<s> = ASCII number from 1 to 16 (default = 4)
Set speed number n to value s (for AXlink channel mouse control).
<n> = ASCII '1' or '2'
<s> = ASCII number from 0 to 255
Programming the PC Presenter
23

Advertisement

Table of Contents
loading

Table of Contents