cncsnw wrote: ↑Sat Aug 05, 2023 1:05 am
At this point, what you really need is a backup copy of your machine-specific PLC program, configuration settings, parameter values, etc..
There were many variants of Magnum/Phoenix router tables, with different PLC I/O units, or with no PLC I/O unit at all; and with different uses for the PLC I/O where it was present.
....
Hmm since the PLC stuff is machine specific I decided to take a step back and try a different path than starting from scratch.
I erased my 128MB CF card, installed MS-DOS 6.22 fresh again and then "installed" from the CNC7 v4.0 Centroid branded floppy disk using:
rebooted
Since this floppy contains, what I assume, the machine-specific PLC information there were no errors during bootup. Here's the floppy contents of the PCL dir:
Code: Select all
...
├── PLC
│ ├── 6THGEN.PLC
│ ├── 6THGEN.SRC
│ ├── CHKLIST.MS
│ ├── MAGNUM.PLC
│ ├── MAGNUM.SRC
│ ├── PLCCOMP.DEF
│ ├── PLCCOMP.EXE
│ └── PLCDBUG.EXE
...
This seemed to have mostly worked but pressing F7 failed to launch CNC7UTIL.EXE. I looked at the contents of CNC7 v5.27.zip you provided and it looked like the CNCM4.BAT (v5.27) was updated quite a bit compared to C.BAT (v4.0) including how CNC7UTIL is loaded.
Next step was to update to CNC7 v5.27 and see what happens.
Loaded up CNC7, pressed F7 Util, F2 Update and let the installer run.
This ended in the same error as previously "Insert the MillWrite disk in the floppy drive", ignored it and ejected the install floppy.
This showed the CNC v4.0 software so I rebooted and had to change which CNC7 program is being loaded:
Code: Select all
edit AUTOEXEC.BAT
replaced C.BAT with CNC7M4
CNC7 v5.27 is loading and booted up correctly so I took the PC back into the shop and connected to the cables.
I was able to recover the "Software Unlock Parameters" from a really old piece of paper and enter those in the setup ( F1 > F3 > F3 > ALT+F1 )
It seems the last hurdle is setting home based on what I'm seeing now is with what's likely all part of missing C:\CNC7\CNC7.HOM
When CNC7 starts up I see the "Z+ limit (#5) tripped" ( nothing obviously physically blocking the mill from moving around )
Next, I attempted to jog X, Y and Z axis independently and got similar/related errors ( without any movement )
X axis jog via pendant
Y axis jog via pendant
Z axis job via pendant
Looking at the manual and CNC7 output which says it's using AS.CNC ( which I can't locate on the drive ) nor C:\CNC7\CNC7.HOM.
Am I on the right path here? I'm not sure if I'm supposed to create CNC7.HOM myself somehow or somehow change the home XYZ vs physical XYZ positioning of the tool so that they aren't the identical?