Have you tried moving away from DOS?
I see there is CNC SW based on Linux now.
There are some HW requirements though.
I see there is CNC SW based on Linux now.
There are some HW requirements though.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Thanks for the examples.Ah, on a PC now...
By default. CONFIG.SYS does not have a PATH command (unless you're using OS/2) so you will have to use the full pathname of the device driver, for example
C:\DOS\EMM386.EXE
C:\DOS\NOSMOKE.EXE
C:\DOS\HIMEM.SYS
The PATH= command resides within the AUTOEXEC.BAT file, and this tells DOS in which directories to look for files if it is not present in the root
So, for example, you will have (when doing a DIR)
C:\DOS
C:\MENU
C:\MYPROG
C:\ACAD
and the PATH then will be
PATH=C:\DOS;C:\MENU
Thus DOS knows it will need to look into the DOS and MENU directories if any program is called, before returning with a Bad Command or File Name error.
But I digress
When networking with DOS, the LASTDRIVE=Z: need to be added to the CONFIG.SYS file (usually the last entry) before the NDIS (or network) drivers
Any chance of getting the contents of the original CONFIG.SYS and AUTOEXEC.BAT off from the original hard drive, even if it means slaving that drive into the CNC PC?
Eish Spiff, I feel your pain.
Luckly our old CNC machines does not use network drives
Believe me when I say that upgrading the OS or hardware is not always that easy.
Some of these machines have custom hardware or interfaces that does not work on anything else!!!
We still have machines here that uses 1.44 stiffies!!
Took me a couple of years and lots of work to find a working usb solution.
Then I still have a couple of Digital Vax machines running VMS
Some of them have been running 3 years without a restart!!
QEMMthanks guys but for some reason I cannot get enough memory to edit the net.exe file in order to change the network path.
thanks guys but for some reason I cannot get enough memory to edit the net.exe file in order to change the network path.
Still more DOS machines out there than Apple Macs.
Haven't touched DOS in twenty years...
Just for interesting sake what cnc machine is it???
Cant Linux do a better job surely in 2016 dos in any form is a bit... Not ideal anymore?
the machines software was written for DOS6.22 - so loading any other OS will not work.
Time for a upgrade
I'm certain that if OP could upgrade he would.
It's quite common that there are older CNC machines and the like that have to be controlled by incredibly old software.