Skip to content

Commit

Permalink
撤销重复项目,并微调Robot_Action中的Reset部分
Browse files Browse the repository at this point in the history
  • Loading branch information
jacky-ch93 committed May 22, 2017
1 parent 6b0cd48 commit 1518c56
Show file tree
Hide file tree
Showing 79 changed files with 7 additions and 98,058 deletions.
8 changes: 7 additions & 1 deletion TC_Robot_Contro_System/POUs/MAIN.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@ IF Robot_Reset THEN
FOR Axis_Number := 1 TO 18 {BY 1} DO
Axis_Robot[Axis_Number].Reset(Drive_Reset:= TRUE);
END_FOR
ELSE
FOR Axis_Number := 1 TO 18 {BY 1} DO
Axis_Robot[Axis_Number].Reset(Drive_Reset:= FALSE);
END_FOR
END_IF
END_IF
Expand Down Expand Up @@ -480,7 +484,9 @@ Current_Turque_Filter := Filter_Current.stOutput.Current_Monitor;]]></ST>
</LineIds>
<LineIds Name="MAIN.Robot_Action">
<LineId Id="2" Count="4" />
<LineId Id="8" Count="15" />
<LineId Id="8" Count="2" />
<LineId Id="115" Count="3" />
<LineId Id="11" Count="12" />
<LineId Id="31" Count="2" />
<LineId Id="90" Count="0" />
<LineId Id="92" Count="0" />
Expand Down
46 changes: 0 additions & 46 deletions TC_Robot_Control.sln

This file was deleted.

Loading

0 comments on commit 1518c56

Please sign in to comment.