]> sigrok.org Git - sigrok-dumps.git/commitdiff
smoothieware: README: Cosmetics, additions.
authorUwe Hermann <redacted>
Wed, 11 Mar 2015 17:15:05 +0000 (18:15 +0100)
committerUwe Hermann <redacted>
Wed, 11 Mar 2015 17:16:47 +0000 (18:16 +0100)
stepper_motor/smoothieware/README

index ea4c94efa8e7989de4557e3d1472e747aaf81959..c2db3ed23fa3ec550b87802143e5766a737e94d9 100644 (file)
@@ -1,19 +1,35 @@
 -------------------------------------------------------------------------------
-Stepper motor signals
+Smoothieware stepper motor signals
 -------------------------------------------------------------------------------
 
 This is a capture of Smoothieware stepper signals while running the test.gcode.
 
-Signals:
+Details:
+http://smoothieware.org/
+http://essentialscrap.com/tips/arm_trace/smoothie.html
 
-0: ARM ITM trace (irrelevant)
-3: Y axis step
-4: Y axis direction
-5: X axis step
-6: X axis direction
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was an FX2 based device (at 24MHz):
+
+  Probe       Target
+  ------------------
+  0           ARM ITM trace (irrelevant)
+  3           Y axis step
+  4           Y axis direction
+  5           X axis step
+  6           X axis direction
+
+
+Data
+----
 
 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)
 
+  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)