First version Tray Feeder ready for test
- Tray feeder implementation ready for first tests - Some refactoring of packml function names - Added .xtv file to project again because of linking issues - Added hmi button for packml complete command - Started media cabinet
This commit is contained in:
18
PLC/01_Stationen/TrayFeeder/ST_TrayFeeder_Recipe.TcDUT
Normal file
18
PLC/01_Stationen/TrayFeeder/ST_TrayFeeder_Recipe.TcDUT
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_TrayFeeder_Recipe" Id="{7b125673-00fb-47ea-a840-6619678735ac}">
|
||||
<Declaration><![CDATA[TYPE ST_TrayFeeder_Recipe :
|
||||
STRUCT
|
||||
// Tray type index
|
||||
iTrayIdx : INT := -1;
|
||||
|
||||
// How many parts to make
|
||||
eJobType : E_TrayFeeder_JobType := E_TrayFeeder_JobType.ALL;
|
||||
|
||||
// Tray number in tray feeder
|
||||
iTrayNr : INT := -1;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user