Help find an analogue.


Page 1 of 2 12 LastLast
Results 1 to 20 of 23

Thread: Help find an analogue.

  1. #1
    Alexiv's Avatar
    Join Date
    Apr 2020
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Help find an analogue.

    Hi there.
    In our company, up to this day, we prefer to use delta tau motion controller for our CNC machines. We used UMAC, Turbo and Power PMAC. Today we can't buy them, they are obsolete. We can buy Omron analogue based on power pmac, but it's so expensive.
    Which analogues exist of those motion controllers?
    Main requirements:
    This must work with CNC G-code.
    This controller must have an open API library for interaction. (C#, C++)
    This controller must control up to 8 axes (In fact it is 3-4 axes).
    This controller must be able to control classic drives (direct PWM, step/dir, cw/ccw).
    Our budget is about $1800.
    May you recommend me something similar to that?



  2. #2
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Dynomotion or Mesa products would do what you want, and are in the correct price range. Another option is Galil Motion Control products, a bit more expensive.

    Jim Dawson
    Sandy, Oregon, USA


  3. #3
    Alexiv's Avatar
    Join Date
    Apr 2020
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Jim Dawson, thanks a lot.
    We consider the dynomotion and Galil. As I know, those controllers don't work with g-code directly.
    The dynomotion translates a program to its own code (seems C).
    I don't know about Galil's controller. Does it work with g-code directly? Galil controllers are suitable for us, but I'm not sure that g-code will work properly. How does it work?



  4. #4
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    The Galil controller will not read G code directly. You have to have to make a program that will translate G code into the Galil commands, pretty easy to do. I use Galil controllers in all of my machines and have written the software for both the user interface and the controller code.

    For each G code function I wrote a subroutine in the Galil controller that performs the action, I just pass the variables and call the function.

    Jim Dawson
    Sandy, Oregon, USA


  5. #5
    Alexiv's Avatar
    Join Date
    Apr 2020
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Jim Dawson, thanks. It was very helpful to me.



  6. #6
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    My pleasure

    Jim Dawson
    Sandy, Oregon, USA


  7. #7
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by Alexiv View Post
    Hi there.
    In our company, up to this day, we prefer to use delta tau motion controller for our CNC machines. We used UMAC, Turbo and Power PMAC. Today we can't buy them, they are obsolete. We can buy Omron analogue based on power pmac, but it's so expensive.
    Which analogues exist of those motion controllers?
    Main requirements:
    This must work with CNC G-code.
    This controller must have an open API library for interaction. (C#, C++)
    This controller must control up to 8 axes (In fact it is 3-4 axes).
    This controller must be able to control classic drives (direct PWM, step/dir, cw/ccw).
    Our budget is about $1800.
    May you recommend me something similar to that?
    You may not get all you want but there are some like this, Delta tau was a nice control

    Vital systems CNC Mach3 Mach4 Motion Controller, Ethernet PLC that may work for you also

    Centroid Oak https://www.centroidcnc.com/centroid...ontroller.html

    Camsoft PC Based CNC Controller For The Machine Tool CNC Retrofit And CNC Controller OEM market

    Mactec54


  8. #8
    Member deadlykitten's Avatar
    Join Date
    Jun 2015
    Location
    Antarctica
    Posts
    4154
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Jim (mr jim), how do you know all these stuff ?

    we are merely at the start of " Internet of Things / Industrial Revolution 4.0 " era : a mix of AI, plastics, human estrangement, powerful non-state actors ...


  9. #9
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by deadlykitten View Post
    Jim (mr jim), how do you know all these stuff ?
    I just solve problems. If I need to learn new skills to solve a problem then I study and learn new skills. Anybody can do this if needed, it's just a matter of wanting to. Then as you learn more skills and get more experience, it gets easier because you have a broader background to draw on. I used to use books, but today with the internet it is even easier, most of the answers are at your fingertips almost instantly.

    I think it was Henry Ford who said ''If you think you can, or you think you can't, you are proabaly right'' You are your only limitation to learning new stuff.

    Jim Dawson
    Sandy, Oregon, USA


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

    Default Re: Help find an analogue.

    Hi,
    Gallil has a Mach3 plugin, and now also a Mach4 plugin. Mach (3 or 4) is the Gcode interpreter and trajectory planner
    and the plugin converts the trajectory into motion commands for the Gallil.

    I believe the Dynamotion Kflop has a Mach3 plugin as well, that is to say you run Mach3 compliant Gcode on the PC
    and the plugin converts that to motion commands for the Kflop.

    Craig



  11. #11
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by joeavaerage View Post
    Hi,
    Gallil has a Mach3 plugin, and now also a Mach4 plugin. Mach (3 or 4) is the Gcode interpreter and trajectory planner
    and the plugin converts the trajectory into motion commands for the Gallil.

    I believe the Dynamotion Kflop has a Mach3 plugin as well, that is to say you run Mach3 compliant Gcode on the PC
    and the plugin converts that to motion commands for the Kflop.

    Craig
    My only question is why would you do the trajectory planning outside of the Galil controller? Trajectory planning is what it is designed to do, and they do it very well. Just tell it where to go, give it speed and acceleration, and let it do its thing.

    Jim Dawson
    Sandy, Oregon, USA


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

    Default Re: Help find an analogue.

    Hi Jim,

    My only question is why would you do the trajectory planning outside of the Galil controller?
    To be honest I don't know.

    I've never used a Gallil, they have always been beyond my means.

    From your comment can I assume that you can give a command to the Galill that will co-ordinate multiple axes with say linear or circular interpolation?

    If that is the case, and your comment only serves to reinforce my belief that is the case, then the only reason I can suggest that you would
    use a plugin that meant that Mach (3 or 4) became the trajectory planner is because Mach IS ALSO a Gcode interpreter and GUI.

    Mach (3 or 4) whatever it faults maybe, real or otherwise, is a (reasonably) complete CNC solution. The GUI allows you to set the parameters
    of the machine, tune the axis motors, set the spindle parameters, the tool table, limits, homes etc. Mach has also a number of Wizards
    which allow a user to generate simple programs for often required tasks like pocketing, bolt hole circles, thread forming etc.
    In addition a New Fanged Solutions supplied add-on product ($75) called Mill Wizard allows for what amounts to 'conversational programming'
    by chaining together simpler operations.

    These features mean that the user can perform all the necessary things for a job to run with the motion controller being (largely) transparent.
    I suspect that is the appeal for using Mach as trajectory planner.

    For OP a Mach supervised Gallil fufills many of his requirements.
    Mach provideds the Gcode interpreter, Mach4 is very closely Fanuc21 compliant which is the de-facto indsutry standard.
    The Gallil DOES have a powerful and complete API, over and above any operations commanded by Mach.
    Gallils can control multiple axes, you buy as many axes as required at increasing cost.
    Gallils can quite happily PID control analogue servos OR step/direction OR CW/CCW
    Gallils are a bust on the budget front, a DMC-4030-C012, a three axis controller is $1995USD.
    Gallils are good but very pricey.

    Were you to consider Gallil AND wanted a Gcode interperter then I would have to recommend Mach4 over Mach3. All development of Mach3
    ceased six years ago and not withstanding its huge user base it is a sunset solution. Mach4 is well developed and very flexible and stable.
    That flexibility is conferred by Lua, its scripting language, Mach4's API and modular structure. That flexibility coupled with the Galill API
    would give you an endlessly capable solution and in current production with assured ongoing support and development.

    Craig



  13. #13
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by joeavaerage View Post
    Hi,
    Gallil has a Mach3 plugin, and now also a Mach4 plugin. Mach (3 or 4) is the Gcode interpreter and trajectory planner
    and the plugin converts the trajectory into motion commands for the Gallil.

    I believe the Dynamotion Kflop has a Mach3 plugin as well, that is to say you run Mach3 compliant Gcode on the PC
    and the plugin converts that to motion commands for the Kflop.

    Craig
    The Mach3 Plug in does not work very well and never has, even after the guy that worked for Galil reworked it, this same Guy no names now works for Newfangled Solutions and is there main programmer so it would be expected for them to have a Galil plug in for Mach4, Mach3 and Galil was a dog and I can't see anyone spending any time on it to make it usable

    If you had read the OP posts you would of seen that he had already checked out Dynamotion and was Not suitable

    Mactec54


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

    Default Re: Help find an analogue.

    Hi,
    yes one of the lead developers of Mach4 is also a Gallil aficionado and he personally wrote the Mach4 plugin for Galill motion control boards.
    The plugin is sold by New Fangled Solutions for $100.

    I have read this thread and OP has at no time said that Dynamotion is unsuitable. What he did say was that Dynamotion does not read
    Gcode directly, which for him is a bust. I posted that there is a plugin that allows Mach3 to supervise a Dynamotion Kflop board. It is up to him
    to research that possibility.

    Likewise it is up to OP to research whether Gallil and either Mach3 or Mach4 (at my recommendation) would suit his purpose.

    The critical point here is that OP wanted a solution that could operate on Gcode and to my knowledge NO analogue motion controller does that directly.
    I am, at best, only broadly familiar with Gallil and Kflop boards BECAUSE they do have a plugin which adapts them to Mach control which I am very much
    more familiar with.

    Craig



  15. #15
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by joeavaerage View Post
    Hi,
    yes one of the lead developers of Mach4 is also a Gallil aficionado and he personally wrote the Mach4 plugin for Galill motion control boards.
    The plugin is sold by New Fangled Solutions for $100.

    I have read this thread and OP has at no time said that Dynamotion is unsuitable. What he did say was that Dynamotion does not read
    Gcode directly, which for him is a bust. I posted that there is a plugin that allows Mach3 to supervise a Dynamotion Kflop board. It is up to him
    to research that possibility.

    Likewise it is up to OP to research whether Gallil and either Mach3 or Mach4 (at my recommendation) would suit his purpose.

    The critical point here is that OP wanted a solution that could operate on Gcode and to my knowledge NO analogue motion controller does that directly.
    I am, at best, only broadly familiar with Gallil and Kflop boards BECAUSE they do have a plugin which adapts them to Mach control which I am very much
    more familiar with.

    Craig
    Since the OP is a CNC machine manufacturer and were using Delta Tau controllers, I assume they already have the G code interpreter software and GUI already in place. They were just looking for a controller to connect it to since the Delta Tau controllers are apparently no longer available. As far as I know, Delta Tau controllers would not read G code directly. All they would have to do to use the Galil, is change the command language from Delta Tau to Galil.

    I know nothing about Mach4, but I hope that they are using the full power of the Galil in the plugin, unlike the Mach3 plugin which turned the Galil into a zombie. That is exactly the reason I wrote my own CNC software.

    From your comment can I assume that you can give a command to the Galill that will co-ordinate multiple axes with say linear or circular interpolation?
    Yes, that is correct. The built in circular interpolation is only two axis, but there is software workaround to make it up to 8 axis, not that you would actually ever need an 8 axis circular path. At least I can't think of a use for that.

    Jim Dawson
    Sandy, Oregon, USA


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

    Default Re: Help find an analogue.

    Hi,

    I assume they already have the G code interpreter software and GUI already in place.
    Well, yes that makes sense in view of your understanding:

    As far as I know, Delta Tau controllers would not read G code directly.
    Then why do you suppose that OP asked for a solution that was able to run Gcode directly?

    Craig



  17. #17
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by joeavaerage View Post
    Hi,
    Then why do you suppose that OP asked for a solution that was able to run Gcode directly?
    Craig

    Actually he didn't. He asked if Galil would run G code directly. And then he asked how it works, which I answered.

    The OP's original specifications:

    ''Main requirements:
    This must work with CNC G-code.
    This controller must have an open API library for interaction. (C#, C++)
    This controller must control up to 8 axes (In fact it is 3-4 axes).
    This controller must be able to control classic drives (direct PWM, step/dir, cw/ccw).
    Our budget is about $1800.
    May you recommend me something similar to that?''

    English is not the OP's first language. So you have to translate a bit. But taken in the context of their current Delta Tau use and the rest of the specs, the requirement for direct G code use does not exist. And it's safe to assume that they have their own translation program and GUI

    Delta Tau is (was?) a direct competitor of Galil, and is very similar. That taken together with the fact that he was happy with my response indicating that the Galil would work with ''CNC G code'' seems to have answered his question.

    Jim Dawson
    Sandy, Oregon, USA


  18. #18
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by Jim Dawson View Post
    Actually he didn't. He asked if Galil would run G code directly. And then he asked how it works, which I answered.

    The OP's original specifications:

    ''Main requirements:
    This must work with CNC G-code.
    This controller must have an open API library for interaction. (C#, C++)
    This controller must control up to 8 axes (In fact it is 3-4 axes).
    This controller must be able to control classic drives (direct PWM, step/dir, cw/ccw).
    Our budget is about $1800.
    May you recommend me something similar to that?''

    English is not the OP's first language. So you have to translate a bit. But taken in the context of their current Delta Tau use and the rest of the specs, the requirement for direct G code use does not exist. And it's safe to assume that they have their own translation program and GUI

    Delta Tau is (was?) a direct competitor of Galil, and is very similar. That taken together with the fact that he was happy with my response indicating that the Galil would work with ''CNC G code'' seems to have answered his question.
    Softservo is why ahead of the Galil or Delta Tau systems for a CNC control which I have used both and installed many of them, Softservo would also work for the OP which has all the features he required and is a OEM control used in many CNC machines

    Mactec54


  19. #19
    Community Moderator Jim Dawson's Avatar
    Join Date
    Dec 2013
    Posts
    5717
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    I did a bit of research on Delta Tau. They have apparently been purchased by Omron and I assume this must have precipitated a dramatic price increase in their products, thus the OP's search for another solution.

    It also seems that Delta Tau does have a basic G code interpreter software solution for their products that is user customizable for specific applications.

    Jim Dawson
    Sandy, Oregon, USA


  20. #20
    Member mactec54's Avatar
    Join Date
    Jan 2005
    Location
    USA
    Posts
    15362
    Downloads
    0
    Uploads
    0

    Default Re: Help find an analogue.

    Quote Originally Posted by Jim Dawson View Post
    I did a bit of research on Delta Tau. They have apparently been purchased by Omron and I assume this must have precipitated a dramatic price increase in their products, thus the OP's search for another solution.

    It also seems that Delta Tau does have a basic G code interpreter software solution for their products that is user customizable for specific applications.
    They had a very good CNC machine Control up with the best in fact, that may have changed, when they sold the company, as it had a very limited market in the CNC control world, cost was always there biggest problem

    Mactec54


Page 1 of 2 12 LastLast

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

Help find an analogue.

Help find an analogue.