AXC-MSE Mouse Card
Programming
5
Programming
Use the following SEND_COMMANDs and channel assignments in the AXCESS
program for this card. Refer to the
AXCESS Programming Language
instruction
manual for more information.
Set mouse speed
Set the mouse speed in the AXCESS program, using the following syntax:
'P<Speed 1 or Speed 2>R<speed 1-255>'
Enter
1
for Speed 1 or
2
for Speed 2.
Enter a value from
1
through
255
for the speed, where 1 is slow (1.5 mouse ticks per
second) and 255 is fast (398 mouse ticks per second).
DEVICE_ID:$B8
P2R255
This example sets Speed 2 to 255.
Mouse movement and button functions
Figure 4 shows mouse movement channel assignments and their functions.
Channel assignments and functions
Channel Function
1
While channel is on, moves mouse N at Speed 1.
2
While channel is on, moves mouse NNE at Speed 1.
3
While channel is on, moves mouse NE at Speed 1.
4
While channel is on, moves mouse ENE at Speed 1.
5
While channel is on, moves mouse E at Speed 1.
6
While channel is on, moves mouse ESE at Speed 1.
7
While channel is on, moves mouse SE at Speed 1.
8
While channel is on, moves mouse SSE at Speed 1.
9
While channel is on, moves mouse S at Speed 1.
10
While channel is on, moves mouse SSW at Speed 1.
Figure 4
Channel assignments and
functions