On 5 July 2017 at 02:43, John Kasunich <[email protected]> wrote:
> Kind of a kludge, but the streamer/ halstreamer system could do what you are 
> describing.

Another way:

INI files can use #INCLUDE
http://linuxcnc.org/docs/2.7/html/config/ini-config.html#_include_files

{.ini file}
[KINS]
#INCLUDE corrections.inc
...

{.inc file}
ZVALS = 0,10,20,30,40,50,60,70
XVALS = 0,0.1,-0.3,0.7.......

{.hal file}
loadrt mykins zvals=[KINS]ZVALS xvals=[KINS]XVALS

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to