LS_SetTargetWindow
Beschreibung:
Zielfenster
Delphi:
function LS_SetTargetWindow(X, Y, Z, A: Double): Integer;
function LSX_SetTargetWindow(LSID: Integer; X, Y, Z, A: Double): Integer;
C++:
int SetTargetWindow (double dX,double dY,double dZ,double dA);
LabView:
Parameter:
X, Y, Z und A
1 – 25000 (Motorincremente)
0.1 – Spindelsteigung/2 (µm)
0.0001 – Spindelsteigung/2 (mm)
(Werte sind abhängig von der Dimension)
Beispiel:
LS.SetTargetWindow(1.0, 0.002, 1.0, 1.0);
LS_SetCtrFastMoveOff
Beschreibung:
Fast Move Funktion deaktivieren
Delphi:
function LS_ SetCtrFastMoveOff: Integer;
function LSX_ SetCtrFastMoveOff(LSID: Integer): Integer;
C++:
int SetCtrFastMoveOff ();
LabView:
Parameter:
Beispiel:
LS. SetCtrFastMoveOff ();
D31105-0400-0de
6.
LSTEP
Anhang
LSTEP_API
6 145