diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-03-07 16:29:52 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2015-03-11 17:57:38 +0100 |
commit | f33fd2e778ed6aba2e7a429e7f260d79dfcf269e (patch) | |
tree | 7e760036e7279b9225ea2771ac15755edc6c6224 /stepper_motor/README | |
parent | 9f58d8524c1de94bb04afa5fa5f331ac48acccfa (diff) | |
download | sigrok-dumps-f33fd2e778ed6aba2e7a429e7f260d79dfcf269e.tar.gz sigrok-dumps-f33fd2e778ed6aba2e7a429e7f260d79dfcf269e.zip |
Example dump of stepper motor signals
Diffstat (limited to 'stepper_motor/README')
-rw-r--r-- | stepper_motor/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/stepper_motor/README b/stepper_motor/README new file mode 100644 index 0000000..ea4c94e --- /dev/null +++ b/stepper_motor/README @@ -0,0 +1,19 @@ +------------------------------------------------------------------------------- +Stepper motor signals +------------------------------------------------------------------------------- + +This is a capture of Smoothieware stepper signals while running the test.gcode. + +Signals: + +0: ARM ITM trace (irrelevant) +3: Y axis step +4: Y axis direction +5: X axis step +6: X axis direction + +Command to decode X axis position: +sigrok-cli -i smoothieware.sr -P stepper_motor:step=5:dir=6:unit=mm:steps_per_mm=80.0 +(though steps_per_mm doesn't currently work in sigrok-cli) + + |