
Handheld Terminal
Software
User's Manual, Version: 1.3
59
© KEBA 2007
KtpGetOverridePotiRaw
Declaration
UINT8 KtpGetOverridePotiRaw(/*out*/UINT16 *p_pos);
Description
Gets the uncalibrated value from the override potentiometer.
Arguments
Pointer to the variable containing the current value of the override po-
tentiometer.
Remarks
This function may only be called if a override potentiometer is installed
on the device. If no override potentiometer is installed, the value of the
components are undefined.
KtpGetEnablingDevice
Declaration
UINT8 KtpGetEnablingDevice(/*in*/TKtpEnablingDeviceCircuit
circuit);
Description
Circuit is the value of the enabling switch to be read out when it is
pressed completely (panic position).
Arguments
Returns the current value of the enabling switch transferred in the cir-
cuit.
Remarks
This function may only be called if a enabling switch is installed on the
device. If no enabling switch is installed, the value of the components
are undefined.
KtpSetPotiCalibData
Declaration
UINT8 KtpSetPotiCalibData(/*in*/ UINT16 rawMin, UINT16
rawMax, UINT16 calibRange);
Description
Calibration of override potentiometer.
This function may only be called if a override potentiometer is installed
on the device. If no override potentiometer is installed, the value of the
components are undefined.
Arguments
UINT16 rawMin: value for smallest raw value
UINT16 rawMax: maximum raw value
UINT16 calibRange: maximum range of overridepoti
KtpGetWheelValue
Declaration
UINT8 KtpGetWheelValue(/*out*/UINT16 *p_val);
Description
Gets the actual value of the handwheel.
Arguments
Pointer to the variable containing the current value of the handwheel.
Remarks
This function may only be called if a handwheel is installed on the de-
vice. If no handwheel is installed, the value of the components are
undefined.
KtpSetWheelValue
Declaration
UINT8 KtpSetWheelValue(/*in*/UINT16 val);
Description
Sets the current position of the handwheel to the value transferred in
val.
Arguments
val is the value the handwheel should be set to.
Remarks
This function may only be called if a handwheel is installed on the de-
vice. If no handwheel is installed, the value of the components are
undefined.