Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
On Tuesday 15 September 2020 23:56:09 John Dammeyer wrote: > > -Original Message- > > From: Greg Bernard [mailto:marzetti...@gmail.com] > > Sent: September-15-20 4:49 PM > > To: Enhanced Machine Controller (EMC) > > Subject: Re: [Emc-users] False mesages

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
On Tuesday 15 September 2020 12:22:15 Gene Heskett wrote: > On Tuesday 15 September 2020 11:49:39 Jon Elson wrote: > > On 09/15/2020 08:40 AM, Gene Heskett wrote: > > > Axis X Fault > > > Axis Z Fault > > > Axis X Fault > > > Axis Z Fault > > > > Note that a lot of drives present the fault signal

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread John Dammeyer
> -Original Message- > From: Greg Bernard [mailto:marzetti...@gmail.com] > Sent: September-15-20 4:49 PM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] False mesages at lcnc launch > > So the Raspberry Pi worked ok with the 7i92? Good to hear be

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Greg Bernard
om] > > Sent: September-15-20 8:50 AM > > To: Enhanced Machine Controller (EMC) > > Subject: Re: [Emc-users] False mesages at lcnc launch > > > > On 09/15/2020 08:40 AM, Gene Heskett wrote: > > > > > > Axis X Fault > > > Axis Z Fault >

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
On Tuesday 15 September 2020 12:22:57 andy pugh wrote: > On Tue, 15 Sep 2020 at 17:19, Gene Heskett wrote: > > Is this what you mean? > > Not really but it allows me to re-phrase the question. > Which thread and sequence do trip-kill and trip-cvr run in? Since the damage has been done, they are

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
On Tuesday 15 September 2020 11:49:39 Jon Elson wrote: > On 09/15/2020 08:40 AM, Gene Heskett wrote: > > Axis X Fault > > Axis Z Fault > > Axis X Fault > > Axis Z Fault > > Note that a lot of drives present the fault signal when > disabled. I have had to build a module to "cover" that > signal wh

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread John Dammeyer
> -Original Message- > From: Jon Elson [mailto:el...@pico-systems.com] > Sent: September-15-20 8:50 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] False mesages at lcnc launch > > On 09/15/2020 08:40 AM, Gene Heskett wrote: > > > &

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread andy pugh
On Tue, 15 Sep 2020 at 17:19, Gene Heskett wrote: > Is this what you mean? Not really but it allows me to re-phrase the question. Which thread and sequence do trip-kill and trip-cvr run in? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
On Tuesday 15 September 2020 11:43:07 andy pugh wrote: > On Tue, 15 Sep 2020 at 16:41, Gene Heskett wrote: > > > And you still haven't answered the question. > > > > Then I don't understand what you're asking. The loadrt's are always > > at the top of the .hal file here. And must precede the add

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Jon Elson
On 09/15/2020 08:40 AM, Gene Heskett wrote: Axis X Fault Axis Z Fault Axis X Fault Axis Z Fault Note that a lot of drives present the fault signal when disabled. I have had to build a module to "cover" that signal when not enabled so that LinuxCNC can be brought out of E-stop. Jon _

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread andy pugh
On Tue, 15 Sep 2020 at 16:41, Gene Heskett wrote: > > And you still haven't answered the question. > > Then I don't understand what you're asking. The loadrt's are always at > the top of the .hal file here. And must precede the addf of the names > specced else its an error. What drives the mess

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
On Tuesday 15 September 2020 09:53:40 andy pugh wrote: > On Tue, 15 Sep 2020 at 14:48, Gene Heskett wrote: > > > Is the message addf before or after the functions that create the > > > inputs? > > > > What you snipped was in in order it appears in the .hal > > file. > > And you still haven't ans

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread andy pugh
On Tue, 15 Sep 2020 at 14:48, Gene Heskett wrote: > > Is the message addf before or after the functions that create the > > inputs? > > What you snipped was in in order it appears in the .hal > file. And you still haven't answered the question. -- atp "A motorcycle is a bicycle with a pandemon

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
On Tuesday 15 September 2020 07:16:05 andy pugh wrote: > On Tue, 15 Sep 2020 at 11:13, Gene Heskett wrote: > > So getting that pair of messages twice each in the terminal, and > > again in the axis gui when its activated doesn't seem warranted. > > Is the message addf before or after the function

Re: [Emc-users] False mesages at lcnc launch

2020-09-15 Thread andy pugh
On Tue, 15 Sep 2020 at 11:13, Gene Heskett wrote: > So getting that pair of messages twice each in the terminal, and again > in the axis gui when its activated doesn't seem warranted. > Is the message addf before or after the functions that create the inputs? -- atp "A motorcycle is a bicycle

[Emc-users] False mesages at lcnc launch

2020-09-15 Thread Gene Heskett
Greetings all; I have these lines in my hal file: loadrt message names="XFault","ZFault" messages="Axis Z Fault","Axis X Fault" [...] addfZFault jog-thread addfXFault jog-thread [...] setp ZFault.edge false setp XFault.edg