İçeriğe geç
İletişim Başlayın

Selecting & Loading a Program

Bu içerik henüz dilinizde mevcut değil.

PROGRAMS lists what is on the machine. Pick one, press LOAD, and it becomes the program cycle start will run.

The PROGRAMS screen: a SOURCE panel on the left offering MACHINE with 4 programs and a greyed Insert a USB stick, a list of programs with name, modified date and size, and softkeys LOAD, EDIT, NEW, NEW CYCLE, COPY TO USB and DELETE along the bottom.

You can also load from the AUTO screen without coming here: the Program box lists the same programs, and LOAD beside it does the same job.

KeyDoes
LOADmake this the program the machine will run
EDITopen it in the editor
NEWstart an empty program
NEW CYCLEstart one on the Cycle Programming form instead
COPY TO USBcopy it to the stick
DELETEremove it from the machine

SOURCE shows MACHINE and, once a stick is in, the stick. Programs are listed the same way from either. A program on a stick is copied onto the machine when you load it. The machine never runs from the stick, so pulling it out mid-job cannot stop a program.

The machine works in millimetres: the offset tables, the position display and everything you type on the panel are mm.

A program in inches still runs. G20 tells the control the program’s numbers are inches and it converts them; G21 switches back. The displays stay in millimetres either way, so a program that opens with G20 will show a Z-0.5 block running to −12.7 on screen. That is correct.

A program that should be inches and does not say G20 runs its numbers as millimetres. It will cut small and it will not warn you. Check the top of a program you did not write.

LOAD is unavailable while a program is running. Nothing is refused with a message; the key is not offered until the machine is free.

Loading replaces the loaded program. There is one at a time.

Loading starts the program from the top. To carry on from somewhere else, use Block Search.