Files
2025-08-25 16:23:26 +02:00

37 lines
717 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.15">
<GVL Name="GVL" Id="{2aba574d-0755-44e0-83df-600f0e48b732}">
<Declaration><![CDATA[{attribute 'qualified_only'}
VAR_GLOBAL
StartMeas : BOOL;
Pos1 : LREAL;
Pos2 : LREAL;
Wait1 : LREAL;
Wait2 : LREAL;
NrRep : UINT;
GerarInCmd : BOOL;
GerarOutCmd :BOOL;
GeraredStat : BOOL;
EnableAxis :BOOL;
StartCmd : BOOL := TRUE;
Reset : BOOL;
StopCmd : BOOL;
Done : BOOL;
ErrOut : UDINT;
Axis1moving : BOOL;
Axis1Stoping : BOOL;
Axis1ErrStoped : BOOL;
Axis1Enabled: BOOL;
moveInterface : MoveAbsParameter;
measInterface : CycleStruct;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>