
Software KeTop
T50VGA
82
User's Manual, Version: 1.3
© KEBA 2007
Events causing the client to send data:
z
Modification of value of override potentiometer
z
Modification of handwheel value
z
Modification of key status of a key
z
The joystick or the space mouse reaches the 0 position.
z
The joystick or space mouse leaves the 0 position.
z
Data inquiry of server
With each event, the client sends to the server a data package containing
the information about the type of event as well as the current data of all op-
erating elements. If the client produces several events one after the other,
and the server cannot process all of them at once (e.g. quick rotation of
handwheel and simultaneous rotation of the override potentiometer), the
server will send one message containing all events.
7.9.1
Events of Server
By sending a package to the client, the server can influence the status of
the LEDs on the client, set the current value of the handwheel, or request
the current values (position of joystick, handwheel and override potentiome-
ter, as well as state of keys). The server can also read the current states of
the values which can be modified by the server.
7.9.2 Data
Transmission
Each of the two socket connections between the client and the server con-
stitutes a channel for the data transmission in each direction. The data
structures relevant for the corresponding data direction are described in this
chapter.
Client
Æ
Server
typedef enum {
eKVCJoystickIsZero 0x0001
eKVCJoystickNotZero 0x0002
eKVCSpaceMouseIsZero 0x0004
eKVCSpaceMouseNotZero
0x0008
eKVCHandWheelChanged 0x0010
eKVCOverrideChanged 0x0020
eKVCKeyPressed
0x0040
eKVCKeyReleased
0x0080
eKVCLedValue
0x0100
eKVCContrast
0x0200
eKVCBrightness
0x0300
Содержание KeTop T50VGA
Страница 1: ...KeTop KeTop T50VGA Handheld Terminal User s Manual V 1 3 Translation of the original instructions ...
Страница 4: ...Änderungsverzeichnis KeTop T50VGA 4 User s Manual Version 1 3 KEBA 2007 ...
Страница 8: ...Inhalt KeTop T50VGA 8 User s Manual Version 1 3 KEBA 2007 ...
Страница 164: ...Conformity and Type Examination KeTop T50VGA 164 User s Manual Version 1 3 KEBA 2007 15 3Type Examination Certificate ...
Страница 165: ...Handheld Terminal Conformity and Type Examination User s Manual Version 1 3 165 KEBA 2007 ...