Go to documentation repository
Page History
...
The panel model varies depending on the connected devices.
T8310 | All devices |
T8311 | Joystick only |
T8311/T8312 | Joystick and keypad |
T8311/T8313 | Joystick and jog dial |
T8312 | Keypad only |
T8312/T8313 | Keypad and jog dial |
T8313 | Jog dial only |
If complete AXIS T8310 control panel is used, then modules are connected to each other via AXIS T8312 keyboard (USB hub).
...
- scripts in JScript (see details on how to create scripts in Programming Guide (JScript));
- programs in internal language in INTELLECT;
- macros (see details in Administrator's Guide, see Creating and using macros section).
Pressing the key on the keyboard of AXIS T8310 control panel in Intellect there is Key is pressed or Key is released message.
Description of ‘Key is pressed’ and ’Key is released’ messages:
Event | Message | Parameter | Description | Value range |
KEY_PRESSED | Key pressed | param0 | Code of pressed key | 0..21 |
device | Device with pressed key. | 0 - AXIS T8312 main keyboard, 1 - AXIS T8313 keyboard | ||
KEY_RELEASED | Key pressed | param0 | Code of released key | 0..21 |
device | Device with released key | 0 - AXIS T8312 main keyboard, 1 – AXIS T8313 Jog Dial |
The Control panel object (TELEMETRY_EXT) is the issuer of these events. In the comment to these events the code of pressed and released key is specified.
...
Description of Position is changed message:
Event | Message | Parameter | Description | Value range |
MOVED | Position changed | param0 | Offset value | JogDial -1.. 1; shuttle -8..7 |
device | ‘AXIS T8313’ type of control-gear | 0 – JogDial, 1 – shuttle |
Description of the Position changed message:
...