585,679 active members*
5,471 visitors online*
Register for free
Login

Thread: 3018 CNC

Results 1 to 6 of 6
  1. #1

    3018 CNC

    I would like to know if it is possible to run multiple 3018 CNC's (USB interface controller boards) off the one PC at the same time.
    Any help would be greatly appreciated.

  2. #2
    Join Date
    Jun 2018
    Posts
    362

    Re: 3018 CNC

    In theory you should be able to but the control software would have to allow you to run multiple independent copies of it, each copy assigned to the connected USB port. You would need to be very careful to select the correct instance for the target machine when you do anything, it would be very (too?) easy to make mistakes.

  3. #3

    Re: 3018 CNC

    Thank you for your reply. I kind of had a clue it could work like that and that it could get a bit confusing. I was thinking of trying it with something easy like Easle to see if it works but was not quite sure how much computing power and USB speeds I would need. My aim is to eventually have 4 of these CNC's running of the one PC.
    Also wondering if the gcode is sent and stored on the controller board or is it fed through the USB as it goes along.

  4. #4
    Join Date
    Apr 2020
    Posts
    4

    Re: 3018 CNC

    Hi. I recently got one of these machines and I decided to run it from a Raspberry PI rather than the external controller. I think this gives me enough info be able to answer your unanswered questions. You don't need a huge amount of power from the PC to be able to get the G-code to the CNC, the USB port is actually being used as a Serial Port running at either 9600bps or 115Kbps, depending on your settings. 115K is the default. So any PC should be able to handle that. The real question is about the rest of the resources that the software would need, if it's a simple sender then you don't need much at all. If it does lots of fancy graphics stuff, that's a different story.

    As for the g-code, it is send to the CNC as it goes along, there looks to be some protocol for that (I'd look deeply into GRBL if I wanted the full details) but from the surface it seems to send a few commands then wait for the first to finish before sending the next, The whole file is not sent in one go though. So if you are sending to 4 machines at one time, you'll have to make sure that there's no threading issues.

  5. #5
    Join Date
    Jun 2012
    Posts
    1

    Re: 3018 CNC

    quelqu'un peut m'aider pour avoir le firmware original stm32f103rct6 du offlne controler pour la cnc3018 ?

Similar Threads

  1. Can"t jog 3018, Arduino Uno & CNC shield.
    By Weldtutor in forum Chinese Machines
    Replies: 0
    Last Post: 05-09-2019, 02:46 AM
  2. Woodpecker GRBL 3018 UGS Errors
    By Stephen_A in forum Chinese Machines
    Replies: 0
    Last Post: 03-17-2019, 12:30 AM
  3. A couple of questions about a 3018.
    By cncbeard in forum Chinese Machines
    Replies: 2
    Last Post: 04-25-2018, 04:09 PM
  4. Can I engrave glass with a 3018.
    By cncbeard in forum Chinese Machines
    Replies: 1
    Last Post: 01-21-2018, 06:38 PM

Tags for this Thread

Posting Permissions

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