nat_wheatley
01-21-2009, 12:33 PM
I've edited my post files to turn my air drill on/off before/after each hole. I'm getting a short pause between holes and was wondering if there is a way around it? I've pasted the section of the post file that I've changed. I've just added the 'SO' command before and after each move.
begin FIRST_FEED_MOVE
"SO,&My_DrillOutput[T],1"
"M3,[X]+&my_XmmDrilloffset_T[T],[Y]+&my_YmmDrilloffset_T[T],[Z]+&my_ZmmDrilloffset_T[T]"
"SO,&My_DrillOutput[T],0"
+---------------------------------------------
begin FEED_MOVE
"SO,&My_DrillOutput[T],1"
"M3,[X]+&my_XmmDrilloffset_T[T],[Y]+&my_YmmDrilloffset_T[T],[Z]+&my_ZmmDrilloffset_T[T]"
"SO,&My_DrillOutput[T],0"
Is there a better way to do this, that would eliminate the pause, or change I can make in some other setting (Ramp Values?) that would help?
I do have short clip of the machine drilling if that would help any. Thanks.
begin FIRST_FEED_MOVE
"SO,&My_DrillOutput[T],1"
"M3,[X]+&my_XmmDrilloffset_T[T],[Y]+&my_YmmDrilloffset_T[T],[Z]+&my_ZmmDrilloffset_T[T]"
"SO,&My_DrillOutput[T],0"
+---------------------------------------------
begin FEED_MOVE
"SO,&My_DrillOutput[T],1"
"M3,[X]+&my_XmmDrilloffset_T[T],[Y]+&my_YmmDrilloffset_T[T],[Z]+&my_ZmmDrilloffset_T[T]"
"SO,&My_DrillOutput[T],0"
Is there a better way to do this, that would eliminate the pause, or change I can make in some other setting (Ramp Values?) that would help?
I do have short clip of the machine drilling if that would help any. Thanks.