What's new
What's new

Help, drip feeding meldas 64

Ferencic

Plastic
Joined
Jun 23, 2024
Location
Croatia
Hi, I have Mori seiki cv500 (99')vmc
Mitshubishi meldas 64 control(touch screen)
I connected dnc device and I figured how to send programs from dnc to mache by rs 232 cable, but I have trouble drip feeding programs,
When I switch to tape (direct) mode and press cycle start I get error: program is not exist.

Can someone help?
 
I suspect that in you I/O parameters your Tape Mode Port setting is not correct. Set the Port value so it is the same as that stored in Data In.

Additionally post the first few lines of the exact code you are sending and the exact keystrokes you are doing to start drip feeding.
 
Last edited:
I tried diferent port and baud rate but without success,

1) switched to tape mode
2) cycle start
3) send file(on dnc )

I tryed 1,3,2, also to input Program number,
but as soon as i push cycle start i got error like on pic 3.

%
O0001
(T5 D=12. CR=0. - ZMIN=-27.5 - FLAT END MILL)
G90 G94 G17
G21

(2D POCKET1 4)
G91 G30 Z0.M192
T5 M06
 

Attachments

  • WhatsApp Slika 2024-06-24 u 10.38.18_686754c1.jpg
    WhatsApp Slika 2024-06-24 u 10.38.18_686754c1.jpg
    163.8 KB · Views: 13
  • WhatsApp Slika 2024-06-24 u 10.38.18_bcc1dc74.jpg
    WhatsApp Slika 2024-06-24 u 10.38.18_bcc1dc74.jpg
    119 KB · Views: 12
  • WhatsApp Slika 2024-06-24 u 10.38.18_f6c99a59.jpg
    WhatsApp Slika 2024-06-24 u 10.38.18_f6c99a59.jpg
    116.7 KB · Views: 13
The error in picture 3 is a macro error. I believe that you have a macro program being called by your program. Try with Single Block switch on to start the drip feed operation. Read each line as it executes and post here what you see and what line of your program is calling a macro.

Also, my Meldas 60 parameter manual says that Port 2 must be set for Remote Prog In. I would set the values to match your Tape Mode.
 
I tried Single block, but error appears before even first line is read,
port number it is 2, device number is 4 (i tried to change that but no luck)
 
I tried Single block, but error appears before even first line is read,
port number it is 2, device number is 4 (i tried to change that but no luck)
I have no idea about it being a macro error but if Vanc says it is i trust it.
So that leads me to believe that there is a digit or letter in your program that is incorrect. Like a O instead of a 0.
First thing I would try is omit the O0001 completely and try to send it from the G90 line.
 








 
Back
Top