. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by drumsticksplinter View Post
    However, in my experience you can get mach to work quite well very quickly, but I don't have a great deal of faith in it in an industrial environment, probably because it was never intended for that purpose, hence the promise of a mach 4 industrial version. I like the look of mach 4, but don't believe its quite ready yet.
    Correct But Why anyone would expect a £130 Control software using windows parallel port to be industrial strength is beyond me if I'm honest.!! . . . . Your simply being unrealistic in your expectations.!

    Now while Mach was never intended for industrial control that was using the Parallel port.!! Windows and parallel port we all know are rubbish for anything but simple hobby use but Mach works like a Charm with a Quality Motion control Card Like Cslabs or Kflop, Galil etc

    Without getting into the Linux vs Mach rubbish both softwares do a great job for very little to No money in Linux case and when correctly matched with Hardware can give some of the very very expensive industrial controls a very good run for there money but unfortunatly all to often People are too quick to fire and blame the software. Often it really is case of " Poor workman blaming is tools". .!!
    Last edited by JAZZCNC; 27-03-2015 at 03:14 PM.

  2. #2
    At the link Clive provided they have the C23 dual LPT BOB for only 72eur, surplus. Big, cheap and reliable, did i say big :-) .

    Thanks for pointing to that shop, i have been searching for something like that some time.
    Last edited by Boyan Silyavski; 27-03-2015 at 08:23 PM.
    project 1 , 2, Dust Shoe ...

  3. #3
    That bob is huge!

    I (being biased) still think for being under 200 euros the 5i25+7i76 gives you a lot more flexibility. The daughter board gives you..

    The 7I76 is daughtercard/breakout board for use with MESA's 25 pin I/O FPGA cards like the 5I25. The 7I76 is designed for interfacing up to 5 Axis of step & dir step motor or servo motor drives and also provides a spindle encoder interface, isolated analog spindle speed control and 48 isolated I/O points for general purpose field I/O use. All step and direction outputs are buffered 5V signals that can drive 24 mA. All outputs support differential mode to reduce susceptibility to noise. An isolated analog spindle voltage with direction and enable outputs is provided for spindle control as is a single spindle encoder channel with TTL or differential inputs. 48 points of isolated field I/O are provided for general control use including limit switch and control panel inputs, coolant enable and tool changer control outputs. Isolated I/O includes 32 sinking inputs and 16 sourcing outputs. Inputs can sense 5V to 32V signals and the outputs can switch 5V through 28V signals. Maximum output load is 300 mA. Outputs are short circuit protected. In addition to the being able to read digital on/off status of each input, four input pin voltages are readable with 8 bit resolution, and two MPG encoder inputs are provided as an option on four field inputs. Field I/O is powered by an isolated 10-32V field power source. One RS-422 interface is provided for I/O expansion via a serial I/O daughtercard. All field wiring is terminated in pluggable 3.5 mm screw terminal blocks.

    Plus it is expandable be it the 2nd port on the 5i25 or the smart serial port on the 7i76. (not to mention if you want to go full closed loop servo the 7i77 daughter board is for you)

    Did I mention that I love mesa hardware? It is well built and 'just works' tm

    Other similar solutions are going to be more money like ESS+C23.. (plus - who wants to rigid tap? :) )

    most have seen this - linuxcnc + mesa (my conversion of old K&T HMC) 4 axis + 96 i/o (full closed loop) Still running great.

    https://www.youtube.com/watch?v=39q6kvrSBSk

    sam

  4. #4
    Quote Originally Posted by JAZZCNC View Post
    Correct But Why anyone would expect a £130 Control software using windows parallel port to be industrial strength is beyond me if I'm honest.!! . . . . Your simply being unrealistic in your expectations.!
    I think you misunderstand, I'm not expecting the parallel port and mach3 configuration to be industrial strength because it obviously isn't. Conveniently though using a breakout board and parallel port provides a very quick and cheap means of testing the bare bones of a machine build and thats all I'd use it for.

    I'm just looking for a good stable solution to a motion control system on my machine. The thing that has really put me off mach3 is the MPG feature, which is what i really want to work well, I've tested it with a pokeys board, which claimed to offer the feature, but the results were terrible. I've read about other people having serious issues with the MPG feature in mach3 too. No matter how much I ask about the functionality of mach3 with and MPG, nobody seems to be forthcoming with information, why is that? Because it doesn't work? Artsoft have said as much, thats why part of their selling point for mach 4 is "Higher quality manual pulse generator (MPG) = very smooth jogging and positioning without lag time.".

    I was wondering if the MPG feature worked well with the ESS or CSlabs?

  5. #5
    Quote Originally Posted by drumsticksplinter View Post

    ...Because it doesn't work? Artsoft have said as much, thats why part of their selling point for mach 4 is "Higher quality manual pulse generator (MPG) = very smooth jogging and positioning without lag time.".

    I was wondering if the MPG feature worked well with the ESS or CSlabs?
    Agreed to some extent. Linking the MPG directly to the LPT or other motion control many not yield totally reliable results. but then you can always go with the Vistacnc stuff like:




    I will be evaluating this for my own purposes.
    https://emvioeng.com
    Machine tools and 3D printing supplies. Expanding constantly.

  6. #6
    Quote Originally Posted by komatias View Post
    but then you can always go with the Vistacnc stuff
    I've admired the vistacnc pendants for a while now but haven't got round to ordering one to try. I'd be interested to see how they perform, though I wouldn't be surprised if it was something like the pokeys inside with a fancy plugin written around it....

  7. #7
    I am very happy with jog performance in linuxcnc. On the k&t I use it all the time for setting parts/tools. (I use a 1/2 dowel pin and jog wheel for setting zero - rolling it between the part and tool)

    http://linuxcnc.org/docs/html/examples/mpg.html

    There are a bunch of ways to hook a physical jog encoder up. The above example is similar to how I have implemented it on my machines. That example is also a real time jog implementation.

  8. #8
    I am very happy with jog performance in linuxcnc. On the k&t I use it all the time for setting parts/tools. (I use a 1/2 dowel pin and jog wheel for setting zero - rolling it between the part and tool)

    http://linuxcnc.org/docs/html/examples/mpg.html

    There are a bunch of ways to hook a physical jog encoder up. The above example is similar to how I have implemented it on my machines. That example is also a real time jog implementation.
    Thanks for all your input regarding Linuxcnc, I have decided to take the plunge and have ordered the mesa 5i25 and 7i76 kit, which should arrive to me next week sometime. I was really impressed with your machine setup, some complex stuff going on there for the toolchanger to work so well ;) Thanks also for the info on the MPG setup, the code doesn't mean a whole lot to me at the minute, but I'm sure I'll get my head around it!

    I'm going to ditch out the windows install on my bridgeport pc and load up linux asap. I've been afraid of trying linuxcnc for a while and I'm sure I'm not the only 1 who'd consider it to be a move over to the darkside, but hey! it might turn out to be the best thing I've done

    Its all still very daunting and I'm sure there is a learning curve, but from what I'm reading this seems the right decision for my machine at this time. I know there is always a linux vs mach3 battle going on as with the Windows vs Apple. I use a Mac 90% of the time btw

  9. #9
    Quote Originally Posted by drumsticksplinter View Post
    I was wondering if the MPG feature worked well with the ESS or CSlabs?
    Can't speak for any other MPG on Mach but these but Cslabs MPG Module works perfectly.!

    Pokeys is a toy in comparison to real motion control but to be fair I've setup a MPG with Pokeys and didn't have any issues. Thou in fairness I didn't push it or look for any issues and it was just a small lathe.
    Last edited by JAZZCNC; 28-03-2015 at 04:16 PM.

  10. #10
    Thanks for sharing your experiences with the MPG feature and the motion controllers. I really liked the look of the cslabs stuff and the add on modules seems like a nice feature. I was a bit reluctant to pay the price for the IP-S at this stage though and the IP-M won't do exactly what I require.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bridgeport VMC with Heidenhain control-
    By vargai in forum Gantry/Router Machines & Building
    Replies: 3
    Last Post: 13-01-2015, 02:37 PM
  2. Bridgeport with crusader i control
    By daff in forum Bridgeport Milling Machines
    Replies: 0
    Last Post: 10-09-2014, 09:04 PM
  3. CNC Motion control
    By StoneyCNC in forum Manufacturer News
    Replies: 1
    Last Post: 26-08-2013, 10:07 AM
  4. Time for a purpose built motion control computer.
    By GeoffV in forum General Computing
    Replies: 17
    Last Post: 08-11-2010, 01:11 AM
  5. Motion Control drivers and motors
    By bruce_miranda in forum Motor Drivers & Controllers
    Replies: 71
    Last Post: 27-08-2009, 09:40 AM

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
  •