603,975 active members*
3,232 visitors online*
Register for free
Login
Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2009
    Posts
    6

    WinCnc trouble

    I have just fired up my new cnc and am using WinCnc as my controller and Bob-Cad as my drawing program. When i try to open my code in WinCnc it says: Error - Multiple Commands.
    I'm sure this is an easy fix but I've never used one before so every little hiccup gives me grief. How do I fix this and prevent it from happening again.

  2. #2
    Join Date
    Apr 2006
    Posts
    187
    Thinking you may have several commands on one line at the start up of your program, I believe it's one command per line in WinCnc, if I recall correctly.
    Try that.

  3. #3
    Join Date
    Jan 2009
    Posts
    6

    WinCnc problem

    I think this part may be the problem could this be?
    N01 G00 G90 G80 G49 G20
    N02 G91 G28 Z0.
    N03 G91 G28 X0. Y0.
    N04 M01

    I'm not sure but i dont think that there can be more than one G command in one line.

  4. #4
    Join Date
    Mar 2006
    Posts
    88
    Hi, you can only use one g-code command per line Wincnc.

    Good Luck

  5. #5
    Join Date
    Jan 2009
    Posts
    6
    So how do I fix this?
    N01 G00 G90 G80 G49 G20
    N02 G91 G28 Z0.
    N03 G91 G28 X0. Y0.
    N04 M01
    BobCad said that i can fill out a post processor form and that it would take about a week. I don't have that kind of time.

  6. #6
    Join Date
    Apr 2006
    Posts
    187
    Well, quick fix would be to pull the program into text editor, word pad, note pad, MS Word and edit the program so only one command per line.

    Think you can also edit it in BobCad in the NC window, just place cursor
    after each g-code command and hit carriage return (enter).

    Better fix....If I recall correctly BobCad has a provision for you to edit "program start" and "program end" macros in the NC portion of Bobcad and save those so your program start and end would have only one command per line, thus when generating future programs they would start and end correctly.

    If you need help with that you might try posting in the BobCad forums explaining what you would like to do, and I'm sure someone would help you fix your Program Start and Program end. Or contact BobCad. I'm not the world's foremost expert on BobCad, but I think this is fairly easy fix.

    I would check the end of your program also, it might have multiple commands
    per line, check before running.

  7. #7
    Join Date
    Apr 2006
    Posts
    187
    Are you having any luck?

  8. #8
    Join Date
    Mar 2006
    Posts
    88
    Hello,

    I had to edit similar g code with my win controller until mecsoft built a post for me, here's what it looks like edited.

    n01 g00
    n02 g90
    n03 g80
    n04 g49
    n05 g20
    n06 g91
    n07 g28z0
    n08 m01

    Good Luck,

    ddog

Similar Threads

  1. Does anyone use WinCNC?
    By dmgdesigns in forum Uncategorised CAM Discussion
    Replies: 7
    Last Post: 12-06-2009, 04:55 PM
  2. WINCNC INI files
    By cabnet636 in forum WinCnc
    Replies: 5
    Last Post: 12-26-2008, 05:12 PM
  3. Mach or Wincnc
    By pleather in forum Commercial CNC Wood Routers
    Replies: 33
    Last Post: 11-24-2008, 09:43 PM
  4. Wincnc INI Settings
    By FFAMN in forum WinCnc
    Replies: 5
    Last Post: 12-22-2007, 11:24 PM
  5. wincnc problem need help!!!!! Please...
    By dsgnkrft in forum WinCnc
    Replies: 7
    Last Post: 12-19-2007, 01:18 AM

Posting Permissions

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