123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
- <DUT Name="RecipeEachStep" Id="{41781a5e-f287-4534-abe3-618abdc16c00}">
- <Declaration><![CDATA[TYPE RecipeEachStep :
- STRUCT
- StepNo: INT;
- Completion:STRING; //'Stable', 'Time' or 'End'
- StepTime:INT;
- AddTime:INT;
- CycleStart:BOOL;
- CycleEnd:BOOL;
- CycleNumber:INT;
- Lifter_Up:BOOL;
- AdjustTargetStepNo:INT;
- Lifter_Down:BOOL;
- LstUnit:LST;
- END_STRUCT
- END_TYPE
- ]]></Declaration>
- </DUT>
- </TcPlcObject>
|