> The line in 7i92_AM882_hack.hal was:
> loadrt [HOSTMOT2](DRIVER) config=[HOSTMOT2](CONFIG)

For this case you can omit parentheses:
loadrt [HOSTMOT2]DRIVER config=[HOSTMOT2]CONFIG

Though I find little documentation, halcmd (halcmd.c) supports
interpretation of ini variables in two formats:
   [SECTION]VAR<whitespace>
   [SECTION](VAR)<any char>

The form using parentheses is needed in some cases to resolve
parsing ambiguities.

The twopass processing has not supported the form using parentheses.

I will address this omission with a future patch update for 2.7 but your
case can probably be handled using the form without parentheses.


-- 
Dewey Garrett


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

Reply via email to