Greetings all;

I have, in this panel carving code, combined with my modified align 
subroutine kit, freshly modified to pass the data it develops back to 
the main panel cutter code by passing the detected angle back via an 
M68 E1 Q#<_off_angle>, and that is working, I can see its data with a hal 
meter.

But lcnc is complaining about line 8: unknown operation where unary 
operation could be". This is the real line 7:
#<_angle> = motion.analog-out-01

Syntax error, or bug?

I'm trying this way because unless the main code has been run prior to 
the alignment stuff, #<_angle> has not yet been created. So I'm using 
the M68 as a holding register until the above code creates it, and then 
does a G10 L2 P0 R#<_angle> to apply the correction. Small fraction of a 
degree in this case.

Thanks all;

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>



_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to