On 03/06/2012 07:29 PM, gene heskett wrote:
> I have my doubts Kenneth.  That var is used all the way thru the upper loop
> that does the roughing cuts, and then saved after the roughing cuts are
> finished, to serve as a reference for the starting position of the next,
> much finer cutting so it leaves a decent finish on the shank of the taper.
>
> I had grep spit out the line number the matches were found on, and it is
> line 60 below that Linuxcnc is complaining about.  Line 60 is the end of
> the roughing cuts, and that var is used in lines 42, 49 and 51 before line
> 60 is executed.
>
> I agree that its probably something even I'd have to call dumbass once I
> find it.  But I spent the day trying to install a heavy duty hitch on my
> Toyota, but didn't get the wiring harness install finished before I wore me
> out. So I need to take my bedtime pills&  take my aches&  pains to bed.

Gene,

Have you tried initializing the variable to a constant at the beginning 
of the program, outside of any loops? Then see if it still fails? I've 
found that doing something that shouldn't affect anything occasionally does.

Karl

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to