ItpGetChannelId
ab Library Version 6.1.21und TwinCAT Version 2.10 Build 1304
ItpGetChannelId ist eine Funktion, die aus dem zyklischen Interface die Kanal ID ermittelt
Interface
FUNCTION ItpGetChannelId
VAR_IN_OUT
sNciToPlc : NciChannelToPlc;
END_VAR
Ein- & Ausgang | Datentyp | Beschreibung |
---|---|---|
sNciToPlc | NciChannelToPlc | Struktur des zyklischen Kanalinterfaces von der NCI zur SPS. Auf diese Struktur wird nur lesend zugegriffen. |
Rückgabewert
Datentyp | Beschreibung |
---|---|
UDINT | Kanal ID |
Beispiel
VAR
nChnId : UINT;
sNciToPlc : NciChannelToPlc;
END_VAR
nChnId := ItpGetChannelId( sNciToPlc );
siehe auch: ItpGetGroupId
Voraussetzungen
Entwicklungsumgebung |
Zielplattform |
Einzubindende SPS Bibliotheken |
---|---|---|
TwinCAT v2.10.0 |
PC (i386) |
TcNci.lib |