Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

issues with 1997 HAAS Vf0

2 REPLIES 2
Reply
Message 1 of 3
dangernoodleeng
467 Views, 2 Replies

issues with 1997 HAAS Vf0

Hi Folks,

 

Hope I'm in the right place for this.

 

I recently purchased a used 1997 HAAS Vf0, with A axis provisioned but disabled -  using Fusion 360 Cam. after a fair bit of mashing buttons, I've managed to load a file via RS232 ( thousand moneys and typewriters scenario).

First using the generic pre next gen post, was receiving the same error as the chap in the linked post:

https://forums.autodesk.com/t5/hsm-post-processor-forum/haas-mill-post-issues/td-p/7359177 

Tried changing WCS in setup to 1 resulted in the same error.

Downloaded the VF0 post linked, reloaded the file , upon cycle start the spindle will start but alarm is tripped (336 A AXIS DISABLED)

Is there a post like the one linked, but doesn't have A axis enabled? or is there a way to edit the post to remove it? or would just editing the output file, removing all G0 A0 commands ?

 

uploading 3 sample programs for example, 1001 is using haas A axis post, 1002 is using Haas pre ngc post and 1003 is using the Haas vf0 post

 

If there's any other info you need, let me know. 

 

Cheers

 

 

 

 

 

Labels (3)
2 REPLIES 2
Message 2 of 3
will_1
in reply to: dangernoodleeng

Hi @dangernoodleeng ,

 

The post linked below should not have any A-axis.

 

https://cam.autodesk.com/hsmposts?p=haas

 

 

Alternatively, if you add...

aOutput.disable();

 

to the end of onOpen...

 

...or change...

 

  if (true) {
    var aAxis = createAxis({coordinate:0table:trueaxis:[(properties.makeAAxisOtherWay ? -1 : 1) * -100], cyclic:truepreference:0});
    machineConfiguration = new MachineConfiguration(aAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // map tip mode
  }
 
... to...
 
  if (false) {
    var aAxis = createAxis({coordinate:0table:trueaxis:[(properties.makeAAxisOtherWay ? -1 : 1) * -100], cyclic:truepreference:0});
    machineConfiguration = new MachineConfiguration(aAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // map tip mode
  }
 
That will also probably do the trick in the other posts that you have.

Let me know if that works.
 
Thanks,
Will Watkins
Message 3 of 3
CGBenner
in reply to: dangernoodleeng

@dangernoodleeng  Did the information provided by @will_1  answer your question? If so, would you please use Accept Solution so that others may find this in the future? Thank you very much!


Chris Benner
Industry Community Manager – Design & Manufacturing


If a response answers your question, please use  ACCEPT SOLUTION  to assist other users later.


Also be generous with Likes!  Thank you and enjoy!


Become an Autodesk Fusion Insider
Inventor/Beta Feedback Project

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

Post to forums  

Autodesk Design & Make Report