]> sigrok.org Git - sigrok-dumps.git/blame - stepper_motor/smoothieware/README
smoothieware: README: Cosmetics, additions.
[sigrok-dumps.git] / stepper_motor / smoothieware / README
CommitLineData
f33fd2e7 1-------------------------------------------------------------------------------
39c64553 2Smoothieware stepper motor signals
f33fd2e7
PA
3-------------------------------------------------------------------------------
4
5This is a capture of Smoothieware stepper signals while running the test.gcode.
6
39c64553
UH
7Details:
8http://smoothieware.org/
9http://essentialscrap.com/tips/arm_trace/smoothie.html
f33fd2e7 10
39c64553
UH
11
12Logic analyzer setup
13--------------------
14
15The logic analyzer used was an FX2 based device (at 24MHz):
16
17 Probe Target
18 ------------------
19 0 ARM ITM trace (irrelevant)
20 3 Y axis step
21 4 Y axis direction
22 5 X axis step
23 6 X axis direction
24
25
26Data
27----
f33fd2e7
PA
28
29Command to decode X axis position:
f33fd2e7 30
39c64553
UH
31 sigrok-cli -i smoothieware.sr \
32 -P stepper_motor:step=5:dir=6:unit=mm:steps_per_mm=80.0
33
34(though steps_per_mm doesn't currently work in sigrok-cli)
f33fd2e7 35