Added JobScheduler and recipe data for stations
This commit is contained in:
26
PLC/01_Stationen/Hotplate/DUTs/ST_HMI_Hotplate.TcDUT
Normal file
26
PLC/01_Stationen/Hotplate/DUTs/ST_HMI_Hotplate.TcDUT
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_HMI_Hotplate" Id="{ab37d0f5-58b8-40e5-b7d2-1ab669f4a063}">
|
||||
<Declaration><![CDATA[TYPE ST_HMI_Hotplate :
|
||||
STRUCT
|
||||
stStationCmds : ST_HMI_PackML;
|
||||
|
||||
// Setpoint
|
||||
stSetpoint : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
// Process value
|
||||
stPV : ST_HMI_ANALOG_VALUE;
|
||||
|
||||
// Enable button
|
||||
stEnableBtn : ST_HMI_CONTROL_BUTTON;
|
||||
|
||||
// Disable button
|
||||
stDisableBtn : ST_HMI_CONTROL_BUTTON;
|
||||
|
||||
// Status of slots (true = product in in this slot)
|
||||
axSlotStatus : ARRAY[0..8] OF BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
15
PLC/01_Stationen/Hotplate/DUTs/ST_Recipe_Hotplate.TcDUT
Normal file
15
PLC/01_Stationen/Hotplate/DUTs/ST_Recipe_Hotplate.TcDUT
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_Recipe_Hotplate" Id="{c622bf0d-8040-4151-b720-bcd2c14eb3b4}">
|
||||
<Declaration><![CDATA[TYPE ST_Recipe_Hotplate :
|
||||
STRUCT
|
||||
// Resting time in seconds
|
||||
rRestingTime : REAL;
|
||||
|
||||
// Temperature in °C
|
||||
rTemp : REAL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user