LS_GetStopPolarity
Beschreibung:
Stopeingang Polarität lesen.
Delphi:
function LS_GetStopPolarity(var bHighActiv: LongBool): Integer;
function LSX_ GetStopPolarity (LSID: Integer; var bHighActiv: LongBool):
Integer;
C++:
int GetStopPolarity (BOOL *pbHighActiv);
LabView:
Parameter:
bHighActiv:
Beispiel:
LS. GetStopPolarity (&HighActiv);
LS_SetStopPolarity
Beschreibung:
Stopeingang Polarität einstellen. Da der Stopeingang einen Pull Up nach 5V
hat, muß man bei einem Schließer lowaktiv und bei einem Öffner highaktiv
einstellen.
Delphi:
function LS_SetStopPolarity(bHighActiv: LongBool): Integer;
function LSX_ SetStopPolarity (LSID: Integer; bHighActiv: LongBool):
Integer;
C++:
int SetStopPolarity (BOOL bHighActiv);
LabView:
Parameter:
bHighActiv:
Beispiel:
LS. SetStopPolarity (False); //Der Stopeingang ist lowaktiv.
True – Stopeingang highaktiv
False – lowaktiv
True – Stopeingang highaktiv
False – lowaktiv
D31105-0400-0de
6.
LSTEP
Anhang
LSTEP_API
6 67