source: cncfraese/config/testZ.ngc @ 86bb187

Last change on this file since 86bb187 was 86bb187, checked in by Norbert Wigbels <njw@…>, 9 years ago

Schrittverlusttests fuer alle Achsen

  • Property mode set to 100644
File size: 635 bytes
Line 
1
2
3( test program to see if Z axis loses position )
4( msg, test 1 of Z axis configuration )
5G20 #1000=100 ( loop 100 times )
6( this loop has delays after moves )
7( tests acc and velocity settings )
8o100 while [#1000]
9G0 Z1.000
10G4 P0.250
11G0 Z0.500
12G4 P0.250
13#1000 = [#1000 - 1]
14o100 endwhile
15( msg, test 2 of Z axis configuration S to continue)
16M1 (stop here)
17#1000=100 ( loop 100 times )
18( the next loop has no delays after moves )
19( tests direction hold times on driver config and also max accel setting )
20o101 while [#1000]
21G0 Z1.000
22G0 Z0.500
23#1000 = [#1000 - 1]
24o101 endwhile
25( msg, Done...Z should be exactly .5" above table )
26M2
27
Note: See TracBrowser for help on using the repository browser.