cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DMS Router Post Processors

DMS Router Post Processors

Hello all,

 

We are working on generic post processors for DMS routers with a FAGOR 8055 control and another one with a FAGOR 8065 control.  We would be happy to get some feedback from you before we put them into production.

 

Feel free to download and test these post processor and provide any feedback you might have.

 

DMS Router with FAGOR 8055 Control

DMS Router with FAGOR 8065 Control

3 Comments
bob.schultz
Alumni
Status changed to: Implemented
 
Anonymous
Not applicable

HI
I have a DMS router 5 axis With fagor 8065 M Power, I created a nc code using fusion 360 and postprocesor for DMS Fagor 8065 but always show an error when exectue the gcode G501 (error 1061; nonexistence G Function)
G501 A100 E0.001 M2

How could I resolve it?

bob.schultz
Alumni

@Anonymous To get better exposure for a post related question, you should ask it in the HSM Post Processor Forum, since the IdeaStation is for requests and new posts that are in Beta.  It is typically not monitored by the community and so your chances for a response are limited.

 

Now on to your question.  The G501 block calls the 'HSC activation for roughing operations' subroutine, which should be loaded in the ..\Users\Sub folder on the control.  Your control does not seem to have this subroutine or it is in a different folder, so you can either find out why and load it onto your control, or you can comment out the following code in the post to disable the G501 block from being output.

if (insertToolCall && properties.fiveAxis) {
    writeBlock("#KIN ID[1]");
    writeBlock("#RTCP ON");
    //writeBlock("#HSC ON[CONTERROR " + xyzFormat.format(tolerance) + "]");
/* Comment out this code
writeBlock(gFormat.format(501), "A" + accelFormat.format(properties.contouringAcceleration), "E" + eFormat.format(properties.contouringError), mFormat.format(2) ); } */

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea