[Emc-users] blocks (here demux)

2014-09-22 Thread Axel Zöllich
In the HAL manual there is mentioned a blocks component (mux, demux. or...). But no man page anywhere and even further loadrt blocks gives a not found error. How to demux in HAL then? Axel -- Wir verwenden ausschließlich blaue Elektronen aus biologischem Anbau.

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread andy pugh
On 22 September 2014 12:36, Axel Zöllich fa...@zoellich.de wrote: In the HAL manual there is mentioned a blocks component (mux, demux. or...). But no man page anywhere and even further loadrt blocks gives a not found error. It appears that blocks used to exist, but has been removed. It looks

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Axel Zöllich
How to demux in HAL then? What do you want to demux? ie, what inputs to what outputs and controlled by what? 1 out of 4 demux this is: two 7i76 in pins demuxed to 4 hal signals (choosen joint X or Y or Z or A) Axel -- Wir verwenden ausschließlich blaue Elektronen aus biologischem

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread andy pugh
On 22 September 2014 13:01, Axel Zöllich fa...@zoellich.de wrote: 1 out of 4 demux this is: two 7i76 in pins demuxed to 4 hal signals (choosen joint X or Y or Z or A) There perhaps ought to be a dedicated component for this, and I think that there is more than one way to do this and someone

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread alex chiosso
Hi Andy . I was reading the man page of mux_generic component and I see : *mux-gen.**NN**.sel-bit**MMM* bit in (M=0..N) * mux-gen.**NN**.sel-int**MMM* unsigned in and you write in the previous message : mux_gen.0.sel0 mux_gen.0.sel1 What is the right semantic ? Alex On Mon, Sep 22, 2014 at

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread David Armstrong
ok heres a quick comp which i think should do it , although it may need debugging as to order component 2inx4out 2-input to 4 out decoder; pin in bit in0; pin in bit in1; pin out bit outa; pin out bit outb; pin out bit outc; pin out bit outd; function _; license GPL; ;; FUNCTION(_){ if ( in1

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Gene Heskett
On Monday 22 September 2014 07:36:07 Axel Zöllich did opine And Gene did reply: In the HAL manual there is mentioned a blocks component (mux, demux. or...). But no man page anywhere and even further loadrt blocks gives a not found error. How to demux in HAL then? Not a familiar term here.

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Gene Heskett
On Monday 22 September 2014 08:01:55 Axel Zöllich did opine And Gene did reply: How to demux in HAL then? What do you want to demux? ie, what inputs to what outputs and controlled by what? 1 out of 4 demux this is: two 7i76 in pins demuxed to 4 hal signals (choosen joint X or Y or Z

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread andy pugh
On 22 September 2014 14:29, David Armstrong cncbas...@gmail.com wrote: ok heres a quick comp which i think should do it , although it may need debugging as to order I wonder if we should have a demux_generic? Though it seems that everyone has coped OK without one so far. -- atp If you can't

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Gene Heskett
On Monday 22 September 2014 09:29:48 David Armstrong did opine And Gene did reply: ok heres a quick comp which i think should do it , although it may need debugging as to order component 2inx4out 2-input to 4 out decoder; pin in bit in0; pin in bit in1; pin out bit outa; pin out bit

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Sebastian Kuzminsky
On 9/22/14 9:13 AM, andy pugh wrote: On 22 September 2014 14:29, David Armstrong cncbas...@gmail.com wrote: ok heres a quick comp which i think should do it , although it may need debugging as to order I wonder if we should have a demux_generic? Though it seems that everyone has coped OK

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Axel Zöllich
Deciphering a new MPG pendant? Yes. 5 positions switch for joins 3 positions switch for speed Makes seven 7i76 inputs (no join doesnt need a line). I'm trying to reduce this to 4 lines. The diode matrix isn't the Problem. But I'm wondering about HALs capabilities in demuxing such data.

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Gene Heskett
On Monday 22 September 2014 11:46:33 Axel Zöllich did opine And Gene did reply: Deciphering a new MPG pendant? Yes. 5 positions switch for joins 3 positions switch for speed Makes seven 7i76 inputs (no join doesnt need a line). I'm trying to reduce this to 4 lines. The diode matrix

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread andy pugh
On 22 September 2014 20:06, Gene Heskett ghesk...@wdtv.com wrote: Looks like a start. Don't forget that you'll need to synth 7 lines rather than 4 into a mux8 so as to be able to jog in both directions by setp'ing the other 4 inputs to matching -values. I imagine that the numbers are heading

Re: [Emc-users] blocks (here demux)

2014-09-22 Thread Axel Zöllich
I imagine that the numbers are heading towards the halui.jog-speed inputs. Indeed :) -- Wir verwenden ausschließlich blaue Elektronen aus biologischem Anbau. -- Meet PCI DSS 3.0 Compliance Requirements with EventLog