Some improvements and fixes
- Added robot schift params for aligning etcher 1 position - Added HMI Interface to robot fb - Added machine LED's at main cabinet - Aligner now works in auto mode - Added HMI interface to etcher station - Added cReleaseAlarms to HeatCoolPlates - Added HMI interface to HVTester - STarted tray feeder response parsing - Fixed some packml base state machine bugs
This commit is contained in:
16
PLC/00_Main/ST_HMI_Machine.TcDUT
Normal file
16
PLC/00_Main/ST_HMI_Machine.TcDUT
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_HMI_Machine" Id="{60f4c1e9-5df6-4709-9b42-c771abc6cf78}">
|
||||
<Declaration><![CDATA[TYPE ST_HMI_Machine :
|
||||
STRUCT
|
||||
stAligner : ST_HMI_PackML;
|
||||
stEtcher1 : ST_HMI_PackML;
|
||||
stEtcher2 : ST_HMI_PackML;
|
||||
stHVTester : ST_HMI_PackML;
|
||||
stKukaRobot : ST_HMI_PackML;
|
||||
stTrayFeeder : ST_HMI_PackML;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user