Using the DNCI mode of Fanuc-0 for continuous machining of large programs

-link">program and while machining, after execution of
Synopsis:every chunk the part program memory must be
For machining very large programs on a generalcleared, a new chunk loaded and executed. This
purpose CNC, the internal part program memoryinvolves a lot of operator intervention and may
may become a constraint. This is usually the caseresult in serious accident if a chunk out of
with CAD generated programs for Die millingsequence is loaded. This is where the DNCI option
where the program size may run into the rangecan be a big advantage.
of 20-30Mb, which is far beyond the capacity of aWhat is DNCI?
standard Fanuc-0 control. To execute suchDNCI is an add-on to the AUTO mode of the
programs the alternatives are:a) Breakup theCNC where instead of executing the part
programs to smaller manageable chunks as perprogram from the memory of the CNC, it
the memory capacity of the control and executeexecutes program blocks dynamically transferred
it one by one.b) Use the DNCI function availableto it through the RS232 port. This article explains
with the control.how to set up the DNCI and successfully execute
Option a) is cumbersome since a lot ofprograms.
pre-processing has to be done to break up the