source: cncfraese/config/testX.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: 632 bytes
Line 
1( test program to see if X axis loses position )
2( msg, test 1 of X axis configuration )
3G20 #1000=100 ( loop 100 times )
4( this loop has delays after moves )
5( tests acc and velocity settings )
6o100 while [#1000]
7G0 X1.000
8G4 P0.250
9G0 X0.500
10G4 P0.250
11#1000 = [#1000 - 1]
12o100 endwhile
13( msg, test 2 of X axis configuration S to continue)
14M1 (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 )
18o101 while [#1000]
19G0 X1.000
20G0 X0.500
21#1000 = [#1000 - 1]
22o101 endwhile
23( msg, Done...X should be exactly .5" above table )
24M2
Note: See TracBrowser for help on using the repository browser.