What's new
What's new

DNC Troubles

allloutmx

Titanium
Joined
Mar 6, 2013
Location
Rochester, NY
Good Morning All,
Ive been working on this mill for a few days trying to get it to DNC from the User memory using a main program in the main mem to call a program from the User mem in conjunction with an M198

right now my test looks like this...
Main Mem
O0069()
G90G59G0X5.
G4X5000
M198P70
M198P71
M30
%


User Mem

%
O0070()
G90G59G0X10.
X5.
M99
%
%
O0071()
G90G59G0Y5.
Y-5.
M99
%

I have been largely unsuccessful. I have been able to run the 0069 program in tape from the user mem and have it call 0070 and 0071 from the main mem which is exactly opposite of how I want it to behave. It seems to me as though the machine or mapps parameters are set incorrectly.

Machine is a 2006 Mori NV5000
control is a MSX-501 III

Any guesses?

Thanks in advance
 
Put your main program O069() into User mem and run both from DNC.
I run everything from DNC dont even use Mem anymore
 
Put your main program O069() into User mem and run both from DNC.
I run everything from DNC dont even use Mem anymore

I tried that...file not found alarm and I believe you need to use m98 instead of m198 to run it like that right?

If I run the 069 program from user with 070 and 071 in the main mem it will run, but that is opposite of how I need it to work for the obvious reasons
 
Sorry, i am afraid the way you have it working in 1st post is the only way. See pic from manual.

DNC-note.jpg
 
It was the file type for the subs that was wrong. even though I wrote the sample program on the control it wouldnt take it. The code has to be blank on the file type on the disk. It cant be .nc or .txt

thank you
 








 
Back
Top