RichAuto A18 dsp controller 4 Axsis


Results 1 to 8 of 8

Thread: RichAuto A18 dsp controller 4 Axsis

  1. #1
    Member eisendud's Avatar
    Join Date
    Jan 2023
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default RichAuto A18 dsp controller 4 Axsis

    Hi there

    Is there anyone who have a post conf file for fusion 360 that works with 4 axsis with this brand?. The one in lib in fusion only have 3 axsis...
    So im trying to find one that works with this controller...

    Or maby an other software that i can use the 4 axsis in?

    Best
    Eisen

    Similar Threads:


  2. #2
    Member
    Join Date
    Nov 2013
    Posts
    4347
    Downloads
    0
    Uploads
    0

    Default Re: RichAuto A18 dsp controller 4 Axsis

    Hi,
    when you say the existing Fusion post is three axis, how did you come to that conclusion?

    The reason I ask is that most Fusion posts are at least four axis and in many cases five axis. As shipped from Autodesk however the fourth and fifth axis parts are turned off. A simple edit
    to the post turns those features back on.

    That's what I did with my Mach4 post...it was 3 axis only, but a couple of keystrokes in the post editor turned on the fourth axis.

    Craig



  3. #3
    Community Moderator difalkner's Avatar
    Join Date
    Nov 2014
    Location
    United States
    Posts
    724
    Downloads
    0
    Uploads
    0

    Default Re: RichAuto A18 dsp controller 4 Axsis

    Quote Originally Posted by joeavaerage View Post
    That's what I did with my Mach4 post...it was 3 axis only, but a couple of keystrokes in the post editor turned on the fourth axis.

    Craig
    How did you turn on the fourth axis with the post editor, Craig? I don't yet have a fourth axis but am planning on adding that this year and will need the capabilities in Fusion 360.

    David
    Romans 3:23
    CurlyWoodShop - www.etsy.com/shop/CurlyWoodShop
    David Falkner - www.youtube.com/user/difalkner
    difalkner - www.instagram.com/difalkner


  4. #4
    Member
    Join Date
    Nov 2013
    Posts
    4347
    Downloads
    0
    Uploads
    0

    Default Re: RichAuto A18 dsp controller 4 Axsis

    Hi,
    all the required code to handle four axis was already in the Fusion post. It required that your 'turn on' the code in the machine definition which is a part of the post, assign an axis in the form of a vector
    about which the rotary axis rotates and specify its range of movement, ie a trunnion or a free running axis. A dozen keystrokes is all it took.
    The information that I needed to identify those statements within the post that I needed to edit I got from the Fusion forum.

    Since that time I have studied the post a bit more closely largely because of the link to a 300page PDF on Autodesks post processors. Note that the Fusion posts are near identical to HSMworks
    and so on. There is a lot to digest. Much of the post looks mystifying because its written in Javascript which I've never had any exposure to. Once you start to get familiar with Javascript, and a good
    intro is in the PDF I mentioned, then the post starts to look a lot more comprehensible, including those features that you need to 'turn on' for multi-axis.

    https://cam.autodesk.com/posts/posts...ng%20Guide.pdf

    Craig



  5. #5
    Member eisendud's Avatar
    Join Date
    Jan 2023
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Re: RichAuto A18 dsp controller 4 Axsis

    Hi agian

    In other post process conf files, you can choose to use the 4 axis. Because if you choose multi-axis "rotation" in fusion. And want to post just that job i made there.
    And i use richauto conf file from fusion lib. You get an error on this "OnOpen" function. And it wont compile the .nc file.
    Maby i can find an other post file for an other machine to generate the right gcodes....



  6. #6
    Community Moderator difalkner's Avatar
    Join Date
    Nov 2014
    Location
    United States
    Posts
    724
    Downloads
    0
    Uploads
    0

    Default Re: RichAuto A18 dsp controller 4 Axsis

    Quote Originally Posted by joeavaerage View Post
    Hi,
    all the required code to handle four axis was already in the Fusion post. It required that your 'turn on' the code in the machine definition which is a part of the post, assign an axis in the form of a vector
    about which the rotary axis rotates and specify its range of movement, ie a trunnion or a free running axis. A dozen keystrokes is all it took.
    The information that I needed to identify those statements within the post that I needed to edit I got from the Fusion forum.

    Since that time I have studied the post a bit more closely largely because of the link to a 300page PDF on Autodesks post processors. Note that the Fusion posts are near identical to HSMworks
    and so on. There is a lot to digest. Much of the post looks mystifying because its written in Javascript which I've never had any exposure to. Once you start to get familiar with Javascript, and a good
    intro is in the PDF I mentioned, then the post starts to look a lot more comprehensible, including those features that you need to 'turn on' for multi-axis.

    https://cam.autodesk.com/posts/posts...ng%20Guide.pdf

    Craig
    Thanks, Craig! I'll begin studying this soon.

    David
    Romans 3:23
    CurlyWoodShop - www.etsy.com/shop/CurlyWoodShop
    David Falkner - www.youtube.com/user/difalkner
    difalkner - www.instagram.com/difalkner


  7. #7
    Member
    Join Date
    Nov 2013
    Posts
    4347
    Downloads
    0
    Uploads
    0

    Default Re: RichAuto A18 dsp controller 4 Axsis

    Hi,

    You get an error on this "OnOpen" function. And it wont compile the .nc file.
    Maby i can find an other post file for an other machine to generate the right gcodes....
    But that is exactly the sort of error that you would get if you have a four axis toolpath but do not have a four axis machine definition in your post, and that in turn is often only a matter
    of turning that feature on in the post.

    Have you had a look inside the post and seen if there are any multi-axis definitions in there? There may well be, many if not most Fusion posts are multi-axis, but 'de-tuned' to three axis
    for release.

    Why don't you ask on the Fusion forum, the Manufacturing sub-board. Someone will surely know if the post has four or even five axis code.

    Craig



  8. #8
    Member eisendud's Avatar
    Join Date
    Jan 2023
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Re: RichAuto A18 dsp controller 4 Axsis

    Hi there

    We found a other post pros.
    In sted of useing the richauto post pros.
    You just use the "HAAS - A-axis (pre-NGC)" and edit this file here to change the X Z

    If you have the A axsis in X direction on your table....

    if (true) {
    var aAxis = createAxis({coordinate:0, table:true, axis:[(getProperty("makeAAxisOtherWay") ? -1 : 1) * -1, 0, 0], cyclic:true, preference:0});
    machineConfiguration = new MachineConfiguration(aAxis);

    And you have your A axsis in Y direction on your table:
    if (true) {
    var aAxis = createAxis({coordinate:0, table:true, axis:[(getProperty("makeAAxisOtherWay") ? -1 : 1) * 0, -1, 0], cyclic:true, preference:0});
    machineConfiguration = new MachineConfiguration(aAxis);

    Hope this help the next guy who have richauto controller, we use Rickauto A18

    Eis



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

RichAuto A18 dsp controller 4 Axsis

RichAuto A18 dsp controller 4 Axsis