Initial
This commit is contained in:
18
PLC/2 Spinner/DUTs/Recipe/sSpinnerStepData.TcDUT
Normal file
18
PLC/2 Spinner/DUTs/Recipe/sSpinnerStepData.TcDUT
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
|
||||
<DUT Name="sSpinnerStepData" Id="{b71b768c-a875-48a7-9bd6-37c30bb67ab2}">
|
||||
<Declaration><![CDATA[TYPE sSpinnerStepData :
|
||||
STRUCT
|
||||
StepTime : LREAL := 0;
|
||||
Chuck : sSpinnerStepChuck;
|
||||
Robot : sSpinnerRecipeRobotStep;
|
||||
BSR : sSpinnerRecipeBSR;
|
||||
MEDIA : UDINT;
|
||||
StepEndCond : eSpinnerStepEnd := 1;
|
||||
LOOPS : USINT := 0; (*für Schleifen *)
|
||||
STEPWITH : USINT := 0; (*für Schleifen *)
|
||||
Comment : STRING := '';
|
||||
END_STRUCT
|
||||
END_TYPE]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user