-
Notifications
You must be signed in to change notification settings - Fork 2
FireREST CNC
firepick1 (pixel) edited this page Jul 7, 2014
·
6 revisions
FireREST CNC is a REST API for Computer Numerical Control (CNC) device controllers and simulators.
A FireREST server can support multiple, named Device Control Endpoints (DCE). Each DCE is a nexus for locally coordinated action and is typically associated with a single motion controller. For example, a dual-gantry XYZ machine might work best with two 3-axis DCEs, or it could have a single 6-axis DCE. Here is a sample FireREST CNC url that refers to a DCE named, "tinyg".
Each DCE can support one or more REST resources:
| Resource | DCE Operation |
|---|---|
| gcode.fire | Execute given GCODE command |
| properties.json | Read/write configurable parameters (if supported) |