Re: Index Error: output_index < noutputs

2023-10-04 Thread Elmore Family
problem. Obviously what I was trying to do will not work. Thanks again. Jim -Original Message- From: Vasil Velichkov Sent: Saturday, September 30, 2023 9:26 AM To: Elmore’s Cc: discuss-gnuradio@gnu.org Subject: Re: Index Error: output_index < noutputs Hi Jim, On 29/09/2023 17

Re: Index Error: output_index < noutputs

2023-09-30 Thread Vasil Velichkov
coupling between blocks. The selector block has iindex port that you can use >> to change the input port, see >> https://wiki.gnuradio.org/index.php/Selector#Messages >> >> Regards, >> Vasil >> >>> -Original Message- From: Vasil Velichkov >>>

Re: Index Error: output_index < noutputs

2023-09-29 Thread Vasil Velichkov
that you can use to change the input port, see https://wiki.gnuradio.org/index.php/Selector#Messages Regards, Vasil > -Original Message- From: Vasil Velichkov > Sent: Thursday, September 28, 2023 5:00 AM > To: Elmore Family > Cc: discuss-gnuradio@gnu.org > Subject: Re

Re: Index Error: output_index < noutputs

2023-09-28 Thread Elmore Family
, how do I create the proper instance? Jim -Original Message- From: Vasil Velichkov Sent: Thursday, September 28, 2023 5:00 AM To: Elmore Family Cc: discuss-gnuradio@gnu.org Subject: Re: Index Error: output_index < noutputs Hi Elmore, On 28/09/2023 04.58, Elmore Family wrote: I mo

Re: Index Error: output_index < noutputs

2023-09-28 Thread Vasil Velichkov
Hi Marcus, Thanks for your kind words! Thank you and thanks to all other current and past gnuradio maintainers and contributors for all the effort put in this great project! Regards, Vasil On 28/09/2023 14.46, Marcus Müller wrote: > Hi Vasil, > > just wanted to express my appreciation for

Re: Index Error: output_index < noutputs

2023-09-28 Thread Marcus Müller
Hi Vasil, just wanted to express my appreciation for the detail of investigation you're doing there. Thanks! Marcus On 27.09.23 19:55, Vasil Velichkov wrote: Hi Elmore, On 27/09/2023 03.17, Elmore Family wrote: I am using a gnu radio flowgraph to attempt to select the appropriate Selector

Re: Index Error: output_index < noutputs

2023-09-28 Thread Vasil Velichkov
Hi Elmore, On 28/09/2023 04.58, Elmore Family wrote: > I moved the Selector code (i.e. set_wave_select(wave_select)) into the > portion of my code which runs after the flowgraph is running. I still get the > same error. Where did you moved it? Can you provide the modified source code? Are

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
-gnuradio@gnu.org Subject: Re: Index Error: output_index < noutputs Hi Elmore, On 27/09/2023 03.17, Elmore Family wrote: I am using a gnu radio flowgraph to attempt to select the appropriate Selector Block output as explained below. The following error occurs when I run the flowgraph: Index Er

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
Jeff, The freq block is an OOT module. I didn’t think they had a GRC file. Jim From: Jeff Long Sent: Wednesday, September 27, 2023 4:13 PM To: GNURadio Discussion List Subject: Re: Index Error: output_index < noutputs I replaced the Transmit_CESSB block with a Noise Source and Throt

Re: Index Error: output_index < noutputs

2023-09-27 Thread Jeff Long
nsceiver that I have had on > the air. I am attempting to add the digital mode FT8 to it using the > FT8_Receive block along with some additional code in the freq.py file. > > Jim > > *From:* Jeff Long > *Sent:* Wednesday, September 27, 2023 12:18 PM > *To:* GNURadio Discussi

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
: Index Error: output_index < noutputs Sorry, it takes too much time to make guesses from fragments of a project. Could you post a grc file that is runnable and shows the error? On Wed, Sep 27, 2023 at 11:14 AM Elmore Family wrote: Marcus, I forgot to include the version: 3.9.4.0. J

Re: Index Error: output_index < noutputs

2023-09-27 Thread Vasil Velichkov
Hi Elmore, On 27/09/2023 03.17, Elmore Family wrote: > I am using a gnu radio flowgraph to attempt to select the appropriate > Selector Block output as explained below. The following error occurs when I > run the flowgraph: Index Error: output_index must be < noutputs. > I forgot to include

Re: Index Error: output_index < noutputs

2023-09-27 Thread Jeff Long
To: discuss-gnuradio@gnu.org ; Elmore Family > Subject: Re: Index Error: output_index < noutputs > > Hi Jim, > > since we've worked on Selector recently, it would **really** be important > to > know the > version of GNU Radio you're dealing with! > > Best regar

Re: Index Error: output_index < noutputs

2023-09-27 Thread Elmore Family
, September 27, 2023 6:00 AM To: discuss-gnuradio@gnu.org ; Elmore Family Subject: Re: Index Error: output_index < noutputs Hi Jim, since we've worked on Selector recently, it would **really** be important to know the version of GNU Radio you're dealing with! Best regards, Marcus -- This email

Re: Index Error: output_index < noutputs

2023-09-27 Thread Jeff Long
ave_select. > > from FT8_Receive import FT8_Receive > > RCV = FT8_Receive() > wave_select = 1 > RCV.set_wave_select(wave_select) > > > *From:* Paul Atreides > *Sent:* Tuesday, September 26, 2023 6:40 PM > *To:* Elmore's > *Cc:* discuss-gnuradio@gnu.org > *Sub

Re: Index Error: output_index < noutputs

2023-09-27 Thread Marcus Müller
Hi Jim, since we've worked on Selector recently, it would **really** be important to know the version of GNU Radio you're dealing with! Best regards, Marcus

Re: Index Error: output_index < noutputs

2023-09-26 Thread Elmore Family
the top block of the flowgraph. This is where I am calling set_wave_select. from FT8_Receive import FT8_Receive RCV = FT8_Receive() wave_select = 1 RCV.set_wave_select(wave_select) From: Paul Atreides Sent: Tuesday, September 26, 2023 6:40 PM To: Elmore's Cc: discuss-gnuradio@gnu.org Subject: Re

Re: Index Error: output_index < noutputs

2023-09-26 Thread Paul Atreides
Jim, can you please re-post your flowgraph?I’ll try to take another look at it.Also, what version of GNURadio are you using?On Sep 26, 2023, at 11:48, Elmore's wrote: I have submitted this issue previously and received a response which resulted in my trying several things

Index Error: output_index < noutputs

2023-09-26 Thread Elmore's
I have submitted this issue previously and received a response which resulted in my trying several things which didn’t work. I then submitted the issue to Stackoverflow and received no answers. I get this error when I try to use a Selector to select one of 2 outputs with my selection obviously