Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fo3015 with 160i-L control 1

Status
Not open for further replies.

drossfree

Materials
Joined
Apr 10, 2008
Messages
108
Location
CA
I have a job which requires me to cut 300 sheets of the same program I added a table change to the start of the program so I only need to hit start after the program ends to start cutting next sheet. My question is : how do I get the program to restart without pressing start
 
You can change the G50 to M97 at the bottom of the program this will run the program over and over. Now if you have 2 beds in order to get them to shuttle at the top of the program add a M707 under the G130.
G130;
M707;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top