exec.Setoutpin(5,17);
exec.Wait(10000);
exec.Clroutpin(5,17);
exec.Setoutpin(5,17);
exec.Wait(10000);
if(!exec.Ismacrostopped())
{
exec.Clroutpin(5,17);
}
exec.Setoutpin(5,17);
exec.Wait(10000);
exec.Code("G0 X10");
exec.AddStatusmessage(exec.Ismacrostopped() ? "Stopped!" : "Not stopped");
if (exec.Ismacrostopped()) return;
Return to Ask a question from support here
Users browsing this forum: No registered users and 22 guests