Files
infineon_plc/PLC/LibraryCandidates/Unittests/PRG_Test.TcPOU
Matthias Heisig 3946e45c65 Changed from ISA88 to PackML
- Added PackML Base FB's
- Added Unit Tests for PackML Base State Machine
- Added Robot job numbers according to new interface
- Added PLC job number for robot to call according to new interface
- Change Robot to PackML interface
2026-01-23 22:55:49 +01:00

13 lines
399 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<POU Name="PRG_Test" Id="{f876543c-d362-446e-a091-152833fd4557}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM PRG_Test
VAR
_fbPackMLStateMachine_Test : FB_PackMLStateMachine_Test;
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[TcUnit.RUN();]]></ST>
</Implementation>
</POU>
</TcPlcObject>