Your machine can read 2 format types
MSDOS , which is window based
or
OSP , Okuma format
If your disk can be read , or files are loaded at a PC, then it is a DOS formatted disk
---transferring files must be then be done through the MSDOS screen on the control
Code:
PC commands Vs Okuma commands
C: main drive MD1:
A: floppy drive FD0:
[spacebar] seperator ,
copy CO (OSP copy)
MSCO (DOS copy) Old DOS command example to copy files from a foppy to the hard drive on a PC
copy a:\filename.MIN c:\my folder\
OSP command to copy a file from OSP floppy to the control
<EDIT> <PIP> <COPY> CO FD0:[filename].MIN,MD1: <WRITE>
OSP command to copy a file from DOS floppy to the control
<EDIT> <EXTEND> <EXTEND> <MSDOS> <COPY> MSCO FD0:[filename].MIN,MD1: <WRITE>
These are general command lines used by Okuma up to the 7000 controls
Your description with fd0 index indicates a 7000L control, Y/N ?
you can use the F keys to navigate your way around, or you can just type it into the command line and then <WRITE>