At 12:20 AM 10/30/2007, you wrote: >I always put a "cleanup" section at the end of my programs where I >set the axes back to where I want them to be when I open EMC the next >time and there I also set all the variables that I used back to zero. > >If I put the G92.1 command in the "Cleanup" section of the program >that used the G92 command will that accomplish the same as putting >the G92.1 in the "setup" or preamble of all the other programs?
Only if you can be sure that the cleanup section was actually executed and not aborted. Much better to also have a standard setup to put the machine in a known condition. __________ Andre' B. Clear Lake, Wi. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
