LS_SetSnapshotPar
Beschreibung
Snapshot-Parameter
Delphi:
function LS_SetSnapshotPar(High, AutoMode: LongBool): Integer;
function LSX_SetSnapshotPar(LSID: Integer; High, AutoMode: LongBool):
Integer;
C++:
int SetSnapshotPar (BOOL bHigh, BOOL bAutoMode);
LabView:
Parameter:
High: Snapshot High-Aktiv
AutoMode: Snapshot-Position automatisch anfahren
Beispiel:
LS.SetSnapshotPar(true, false);
LS_GetSnapshotPos
Beschreibung
Snapshot-Position auslesen
Delphi
function LS_GetSnapshotPos(var X, Y, Z, A: Double): Integer;
function LSX_GetSnapshotPos(LSID: Integer; var X, Y, Z, A: Double):
Integer;
C++
int GetSnapshotPos (double *pdX, double *pdY, double *pdZ, double *pdA);
LabView:
Parameter
X, Y, Z, A: Positionswerte
Beispiel
double X, Y, Z, A;
LS.GetSnapshotPos(&X, &Y, &Z, &A);
D31105-0400-0de
6.
LSTEP
Anhang
LSTEP_API
6 152