UInt64And

Bitweises AND von zwei TwinCAT 2 vorzeichenlosen 64 Bit Zahlen („legacy“-Typ: T_ULARGE_INTEGER). Das Ergebnis ist eine vorzeichenlose 64 Bit Zahl.
Rückgabewert
Name | Typ | Beschreibung |
---|---|---|
UInt64And | T_ULARGE_INTEGER |
|
Eingänge
VAR_INPUT
ui64a : T_ULARGE_INTEGER;
ui64b : T_ULARGE_INTEGER;
END_VAR
Name | Typ | Beschreibung |
---|---|---|
ui64a | T_ULARGE_INTEGER |
|
ui64b | T_ULARGE_INTEGER |
|
Voraussetzungen
Entwicklungsumgebung | Zielplattform | Einzubindende SPS-Bibliotheken (Kategoriegruppe) |
---|---|---|
TwinCAT v3.1.0 | PC oder CX (x86, x64, Arm®) | Tc2_Utilities (System) |