LS_SetHandWheelOff
Beschreibung:
Handrad Aus
Delphi:
function LS_SetHandWheelOff: Integer;
function LSX_SetHandWheelOff(LSID: Integer): Integer;
C++:
int SetHandWheelOff ();
LabView:
Parameter:
-
Beispiel:
LS.SetHandWheelOff();
LS_SetHandWheelOn
Beschreibung:
Handrad Ein
Delphi:
function LS_SetHandWheelOn(PositionCount, Encoder: Boolean): Integer;
function LSX_SetHandWheelOn(LSID: Integer; PositionCount, Encoder:
LongBool): Integer;
C++:
int SetHandWheelOn (BOOL fPositionCount,BOOL fEncoder);
LabView:
Parameter:
PositionCount: Positionszählung Ein/Aus
Encoder: Geberwerte, wenn vorhanden
Beispiel:
LS. SetHandWheelOn (true, true);
// Handrad Ein mit Positionszählung (Geberwerte)
LS_SetJoystickOff
Beschreibung:
Analog-Joystick Aus
Delphi:
function LS_SetJoystickOff: Integer;
function LSX_SetJoystickOff(LSID: Integer): Integer;
C++:
int SetJoystickOff();
LabView:
Parameter:
-
Beispiel:
LS.SetJoystickOff();
D31105-0400-0de
6.
LSTEP
Anhang
LSTEP_API
6 98