Re: [Emc-users] Trouble with TWOPASS and Mesa loadrt

2016-09-25 Thread Dewey Garrett
> So my next thought is I also needed to remove the parenthesis in the > references, changing > setp hm2_[HOSTMOT2](BOARD).0.watchdog.timeout_ns 2500 This type of line does requires the parentheses since additional text is appended to the ini variable. Accomodating this form in twopass

Re: [Emc-users] Trouble with TWOPASS and Mesa loadrt

2016-09-25 Thread dannym
Dewey Garrett wrote: > > > 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 OK I made the loadrt as above, it loads ok without

Re: [Emc-users] Trouble with TWOPASS and Mesa loadrt

2016-09-25 Thread Dewey Garrett
> 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:

Re: [Emc-users] Trouble with TWOPASS and Mesa loadrt

2016-09-25 Thread Danny Miller
On 9/25/2016 10:05 AM, andy pugh wrote: > On 25 September 2016 at 08:36, wrote: > >> I am trying to add a run timer as per the time man page. >> >> LinuxCNC fails to load. Initially I think the offending line was "not: >> already exists" in the postgui hal. Yes it uses

Re: [Emc-users] Trouble with TWOPASS and Mesa loadrt

2016-09-25 Thread andy pugh
On 25 September 2016 at 08:36, wrote: > I am trying to add a run timer as per the time man page. > > LinuxCNC fails to load. Initially I think the offending line was "not: > already exists" in the postgui hal. Yes it uses loadrt not, and if I > comment all the "not" stuff