MDrive Example Program
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 'MDRIVE DEMO PROGRAM 'Last modified 08/25/2016 'Sample test program for demonstration purposes only 'Not tested or verified for safety or any function '***** Electronic Gearing ***** PG 1 LB k4 PR "Electonic Gearing" Rc=50 'set run current to 50% S7=33,0 'Sets clock type to step input S8=33,0 'Sets clock type to direction input Fm=3 'set filter motion to 1.67 Mhz cutoff freq. Ms=16 'Set microstep resolution to 16 Cm=1 'Clock mode enable Cr=1.000 'Set clock mode ratio to 1:1 E PG s 'keep this line |