AcsiCell
Initialisiert die Datenelemente der Struktur: ST_AcsiCell.
Namensraum: Tc3_Acsi
Bibliothek: Tc3_Acsi (Tc3_Acsi.compiled-library)
FUNCTION AcsiCell : ST_AcsiCell
VAR_INPUT
xStart : REAL;
xEnd : REAL;
yStart : REAL;
yEnd : REAL;
END_VAR
Eingänge
Name | Typ | Beschreibung |
---|---|---|
xStart | REAL | Datenelement „xStart“, das gesetzt werden soll. |
xEnd | REAL | Datenelement „xEnd“, das gesetzt werden soll. |
yStart | REAL | Datenelement „yStart“, das gesetzt werden soll. |
yEnd | REAL | Datenelement „yEnd“, das gesetzt werden soll. |
Beispiel
METHOD FINAL Sample_AcsiCell : BOOL
VAR
cell: ST_AcsiCell;
END_VAR
cell:=AcsiCell(xStart:=1.0, xEnd:=1.0, yStart:=1.0, yEnd:=1.0);
Sample_AcsiCell:=TRUE;