. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    The cheap chinese machine electronics are a lottery really. Some work fine some fry in days or weeks.??
    Common problems are cheap brittle wires cramped into too tight space and poor grounding. With a little re-wire these are sorted quick enough.
    elelcronics side ie: Drives PSU then like I say it's a lottery and if they die then just replace with newer decent gear.! . . simplizzz.

    The Type of connection and Pc spec however matters to how well the machine works. The PP is slow and unreliable. It does however easily keep up with these low spec machines. Still however I wouldn't use it if could afford the better option.
    I also wouldn't go with USB if taking the better route and would go with Ethernet for all the connection and stabilty options it gives.

    Now your Other problem which you may or may not be aware of is that Mach3 parallel port driver doesn't support 64bit OS so if your thinking of using it then you can't and you'll need XP or Win7 32bit. Both work fine.
    Mach3 the program will work fine with 64bit OS but the Parallel port driver doesn't. External motion control cards however like the ESS etc don't use this driver and have there own Plug-in to control the device and happily work with 64bit OS.

  2. #2
    Awesome thanks again for the advice. So ethernet is the way forward then. That's the way I'm leaning at the moment.
    Yes I still have my old XP 32bit disk somewhere which I was planning to use. Although I'm not going to use the parallel port now but I've also heard XP runs Mach 3 better..




    Delving a little deeper in controllers, I've come across planet-cnc. More specifically a couple of videos which seem to show off some great features regarding PCB milling which intend to do in the future. (lining up pcbs with a camera mount & mapping an uneven surface)


    Would that be a controller that you'd recommend? Or are there others that would be more suitable to what I need? I hadn't seen any videos of camera mounts on cnc machines before so wasn't aware that it could be a possibility. Looking now though I see it's also a feature you can have in Mach 3. Although I've not come across the mapping/warp feature...
    (they also seem to have a PCB only controller which I solder up myself which is tempting.. although I'm not sure if it's the latest version.. maybe it's a earlier one..)

  3. #3
    Quote Originally Posted by d4cnc View Post
    Delving a little deeper in controllers, I've come across planet-cnc. More specifically a couple of videos which seem to show off some great features regarding PCB milling which intend to do in the future. (lining up pcbs with a camera mount & mapping an uneven surface)
    I have been running a MK2 planet board for a couple of years and works very well for me , but all their effort is now going into their MK3 board which does have Ethernet and USB. Support is good and there is active forum, bugs and queries are dealt with quickly.

    I think the DIY board was a MK1 and does not have many of the features of the later versions and is not supported anymore.

    One thing to bear in mind is that the board will only run on their software, which is free, but will only work up to 25 lines without buying a license for the board, so the cost is Board + License and the license is tied to the board, not always apparent.

    John

  4. The Following User Says Thank You to johnsattuk For This Useful Post:


  5. #4
    You have plenty of options when it comes to controllers but personaly I much prefer Ethernet than USB for it's reliabilty and most of the cheaper ones are USB.

    Software like John pointed out is one thing to bare in mind has you may want to factor in the support base out there. This Depends on the type of person you are really, some need lots hand holding others just like to get on and figure it out them selfs. But the true test is when you have problems that are not user error or lack of knowledge. IMO nothing comes close to Mach3 user base in this regard.

    Personly I'm not a Fan of planet software and found it a little basic for me but others like John have no problems which is all that matters in cutting terms. I also don't like being tied to one board or make of board.

    Mach3 will do anything the others will do regrards Cameras and surfacing mapping etc because they are just special macros or scripts which are written then tied to the screen set. Thou I don't know of a surface mapping macro I'm sure there will be one if you ask around. If your handy with coding then get writing has it shouldn't be too hard.

    There also Linux CNC which should seriously be considered and will work with the PP and I believe 64bit.? But don't hold me to that.!
    It matches and surpasses Mach3 in lots respects, esp with the PP side of things. It's the Geeky user base that becomes a problem and lack of quick support that often puts people off, thou I do believe it's getting better!. OH and not to mention Linux OS it's self which puts folks with little PC knowledge off.

    To be honest think if on Budget and you know your way around PC's and dealing with OS's and software then I'd have a serious punt with Linux Cnc has it's free and very capable software.!

  6. #5
    I run LinuxCNC and it's fine for most use. I haven't found too many limitations with it. I recently had to change the motherboard in my PC as the old one blew up (I suspect that letting the CPU heatsink fill with dust once too many times did for it!) and as many have found, cheap motherboards do not have parallel ports any more. I bought a cheap PP PCI adaptor from Novatech and that has been working fine with LCNC, in conjunction with a cheap BOB. However, my current router is not too demanding in terms of pulse rate. I'm using a low-end AMD CPU and the latest LCNC download. There's plenty of info available for doing things like changing the PP address so that LCNC can find it when you are not using a standard motherboard port; this is the kind of thing that Windows usually manages for you.

    What are the limitations? Some of the free CAM software generates G2/G3 arc instructions, and LCNC is incredibly fussy about these. It wants the start/finish points to be correct to some large number of decimal places and bitches if not. I spent a lot of time in the early stages tweaking gcode by hand to fix this. However, since I switched to using Vectric VCarve for most of my CAM, I haven't seen this as an issue. Bigger problem is that LCNC really doesn't support twin leadscrew designs in that it can't handle homing/squaring properly. This has been an ongoing issue in the LCNC community for years. My new router will be twin ballscrew, so this is a problem. It is also very limited when it comes to external motion controllers (really, I think it just supports/is supported by the Mesa cards). There are apparently very good, but that's the only option. I'm going to be moving to Mach3/Mach4 (haven't yet decided) and CSMIO/IP-M motion controller, hence I shall also have to move to Windows. There are plenty of people who will tell you that the LCNC control screens are an old-fashioned heap of junk, but I use the standard screen setup that comes out of the box and it works.

    My first router was a bit of an experiment, cheaply built, to see how I got on. I used LCNC to keep cost down, and never regretted it. I don't see why it shouldn't do a perfectly adequate job with the cheap Chinese routers and I wouldn't hesitate to use it in that situation.
    Last edited by Neale; 24-10-2015 at 05:00 PM.

  7. #6
    I also run Linuxcnc and find it very good I have just used the pp for my mill and lathe but I have just bought a mesa card mainly for all the extra input/outputs including encoder for the lathe spindle speed etc. I also find the standard screen set OK there is a new one out though called Gmoccapy and it seems very good.
    ..Clive
    The more you know, The better you know, How little you know

  8. #7
    Thanks again everyone for the advice. Greatly appreciated.


    At the moment I'm not 100% sure on which software route to go down. I'd probably shy aware from Linux at the moment as I have no experience with it. As CNC is new itself for me, I'd rather begin with an OS I know well.


    The Planet CNC seems tempting to me currently as it looks like it could be a bit more beginner friendly.. what did you find was too basic about it?
    The only thing is as mentioned, I'm not keen on not being to use other software with the board.. but maybe it's a price worth paying..


    OK.. so if I go the planetCNC ethernet controller route.. what shall I do about the PC situation? Shall I build one using the Asus H61M-Pro I have coming or is the energy saving features going to make it completely unreliable? Or as I need a good PC there anyway, shall I just give it a go and if not then buy a cheap pentium 4 or something without the new features..? What would you do if you were me?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. USB TO Parallel Port DIY Interface
    By Lee Roberts in forum Electronic Project Building
    Replies: 42
    Last Post: 17-02-2018, 07:46 PM
  2. What is the function of a parallel port breakout board?
    By hbx in forum Machine Control Software
    Replies: 13
    Last Post: 12-03-2013, 06:18 PM
  3. parallel port address
    By Dan Brown in forum Artsoft Mach (3 & 4)
    Replies: 6
    Last Post: 07-01-2010, 12:04 PM
  4. Laptop, ie no parallel port?
    By tompsky in forum Laptops & Tablets
    Replies: 3
    Last Post: 11-11-2008, 07:12 PM
  5. Which USB parallel port emulator is the best
    By bruce_miranda in forum General Electronics
    Replies: 1
    Last Post: 18-09-2008, 03:38 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
  •