8 comments

  • customerservise 26 minutes ago ago

    For a second I read 0M as the number of parameters

  • Vedor a day ago ago

    It beings back memories, I was learning CNC machining mainly on Fanuc machines. They were old, reliable, but ultimately quiete crude machines. When for the first time I was working on a modern Sinumeric milling machine, I was amazed how user-friendly it was. Instead of writing g-code by hand, user could just use a menu to choose operation to perform, like machining an island or a pocket. You could say that Fanuc felt like C, and Sinumeric like Python. Well, not 1:1, but close enough for analogy.

    The article though, it's an interesting read, but I hoped for more technical details. It ends abruptly too, so I hope for a continuation.

    • 3nt3 5 hours ago ago

      Sorry for the weird ending, people pressured me into writing down exactly what I did to get it to receive data and I haven’t had the time to continue it haha

      Didn’t expect it to land on HN too

    • pseudohadamard 8 hours ago ago

      Same here. "Old piece of junk"? They were all we had!

      (Kids these days...).

      • 3nt3 4 hours ago ago

        It’s all we have nowadays too! Who can expect a 20 year old to have enough money to get anything better haha

  • chiffre01 21 hours ago ago

    Another problem with these old controls is even when code is sent over serial, they are slow. Think like less than 9600 baud.

    They also don't have the computing power to do adaptive or other modern tool paths.

    • echoangle 21 hours ago ago

      Is 9600 baud a real problem realistically? That’s still at least 10 gcode commands per second, right?

      If your CAM software is smart enough to use arc commands instead of using line segments, I don’t really see a tool path where you would need more than that.

      • chiffre01 20 hours ago ago

        Depends on how complex the part is. I've seen adaptive toolpath posts get 1,000s of lines long.