with a prototrak plus usually it resets DRO to X0 and Y0 on startup unless you input line number
usually i
1) delete any previous programs from 1 to 999
2) use the prototrak mx2 post processor for mastercam
3) check each line of gcode to see if mastercam code is correct and in the proper SWI format for MX2 mills (2 axis mills) as per the ProtoTrak Plus CadCam interface manual (it is separate or different from the regular operation manual) clearly explains
4) add right after the first line which should say (G20 is inch mode)
G20;
G100 X0.0A Y0.0A T1;
and i add at end before the end "%" line
G100 X0.0A Y0.0A T1;
%
basically at startup i want to be at zero and at program end i want to return to zero
.
if you are using mastercam for generic fanuc 6m post processor after uploading to Prototrak you need to download back to a PC or laptop to see how the Prototrak Plus translated the fanuc.CAM 2 axis gcode.
....... if you used a fanuc 3 axis post processor that gave Z axis commands the Prototrak Plus will usually not translate Z axis commands properly without manual editing
so without seeing what code you are uploading and without seeing what the prototrak translates and downloads it is hard to tell what is happening


LinkBack URL
About LinkBacks




