Last change
on this file since 12b1db6 was 86bb187, checked in by Norbert Wigbels <njw@…>, 10 years ago |
Schrittverlusttests fuer alle Achsen
|
-
Property mode
set to
100644
|
File size:
632 bytes
|
Rev | Line | |
---|
[86bb187] | 1 | ( test program to see if X axis loses position )
|
---|
| 2 | ( msg, test 1 of X axis configuration )
|
---|
| 3 | G20 #1000=100 ( loop 100 times )
|
---|
| 4 | ( this loop has delays after moves )
|
---|
| 5 | ( tests acc and velocity settings )
|
---|
| 6 | o100 while [#1000]
|
---|
| 7 | G0 X1.000
|
---|
| 8 | G4 P0.250
|
---|
| 9 | G0 X0.500
|
---|
| 10 | G4 P0.250
|
---|
| 11 | #1000 = [#1000 - 1]
|
---|
| 12 | o100 endwhile
|
---|
| 13 | ( msg, test 2 of X axis configuration S to continue)
|
---|
| 14 | M1 (stop here)
|
---|
| 15 | #1000=100 ( loop 100 times )
|
---|
| 16 | ( the next loop has no delays after moves )
|
---|
| 17 | ( tests direction hold times on driver config and also max accel setting )
|
---|
| 18 | o101 while [#1000]
|
---|
| 19 | G0 X1.000
|
---|
| 20 | G0 X0.500
|
---|
| 21 | #1000 = [#1000 - 1]
|
---|
| 22 | o101 endwhile
|
---|
| 23 | ( msg, Done...X should be exactly .5" above table )
|
---|
| 24 | M2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.