Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Kart on November 30, 2011, 11:29:59 AM

Title: Mach test problems
Post by: Kart on November 30, 2011, 11:29:59 AM
Just starting up, going through manual step by step. Got to the try teach, typed in the code, stop teach, load/edit, go to Program runscreen. When I hit cycle start, it does nothing. If I hit it a scond time it jumps to the last line of code. Typed the code for a rectangle right from the manual. ???
Title: Re: Mach test problems
Post by: stirling on November 30, 2011, 12:00:54 PM
Hi Kart - welcome to the forum

try adding in these two lines at the end of the program


M30 (program end and rewind)
% (comment to make sure there's a carriage return terminitor at the end of file)


Ian