1st and largest problem is, when you call a tool change and you load a tool if you want to double check the length of the tool,and you jog it down to the material surface, verify your offset,then jog back up to the tool change height in Z it will blow Masso's mind. You hit cycle start and it will go near where it was before the tool change was called,run the tool into the work and cut a slot to its next destination. This ruined a 200 dollar piece of material today. Did a dry run after this massive failure,without any jogging,and it runs perfect. What this means is if you set your tools manually then you have to run a seperate program for each tool,because how else would you measure a shank tool without jogging during the tool change sequence. This is how I have been operating thus far,but I need to combine all the toolpaths into one program now for a run of parts. So either I have to find a way to fix my tool lengths,or set up auto tool measure.
2nd Single block resets my program to the beginning,you can't turn on single block in the middle of a program, so thats only good for the first few lines of code.
3rd the active line of code is on the bottom of the screen window, so you can't see what is coming up,only what has already been executed,this is backwards. If an M1 optional start is in the program you can't see it,the machine will just stop, and if you didn't insert the m1 manually you might not know its there, and you will just think your machine is malfunctioning.
4th A G53 call to Y 106. to park the gantry on the far end of the bed skews the part graphic on the screen,it draws the 106" rapid move from the absolute origin,not the machine origin,so my part is much smaller and I cant see detail in the graphic while I'm working.
5th How does masso count lines? not just sequence numbers,does it count blank rows,and comments also? because my jump to line number never matches anything in my code.
2nd Single block resets my program to the beginning,you can't turn on single block in the middle of a program, so thats only good for the first few lines of code.
3rd the active line of code is on the bottom of the screen window, so you can't see what is coming up,only what has already been executed,this is backwards. If an M1 optional start is in the program you can't see it,the machine will just stop, and if you didn't insert the m1 manually you might not know its there, and you will just think your machine is malfunctioning.
4th A G53 call to Y 106. to park the gantry on the far end of the bed skews the part graphic on the screen,it draws the 106" rapid move from the absolute origin,not the machine origin,so my part is much smaller and I cant see detail in the graphic while I'm working.
5th How does masso count lines? not just sequence numbers,does it count blank rows,and comments also? because my jump to line number never matches anything in my code.