. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Current Activity: Viewing Forum Superstar, has done so much to help others, they deserve a medal. Has been a member for 9-10 years. Has a total post count of 2,927. Received thanks 361 times, giving thanks to others 8 times.
    The bigger reason is Modbus is seen as being complicated. Which for somebody non-techy, it is. Get a single setting wrong, and it won't work, or at least not as expected, with no easy way to test why for your average home CNC'r.

    Combine that with VFDs and Modbus equipped VFDs traditionally being expensive, meaning basic 0-10V DC speed controllers were far more commonplace, and you can see why 0-10V is the more commonly used method for home CNC. Plus it's easier to diagnose, as you only need a multimeter to narrow down where the problem lies.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

  2. #2
    Well said it is much better with KISS as everybody is not from a techy background
    ..Clive
    The more you know, The better you know, How little you know

  3. #3
    I'm very interested in this, but then, I am a techy...

    It's not because of the start/speed control aspect, as this is pretty straightforward if you have a BOB or motion controller with adequate analogue output. OK, linearity might not be absolutely spot-on but I doubt that for most practical purposes that matters. However, the idea of being able to read back VFD parameters (spindle speed, etc) to display on the PC screen sounds attractive. Personally, I would not have considered this because I had no idea what a Mach3 brain was so would have never gone looking for this kind of information. I've probably missed something obvious, but I don't find the Mach3 documentation leaps out at me. Easy enough to do the basics but you seem to be somewhat on your own if you go just a little off-piste. For example, do a Google search for "mach3 brain" and the best result seems to be a YouTube video. Personally, I would rather have a decent manual in front of me!

    But maybe I've just missed some hidden site full of Mach3 docs, so if anyone can tell me where it is... In the meantime, I shall follow this thread with interest.

  4. #4
    But maybe I've just missed some hidden site full of Mach3 docs, so if anyone can tell me where it is... In the meantime, I shall follow this thread with interest
    A bit of info here http://www.machsupport.com/forum/ind...ic,8211.0.html
    ..Clive
    The more you know, The better you know, How little you know

  5. #5
    Thanks, Clive - there's a pointer in there that ends up with a few Mach3 tutorial videos which gave some background. However, I also had a hunt around for something about the HY inverters and Modbus, as the HY manual mentions it in passing but gives no specific information on what you can control or monitor. Apparently, HY have used their own very non-standard interpretation of the Modbus standard and although someone has produced a Mach3 plugin which gives access to some of the HY inverter features, I have not yet found the kind of information needed to use with a Mach3 brain.

    Still, it has all thrown a bit of light on the "brain" feature, and I'm now wondering if that could be used to, for example, provide a custom Mach3 facility for master/slave homing which my CSMIO-IP/M does not do. Too many distractions from actually getting on and finishing the router...

  6. #6
    Quote Originally Posted by Neale View Post
    I'm very interested in this, but then, I am a techy...

    It's not because of the start/speed control aspect, as this is pretty straightforward if you have a BOB or motion controller with adequate analogue output. OK, linearity might not be absolutely spot-on but I doubt that for most practical purposes that matters.
    There is one HUGE disadvantage with using 0-10V, at least with the BoB's I have, is that if Mach3 is not fired up and the BoB is getting power then it will output 10V and random states for the digital outputs. This creates a dangerous situation since the spindle can start spinning when your hands are too near. This situation can never happen if you use Modbus.

    Quote Originally Posted by Neale View Post
    However, the idea of being able to read back VFD parameters (spindle speed, etc) to display on the PC screen sounds attractive. Personally, I would not have considered this because I had no idea what a Mach3 brain was so would have never gone looking for this kind of information. I've probably missed something obvious, but I don't find the Mach3 documentation leaps out at me. Easy enough to do the basics but you seem to be somewhat on your own if you go just a little off-piste.
    I agree, this is another major advantage of using Modbus, and I will cover that in my next video. I am reading parameters like Output voltage, current, torque, power, temperature, real RPM, RPM stable... and there are plenty more, but to read those and have some use for them you also need to modify Mach3 screens used, otherwise you won't be able to see those. I have just started with this, so I am no expert, but used Screen4, which can be downloaded from Mach. I find it pretty buggy, crashes fairly often, so frequent backup of the changes is really important, but it is free, so why complain? In any case, to make modifications to existing screens is pretty simple.

    Quote Originally Posted by Neale View Post
    For example, do a Google search for "mach3 brain" and the best result seems to be a YouTube video. Personally, I would rather have a decent manual in front of me!

    But maybe I've just missed some hidden site full of Mach3 docs, so if anyone can tell me where it is... In the meantime, I shall follow this thread with interest.
    Yes, I would also prefer a decent manual, but that is hardly going to happen now that Mach3 is dead. The Brains territory is even less documented than the rest. I managed to gather quite a bit of documentation spread around on the Internet about Mach3 macro programming, use and parameters, as well as about some other bits and pieces, but very little about Brains, so that is not really like skiing off-piste, more like skiing off-piste uphill. Yes, the best I could find was also Youtube video, but unfortunately not enough to help me, so I made my own. I don't know if I will write some kind of user documentation later on, because it takes quite a lot of time, but at least I will document my workflow which can be use by others to figure out what to do and how to solve their problems.

  7. #7
    Quote Originally Posted by A_Camera View Post
    There is one HUGE disadvantage with using 0-10V, at least with the BoB's I have, is that if Mach3 is not fired up and the BoB is getting power then it will output 10V and random states for the digital outputs. This creates a dangerous situation since the spindle can start spinning when your hands are too near. This situation can never happen if you use Modbus.
    I can't disagree, although in my case I am using a CSMIO-IP/M which is held in e-stop mode by the safety relay until it is explicitly re-enabled. I think that it stays in standby until it starts communicating with Mach3 as well - I'll have to unplug the Ethernet cable while it is running and see what happens!

    As I am currently using a Huanyang VFD and given its poor support for Modbus, I'm not going down that path. Still, if it blows up one day and I have to replace it, then I might well look for something that both supports the official Modbus standard and also has a usable manual!

    Good luck with this project - I shall follow it with interest.

  8. #8
    A-Camera, thanks a mil! I had been beating my head against a brick wall for weeks trying to get this going. Using your posts I got it all up and running sweetly
    I registered on this board just to thank you!

  9. The Following User Says Thank You to Thermic For This Useful Post:


  10. #9
    Quote Originally Posted by Thermic View Post
    A-Camera, thanks a mil! I had been beating my head against a brick wall for weeks trying to get this going. Using your posts I got it all up and running sweetly
    I registered on this board just to thank you!
    Thank you for your kind words. I am glad it helped you out and hope you'll enjoy using Modbus just as much as I enjoy it. I no longer use Mach3, using UCCNC now, but I continue using Modbus even with UCCNC.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Supercomputer models one second of human brain activity
    By Lee Roberts in forum General Computing
    Replies: 8
    Last Post: 20-01-2014, 05:31 PM
  2. Mach3 digitizing wizard not saving file
    By dudz in forum Probing, Digitizing & Scaning
    Replies: 0
    Last Post: 08-09-2013, 09:48 PM
  3. File upload problems - attachments file extension support !
    By Swarfing in forum General Discussion
    Replies: 14
    Last Post: 08-03-2013, 02:37 PM
  4. HID interface for remote control of Mach3
    By Smiler in forum Electronic Project Building
    Replies: 0
    Last Post: 10-05-2009, 12:59 PM

Bookmarks

Posting Permissions

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