rem Demonstrating how to stop the Z-motor
rem This program makes the Z-motor to jog
rem Commands demonstrated; velz, accz, jogz, stopz, end
rem Set the velocitz
velz 8000
rem Set the acceleration
accz 10000
rem Start jogging
jogz
100
rem Wait until the trip point
if Z < 50000 then goto 100
stopz
end
$
Copyright © 2002, 2003, 2004, 2005, 2006 Optimal Engineering Systems, Inc.