. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Neale's Avatar
    Lives in Plymouth, United Kingdom. Last Activity: 18 Hours Ago Has been a member for 9-10 years. Has a total post count of 1,740. Received thanks 297 times, giving thanks to others 11 times.
    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.

  2. #2
    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

  3. #3
    Neale's Avatar
    Lives in Plymouth, United Kingdom. Last Activity: 18 Hours Ago Has been a member for 9-10 years. Has a total post count of 1,740. Received thanks 297 times, giving thanks to others 11 times.
    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...

  4. #4
    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.

  5. #5
    Neale's Avatar
    Lives in Plymouth, United Kingdom. Last Activity: 18 Hours Ago Has been a member for 9-10 years. Has a total post count of 1,740. Received thanks 297 times, giving thanks to others 11 times.
    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.

  6. #6
    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!

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


  8. #7
    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.

  9. #8
    Hi, I have a Bosch Rexroth EFC 5610 VFD with all the manuals. I couldn't see anywhere, which terminals you used on the actual VFD itself. Could tell me what terminals you used or direct me to the manual where I can find correct information on how to configure the VFD?

    I have recently replaced all the motion control gear on my router table and so far so good. I have fully calibrated motion and just configured it with an xbox360 controller.

    I really would like to have the ability to monitor and control my spindle settings within Mach3.
    .
    I am using the '2010 screenset' on Mach3 to control my machine and have used 'Screen4' in the past, to modify various screens in mach etc.

    I have a USB to RS485 dongle setup and showing up as 'COM4' on my windows 7 machine. My EFC5610 is already setup and controlling a 3ph 5.5kv max. 17,400RPM Perske spindle.

    I have been reading through your posts on the subject on various forums and I just wanted to ask your advise now as I'm just about to start? After all you did, what is the best way to go about setting this up from start to finish?

    Would it be helpful if you sent me copies of your Mach3 brain file and the Modbus configuration file with a workflow? I was thinking that I'd have many of the same parameters as you, between Mach and the Rexroth VFD.

    Any help will be much appreciated!

    Regards!
    Darren

  10. #9
    Hi Darren,

    My manual says:

    14.3.2 Modbus Interface
    The Modbus communication is via RS485 interface, see descriptions on RS485+ and RS485- in chapter 8.1 "Wiring Diagram" on page 50 and chapter 8.3.2 "Control Terminals" on page 65.

    It explains how to wire in details. Anyway, I posted on CNC Zone as well as on my Youtube video. Did it help?

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
  •