Added JobScheduler and recipe data for stations
This commit is contained in:
19
PLC/LibraryCandidates/Scheduler/ITFs/I_Transport.TcIO
Normal file
19
PLC/LibraryCandidates/Scheduler/ITFs/I_Transport.TcIO
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<Itf Name="I_Transport" Id="{ab102a71-b12c-47a4-86f6-0ac81eba046a}">
|
||||
<Declaration><![CDATA[INTERFACE I_Transport
|
||||
]]></Declaration>
|
||||
<Property Name="P_Available" Id="{3d35d7bc-8757-4198-a19d-30d68f948ed9}">
|
||||
<Declaration><![CDATA[PROPERTY P_Available : BOOL]]></Declaration>
|
||||
<Get Name="Get" Id="{4a84e659-1971-4dc0-87d2-0fe5edfa2e18}">
|
||||
<Declaration><![CDATA[]]></Declaration>
|
||||
</Get>
|
||||
</Property>
|
||||
<Property Name="P_HasError" Id="{57c92e5a-3721-42db-811d-3913f54f35ee}">
|
||||
<Declaration><![CDATA[PROPERTY P_HasError : BOOL]]></Declaration>
|
||||
<Get Name="Get" Id="{ce549bea-4b32-46cf-b739-cdadf8dfa005}">
|
||||
<Declaration><![CDATA[]]></Declaration>
|
||||
</Get>
|
||||
</Property>
|
||||
</Itf>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user