RecipeEachStep.TcDUT 530 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
  3. <DUT Name="RecipeEachStep" Id="{41781a5e-f287-4534-abe3-618abdc16c00}">
  4. <Declaration><![CDATA[TYPE RecipeEachStep :
  5. STRUCT
  6. StepNo: INT;
  7. Completion:STRING; //'Stable', 'Time' or 'End'
  8. StepTime:INT;
  9. AddTime:INT;
  10. CycleStart:BOOL;
  11. CycleEnd:BOOL;
  12. CycleNumber:INT;
  13. Lifter_Up:BOOL;
  14. AdjustTargetStepNo:INT;
  15. Lifter_Down:BOOL;
  16. LstUnit:LST;
  17. END_STRUCT
  18. END_TYPE
  19. ]]></Declaration>
  20. </DUT>
  21. </TcPlcObject>