Re: [Emc-users] Q for Andy

2023-09-10 Thread gene heskett
On 9/9/23 10:43, gene heskett wrote: On 9/9/23 05:09, andy pugh wrote: On Sat, 9 Sept 2023 at 02:01, gene heskett wrote: What is the datatype of your mux2? float ack the man 9 page Use mux_generic instead, that supports all datatypes. Thanks Andy, sounds like it should work. Cheers,

Re: [Emc-users] Q for Andy

2023-09-09 Thread gene heskett
On 9/9/23 05:09, andy pugh wrote: On Sat, 9 Sept 2023 at 02:01, gene heskett wrote: What is the datatype of your mux2? float ack the man 9 page Use mux_generic instead, that supports all datatypes. Thanks Andy, sounds like it should work. Cheers, Gene Heskett. -- "There are four boxes

Re: [Emc-users] Q for Andy

2023-09-09 Thread andy pugh
On Sat, 9 Sept 2023 at 02:01, gene heskett wrote: > > What is the datatype of your mux2? > > float ack the man 9 page Use mux_generic instead, that supports all datatypes. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical

Re: [Emc-users] Q for Andy

2023-09-08 Thread gene heskett
On 9/8/23 12:28, Viesturs Lācis wrote: piektd., 2023. g. 8. sept., plkst. 19:07 — lietotājs gene heskett () rakstīja: Now I've another data missmatch, since when is a "not" not a true/false invertor? I can't feed it into a mux2 in for the sample to hold???

Re: [Emc-users] Q for Andy

2023-09-08 Thread gene heskett
On 9/8/23 12:22, andy pugh wrote: On Fri, 8 Sept 2023 at 17:07, gene heskett wrote: Now I've another data missmatch, since when is a "not" not a true/false invertor? I can't feed it into a mux2 in for the sample to hold??? What is the datatype of your mux2? float ack the man 9 page

Re: [Emc-users] Q for Andy

2023-09-08 Thread Viesturs Lācis
piektd., 2023. g. 8. sept., plkst. 19:07 — lietotājs gene heskett () rakstīja: > > > > Now I've another data missmatch, since when is a "not" not a true/false > invertor? I can't feed it into a mux2 in for the sample to hold??? > > > https://linuxcnc.org/docs/2.6/html/man/man9/mux2.9.html says

Re: [Emc-users] Q for Andy

2023-09-08 Thread andy pugh
On Fri, 8 Sept 2023 at 17:07, gene heskett wrote: > Now I've another data missmatch, since when is a "not" not a true/false > invertor? I can't feed it into a mux2 in for the sample to hold??? What is the datatype of your mux2? Works for me: andypugh@rm-one:~/linuxcnc-dev$ halrun halcmd:

Re: [Emc-users] Q for Andy

2023-09-08 Thread gene heskett
On 9/8/23 08:54, andy pugh wrote: On Fri, 8 Sept 2023 at 12:30, gene heskett wrote: The problem is the analog i/o sample_hold, I need the digital equ so I don't have to do a jillion S32-float conversions. I don't know why sample-hold is only S32, it would be much more useful if it was

Re: [Emc-users] Q for Andy

2023-09-08 Thread gene heskett
On 9/8/23 08:54, andy pugh wrote: On Fri, 8 Sept 2023 at 12:30, gene heskett wrote: The problem is the analog i/o sample_hold, I need the digital equ so I don't have to do a jillion S32-float conversions. I don't know why sample-hold is only S32, it would be much more useful if it was

Re: [Emc-users] Q for Andy

2023-09-08 Thread andy pugh
On Fri, 8 Sept 2023 at 12:30, gene heskett wrote: > The problem is the analog i/o sample_hold, I need the digital equ so I > don't have to do a jillion S32-float conversions. I don't know why sample-hold is only S32, it would be much more useful if it was configurable. However, you can fake a

[Emc-users] Q for Andy

2023-09-08 Thread gene heskett
Greetings Andy; I'm having a hell of a time rebuilding my GO704 for a different A axis that involves moving the spindle controls to the spin pins on a 7i76, getting rid of both pwmgens in my current config. The problem is the analog i/o sample_hold, I need the digital equ so I don't have to