G-Code Translation
G-Code is a common format for representing programs for automated manufacturing machines such as CNC mills and lathes, 3D printers and cutting machines. Typically you will use CAD software to generate G-Code representing the path a machine tool is to follow.
The G-Code application in Zaber Launcher allows you to treat your Zaber device as a CNC machine or a 3D Printer.
You can input individual G-Code commands or run entire programs.
What You Will LearnThe video below demonstrates how to use the G-Code application in Zaber Launcher.
It covers entering G-Code text, selecting devices for playback of the codes, single-stepping and free-running the program, and debugging an error when one of the devices exceeds its travel range.
00:05 Introduction
00:22 Axis Setup
00:59 Manual Input
01:11 Entering a Program
02:02 Running the Program
A reference for the G-Code language can be found here.
Zaber also provides a G-Code interpreter API in the Zaber Motion Library for those who want to write their own control software. If you want to learn more about the G-Code API or the supported G-Codes, please refer to the Zaber Motion Library documentation.