On Sunday 13 April 2014 02:36:39 Bill Brettle did opine:

> Sorry Marius,
> 
> I did read your message and I thought I had tried it together with a
> multitude of other configs, but I must have either missed it put a typo
> in the line somewhere, anyhow, my sincere apologies.
> 
> I thought I had it then I found I had some wiring problems (as Gene
> said)(LM7805 and LM7905 are different). Between fixing these and helping
> look after my 5yr old Grandson who is on school vacation, I haven't
> achieved much.
> 
> Yesterday I finally got LCNC connected to my mill and immediately
> received messages *"joint 0 limit switch X".*
> 
> I googled this and found that the problem was BOUNCE and I needed to run
> a "debounce" commands. I found two methods (see "debounce" file). The
> first was to be included in custom.hal which I did and received an
> error message "parport.0.pin-10-in already exists"
> 
> I deleted this and added the second method to BillsMill.hal this time I
> got the LINUXCNC ERROR attached. Now I'm bushed, Where do I go from
> here?
> 
> Incidentally, what to I do with the other items in the Debug file
> information?
> 
> Sorry to be such a pest.
> 
> Regards Bill
Now your debounce additions are all munged.

When you define a debounce module, you are doubleing up on the modules ID,  
remove the first ".0".#. so that you have debounce.0.in debounce.1.in yadda 
yadda.
 
> 
> On Mon, Apr 7, 2014 at 12:27 AM, Marius Liebenberg
> 
> <mar...@mastercut.co.za>wrote:
> > I thought that was exactly what I explained. Make me think of Eric
> > Clapton - I must be invisible :)
> > 
> > On 2014-04-06 16:21, andy pugh wrote:
> > > On 6 April 2014 14:14, Bill Brettle <billbret...@gmail.com> wrote:
> > >> I've worked hard at my .ini and Hal but can't get rid of that
> > >> error.
> > > 
> > > The problem is still there and still the same cause.
> > > 
> > > You have:
> > > setp parport.0.pin-01-out-invert
> > > 
> > > You should have:
> > > setp parport.0.pin-01-out-invert 1
> > > 
> > > or, if you prefer:
> > > setp parport.0.pin-01-out-invert true
> > > 
> > > "setp takes two arguments" means that a setp command needs to know
> > > which pin to set _and_ what value to set it to.
> > 
> > --
> > 
> > Regards /Groete
> > 
> > Marius D. Liebenberg
> > +27 82 698 3251
> > +27 12 743 6064
> > QQ 1767394877
> > 
> > 
> > 
> > ----------------------------------------------------------------------
> > -------- _______________________________________________
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene
-- 
"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>
US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to