-
Notifications
You must be signed in to change notification settings - Fork 296
Diagnostics
Alden Hart edited this page Mar 18, 2017
·
5 revisions
This page describes system diagnostics that are available in G2
The following diagnostic groups can be enabled at compile time. The main use of these groups is to include them in status reports for planner diagnostics.
Group | Tokens | Notes |
---|---|---|
_te | x y x a b c | target endpoint (in work space, i.e. axis coordinates) |
_tr | x y x a b c | target runtime (in work space) |
_ts | 1 2 3 4 5 6 | target steps (in joint space, i.e. motor steps) |
_ps | 1 2 3 4 5 6 | position_steps |
_cs | 1 2 3 4 5 6 | commanded steps (delayed) |
_es | 1 2 3 4 5 6 | encoder_steps (measured) |
_fe | 1 2 3 4 5 6 | following_error (as read by encoders) |
_xs | 1 2 3 4 5 6 | corrected_steps (cumulative correction applied) |
Getting Started Pages
- Home
- What is g2core?
- Who uses g2core?
- Jerk-Controlled Motion
- Getting Started with g2core
- Connecting to g2core
- Configuring g2core
- Flashing g2core
- Troubleshooting
Reference Pages
- Gcodes
- Mcodes
- Text Mode
- JSON Communications
- GPIO Digital IO
- Alarms & Exceptions
- Power Management
- Coordinate Systems
- Status Reports
- Status Codes
- G2 Communications
- Tool Offsets and Selection
- Probing
- Feedhold, Resume, Job Kill
- Marlin Compatibility
- 9 Axis UVW Operation
- gQuintic Specs
Discussion Topics
- Roadmap
- GPIO for 1.X Releases
- Toolheads
- Raster Streaming Prototol
- g2core REST Interface
- Gcode Parsing
- G2 3DP Dialect
- Consensus Gcode
- Digital DRO
- Overview of Motion Processing
Developer Pages
- Development & Contribution
- Branching and Release - DRAFT
- Getting Started with g2core Development
- Project Structure & Motate
- Compiling G2
- OSX w/Xcode
- OSX/Linux Command Line
- Windows10 w/AtmelStudio7
- Debugging G2 on OSX
- Board and Machine Profiles
- Arduino Due Pinout
- Arduino DUE External Interfaces
- Diagnostics
- Debugging w/Motate Pins
- Development Troubleshooting
- g2core Communications
- Git Procedures
- Windows 10 / VMware 8 Issues
- Dual Endpoint USB Internals
- G2core License
- VSCode Setup
- Compatibility Axioms
- Wiki History