![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Mazak, Mitsubishi, Mazatrol Discuss Mazak, Mitsubishi and Mazatrol systems here! |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Machine : Mazak Integrex 200 III St whith 2 spindels, 1 lower turret (for lathe) and 1 upper turret whith a tool magazin 40 pcs I want to repeat in ISO the code on my Mazak whith a produkt counter, I have tried the DO1 and GOTO options. The problem is that when I jump up to the beginning of the code,where the counter should be set to +1 one of the turrets doesn't get any code (depending on the G109L1 or G109L2), it's got to do something whith the waiting codes I guess but I can't find what it is. has any of you had these problems and how did you solve it ? thnx
__________________ http:\\www.adcos.nl |
|
#4
| |||
| |||
| I am building a postprocessor for Mastercam and we want to put out a program that is 100% correct, we are going to "disable" the mazatrol controller ! so it should be only ISO code !
__________________ http:\\www.adcos.nl |
|
#8
| |||
| |||
| pfffff, typical Mazak to add options in the mazatrol that can't be used in ISO. I've contacted the tech supplier but it seems to be tough to answer questions for ISO code, they can tell you everything about mazatrol thanks for your answers, I'm still gonna try to get it to work
__________________ http:\\www.adcos.nl |
|
#9
| |||
| |||
| Try to make a "dummy prog" in mazatrol, just enough lines to let it read. In the end statment say yes to counter. Next, run it w/single blk on and observe buffer or next portion of the display esp. when it reads the "end statment" you may be able to catch a few " oddball M or G codes and one of theses mite make the counter work???, good luck... never mind the above doesn't work. It looks like a mazatrol sub prog might be your only opption. On the plus side I did try the sub. idea on ours (640 m control) and it works fine. If you need help with the Mazatrol sub. write back I can give you an sample. |
|
#10
| |||
| |||
| I'll wait 'till my tech supplier answers me and let you know when I tested the file on the Mazak thnks for the example option but I still want to solve this in the Post
__________________ http:\\www.adcos.nl |
| Sponsored Links |
|
#11
| ||||
| ||||
| I don't know what you try to do, but I believe that you are program counter in macro I see you used DO and GOTO. I recommend you should use While...DO don't use GOTO. If you have use GOTO statement I believe if you have a long program the machine will give you about 1 second pause because it have to look throught program from head to bottom. For WHILE loop it more efficent. I don't his the example you look for: #100=1 While[#100GT180]DO 1 G1 XYZ.. XYZ...... XYZ..... M253(Part counter if I remember it right) #100=#100+1 END 1 hopefully It will help you. |
|
#12
| |||
| |||
| Here is a new forum just for mazak Integrex machines http://integrexmachinist.com/. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |