OpenBCM V1.08-5-g2f4a (Linux)

Packet Radio Mailbox

IZ3LSV

[San Dona' di P. JN]

 Login: GUEST





  
CX2SA  > SATDIG   31.01.20 06:00l 722 Lines 25382 Bytes #999 (0) @ WW
BID : AMSATBB1524
Read: GUEST
Subj: AMSAT-BB-digest V15 24
Path: IZ3LSV<IK6IHL<IK7NXU<HB9ON<IW2OHX<IR1UAW<I0OJJ<I0OJJ<LU4ECL<HR1PAQ<
      CX2SA
Sent: 200131/0350Z @:CX2SA.SAL.URY.SOAM #:24055 [Salto] FBB7.00e $:AMSATBB1524

>From cx2sa%cx2sa.sal.ury.soam@i0ojj.ampr.org Fri Jan 31 04:57:25 2020
Received: from i0ojj.ampr.org by i0ojj.ampr.org (JNOS2.0m.1) with SMTP
	id AA98091 ; Fri, 31 Jan 2020 04:57:25 +0100
Message-Id: <AMSATBB1524@xfbb.bbs>
>From: cx2sa@cx2sa.sal.ury.soam
X-JNOS-User-Port: Telnet   (xfbb @ 44.134.32.240)  -> Sending message

From: CX2SA@CX2SA.SAL.URY.SOAM
To  : SATDIG@WW

Today's Topics:

   1. Re: Error accessing FunCube Pro from FoxTelem (Joseph Armbruster)
   2. Re: CONTINUATION OF HELP WITH USB TO SERIAL CONTROL OF
      KENWOOD (Burns Fisher)
   3. Re: CONTINUATION OF HELP WITH USB TO SERIAL CONTROL OF
      KENWOOD (Rick Walter)
   4. Rocketlab Launch (Wendy and Terry Osborne)
   5. Re: CONTINUATION OF HELP WITH USB TO SERIAL CONTROL OF
      KENWOOD (Burns Fisher)
   6. Re: CONTINUATION OF HELP WITH USB TO SERIAL CONTROL OF
      KENWOOD (Bill Booth)
   7. SatPC32 CountDown can't show multiple passes from the	same
      sat? (John Brier)
   8. Re: SatPC32 CountDown can't show multiple passes from the
      same sat? (Charles Reiche)
   9. Re: SatPC32 CountDown can't show multiple passes from the
      same sat? (Mark L. Hammond)
  10. Re: SatPC32 CountDown can't show multiple passes from the
      same sat? (John Brier)
  11. CM94 Rove (Bob Keating)


----------------------------------------------------------------------

Message: 1
Date: Thu, 30 Jan 2020 17:51:33 -0500
From: Joseph Armbruster <josepharmbruster@?????.???>
To: Chris Thompson <g0kla@????.???>
Cc: Amsat BB <amsat-bb@?????.???>, "Stephen E. Belter"
<seb@??????.???>
Subject: Re: [amsat-bb] Error accessing FunCube Pro from FoxTelem
Message-ID:
<CADkz4c9odwBEjG+GggvTa0vLDHxtWRSM5cXcdq9F3ATr3qdX6Q@????.?????.???>
Content-Type: text/plain; charset="UTF-8"

No GroundStationSatellite in master.  Hence why I ask.

Joe

On Thu, Jan 30, 2020 at 5:45 PM Joseph Armbruster <
josepharmbruster@?????.???> wrote:

> Chris,
>
> There's a predict4java source folder and a predict4java.jar?
>
> Which is the correct one to use? :-)
>
> Joseph Armbruster
>
> On Thu, Jan 30, 2020 at 5:17 PM Joseph Armbruster <
> josepharmbruster@?????.???> wrote:
>
>> Chris,
>>
>> What version of the fun cube pro do you have, and does it make a
>> difference which one is used?  I have an older v1.1 that I'm going to
>> connect in a few (Serial 3354).  Pulling the code down now...
>>
>> Joseph Armbruster
>> KJ4JIO
>>
>> On Thu, Jan 30, 2020 at 9:58 AM Chris Thompson <g0kla@????.???> wrote:
>>
>>> A couple of people sent out the git repo URL.  If you have time to look
>>> at this, that would be great.  It's not an area where I am a deep expert.
>>> The FCD has two USB interfaces, as noted.  The Soundcard interface uses
>>> standard Audio IO APIs and works fine. USB access is transparent and you
>>> don't need to worry about it.  But the HID interface has been difficult.
>>> It was a great idea to not need any libraries, but the flip side issue is
>>> that every platform has its own libraries.  Writing a single application
>>> that works on the PI (ARM), Linux (x86), Mac, Windows has been difficult
in
>>> this area.  The HID approach is great for the end user, difficult for the
>>> developer.
>>>
>>> I've used three different libraries so far.  I started with direct Java
>>> wrapping of the C libraries. It worked to a degree in Windows, but I
>>> struggled on other platforms.  I moved to the PureJavaHID library and that
>>> worked across platforms.  But it holds the connection so only one program
>>> could connect to the device.  It did not play well with the Funcube
>>> Dashboard for example.  And it had issues where commands would not be
>>> sent.  I'm now using usb4Java which wraps LibUSB.  I understand you can
>>> talk HID through LibUSB, which is just a lower level library. But I could
>>> be wrong.  I leveraged code that Denis Sheirer wrote for SDRTRunk.  But
>>> that also has strange difficult to track down issues, as we can see.
>>>
>>> So I am open to a better way to do this that works on all the platforms
>>> people are using.  Any help is really appreciated.
>>>
>>> 73
>>> Chris
>>>
>>>
>>> On Wed, Jan 29, 2020 at 12:13 PM Joseph Armbruster via AMSAT-BB <
>>> amsat-bb@?????.???> wrote:
>>>
>>>> Stephen,
>>>>
>>>> If someone shoots me a link to the foxtelem code, I'll gladly help debug
>>>> it.  I have a Funcube dongle Pro here I can use.
>>>>
>>>> Joseph Armbruster
>>>>
>>>>
>>>> On Wed, Jan 29, 2020 at 7:30 AM Stephen E. Belter <seb@??????.???>
>>>> wrote:
>>>>
>>>> > Joe,
>>>> >
>>>> > I believe the FUNcube dongle uses *two* virtual USB interfaces over
>>>> the
>>>> > single physical USB port.  The IQ stream looks like a standard sound
>>>> card
>>>> > and is one of the virtual USB interfaces.
>>>> >
>>>> > The control functions like frequency, preamp gain, etc., use the
>>>> standard
>>>> > HID (Human Interface Device) interface, USB-HID.
>>>> >
>>>> > Jim's problem is unusual, but I have the same problem with FoxTelem
>>>> on my
>>>> > Windows 10 machines.  I haven't discovered a solution, yet.
>>>> >
>>>> > 73, Steve N9IP
>>>> > --
>>>> > Steve Belter, seb@??????.???
>>>> >
>>>> >
>>>> > ?On 1/28/20, 10:00 PM, "AMSAT-BB on behalf of Joseph Armbruster via
>>>> > AMSAT-BB" <amsat-bb-bounces@?????.??? on behalf of amsat-bb@?????.???
>>>> >
>>>> > wrote:
>>>> >
>>>> >     Lib USB!? I thought Howard told me at the symposium (circa 2008)
>>>> that
>>>> > they
>>>> >     were using usb-hid ?!?!?
>>>> >
>>>> >     Howard...?  Or was that on the hardware-side?
>>>> >
>>>> >     Joseph Armbruster
>>>> >     KJ4JIO
>>>> >
>>>> >     On Tue, Jan 28, 2020 at 9:27 PM James Jipping via AMSAT-BB <
>>>> >     amsat-bb@?????.???> wrote:
>>>> >
>>>> >     > Good Evening!
>>>> >     > While attempting to use my FunCube Pro directly from FoxTelem I
>>>> get
>>>> > an
>>>> >     > error:
>>>> >     > LIBUSB_ERROR_NOT_FOUND.   An internet search has found mentions
>>>> of
>>>> > the
>>>> >     > error but no solutions for my situation.  I am using Windows 10
>>>> for
>>>> > the
>>>> >     > OS on my comupter.   Any thoughts or suggestions ??
>>>> >     >
>>>> >     > By the way, I use SDRConsole and feed the audio via VB_Audio
>>>> Virtual
>>>> >     > Cable with GREAT results.  I even have RSDConsole with WispDDE
>>>> > running
>>>> >     > the antenna rotor controller.  I thought I would try the direct
>>>> feed
>>>> >     > FoxTelem- to-FunCube before I set up My Raspberry Pi for
>>>> > "Fox-in-a-Box"
>>>> >     >
>>>> >     > One last question, while I'm here:  Is there any way FoxTelem
>>>> without
>>>> >     > SDRConsol, with a DDE program , could run the rotor controller?
>>>> >     >
>>>> >     > Thank you for you help.
>>>> >     >
>>>> >     > Jim Jipping, W8MRR
>>>> >     > AMSAT # 5512
>>>> >     > _______________________________________________
>>>> >     > Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum
>>>> > available
>>>> >     > to all interested persons worldwide without requiring
>>>> membership.
>>>> > Opinions
>>>> >     > expressed
>>>> >     > are solely those of the author, and do not reflect the official
>>>> > views of
>>>> >     > AMSAT-NA.
>>>> >     > Not an AMSAT-NA member? Join now to support the amateur
>>>> satellite
>>>> > program!
>>>> >     > Subscription settings:
>>>> > https://www.amsat.org/mailman/listinfo/amsat-bb
>>>> >     >
>>>> >     _______________________________________________
>>>> >     Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum
>>>> available
>>>> >     to all interested persons worldwide without requiring membership.
>>>> > Opinions expressed
>>>> >     are solely those of the author, and do not reflect the official
>>>> views
>>>> > of AMSAT-NA.
>>>> >     Not an AMSAT-NA member? Join now to support the amateur satellite
>>>> > program!
>>>> >     Subscription settings:
>>>> https://www.amsat.org/mailman/listinfo/amsat-bb
>>>> >
>>>> >
>>>> >
>>>> _______________________________________________
>>>> Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum available
>>>> to all interested persons worldwide without requiring membership.
>>>> Opinions expressed
>>>> are solely those of the author, and do not reflect the official views
>>>> of AMSAT-NA.
>>>> Not an AMSAT-NA member? Join now to support the amateur satellite
>>>> program!
>>>> Subscription settings: https://www.amsat.org/mailman/listinfo/amsat-bb
>>>>
>>>
>>>
>>> --
>>> Chris E. Thompson
>>> chrisethompson@?????.???
>>> g0kla@????.???
>>>
>>


------------------------------

Message: 2
Date: Thu, 30 Jan 2020 18:10:05 -0500
From: Burns Fisher <wb1fj-bb@??????.??>
To: Rick Walter <wb3csy@?????.???>
Cc: "amsat-bb@?????.???? <amsat-bb@?????.???>
Subject: Re: [amsat-bb] CONTINUATION OF HELP WITH USB TO SERIAL
CONTROL OF	KENWOOD
Message-ID:
<CABX7KxUY-t4xECF5kxOg9Rv3frhYPMKRhdmE6YU89=KTg-iECA@????.?????.???>
Content-Type: text/plain; charset="UTF-8"

Are you saying that it is more than the COM number just changing, as
Windows is wont to do capriciously?  I guess I'd just plug and unplug the
USB/serial and see which COM port appears and disappears.

On Thu, Jan 30, 2020 at 5:38 PM Rick Walter via AMSAT-BB <amsat-bb@?????.???>
wrote:

> I have been using the RASCAL R-KW13PD made by BUX COMM CO for years to
> control my Kenwood TS-2000X via satPC32 software to work the birds.I
> have been using an HP Windows 7 laptop.
> Today, I just finally updated that laptop to Windows 10. Everything
> seems to works great since the upgrade. However, when I try using my
> normal interface which was always connected to COM 3, The satPC32
> software tells me it can't find the radio on COM3. When I check the
> device manager is claims the device is working. Any ideas? Thank you.
> 73,
> Rick - WB3CSY
>
>
> --
> Sent from Rick's gmail account
> _______________________________________________
> Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum available
> to all interested persons worldwide without requiring membership. Opinions
> expressed
> are solely those of the author, and do not reflect the official views of
> AMSAT-NA.
> Not an AMSAT-NA member? Join now to support the amateur satellite program!
> Subscription settings: https://www.amsat.org/mailman/listinfo/amsat-bb
>


------------------------------

Message: 3
Date: Thu, 30 Jan 2020 19:17:17 -0500
From: Rick Walter <wb3csy@?????.???>
To: Burns Fisher <wb1fj-bb@??????.??>
Cc: "amsat-bb@?????.???? <amsat-bb@?????.???>
Subject: Re: [amsat-bb] CONTINUATION OF HELP WITH USB TO SERIAL
CONTROL OF	KENWOOD
Message-ID: <BB4A6E84-841A-476F-A828-133D6AF3E953@?????.???>
Content-Type: text/plain;	charset=utf-8

Thanks for your reply. The computer says the USB to serial is on Com 3 and
the SatPC32 program says it can?t find Com3. Maybe the chip in it is working
but there could be a problem in the circuit going to the radio. I have been
using that setup since 2010. Maybe another part let the smoke out. I do see
on the internet that Win 10 does not like USB to serial. I take the box
apart tomorrow (USB to Serial) and look. It is ironic that it worked
yesterday on Win 7!
Rick

Sent from Rick's iPhone 6S
"Great spirits have always encountered violent opposition from mediocre
minds" - Albert Einstein

"Any sufficiently advanced technology is indistinguishable from magic" -
Arthur C. Clarke

"Klaatu Barada Nikto" - The Day the Earth Stood Still

"I have been, and always shall be, your friend" - Spock


> On Jan 30, 2020, at 6:10 PM, Burns Fisher <wb1fj-bb@??????.??> wrote:
>
> ?
> Are you saying that it is more than the COM number just changing, as
Windows is wont to do capriciously?  I guess I'd just plug and unplug the
USB/serial and see which COM port appears and disappears.
>
>> On Thu, Jan 30, 2020 at 5:38 PM Rick Walter via AMSAT-BB
<amsat-bb@?????.???> wrote:
>> I have been using the RASCAL R-KW13PD made by BUX COMM CO for years to
>> control my Kenwood TS-2000X via satPC32 software to work the birds.I
>> have been using an HP Windows 7 laptop.
>> Today, I just finally updated that laptop to Windows 10. Everything
>> seems to works great since the upgrade. However, when I try using my
>> normal interface which was always connected to COM 3, The satPC32
>> software tells me it can't find the radio on COM3. When I check the
>> device manager is claims the device is working. Any ideas? Thank you.
>> 73,
>> Rick - WB3CSY
>>
>>
>> --
>> Sent from Rick's gmail account
>> _______________________________________________
>> Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum available
>> to all interested persons worldwide without requiring membership.
Opinions expressed
>> are solely those of the author, and do not reflect the official views of
AMSAT-NA.
>> Not an AMSAT-NA member? Join now to support the amateur satellite program!
>> Subscription settings: https://www.amsat.org/mailman/listinfo/amsat-bb


------------------------------

Message: 4
Date: Fri, 31 Jan 2020 13:48:13 +1300
From: "Wendy and Terry Osborne" <wandtosborne@?????.???>
To: <amsat-bb@?????.???>
Subject: [amsat-bb] Rocketlab Launch
Message-ID: <9745645E2FDD46C787B81F3D47DF6834@??????????>
Content-Type: text/plain;	charset="iso-8859-1"

Livestream due to start in about 15 minutes.
See: https://www.youtube.com/watch?v=YfDutnzddy4&feature=youtu.be

73,
Terry Osborne ZL2BAC

------------------------------

Message: 5
Date: Thu, 30 Jan 2020 19:55:57 -0500
From: Burns Fisher <wb1fj-bb@??????.??>
To: Rick Walter <wb3csy@?????.???>
Cc: "amsat-bb@?????.???? <amsat-bb@?????.???>
Subject: Re: [amsat-bb] CONTINUATION OF HELP WITH USB TO SERIAL
CONTROL OF	KENWOOD
Message-ID:
<CABX7KxWubQH921KQEbmJbJPT6=q2ef==cK_eH3DRTT=M7OUVTw@????.?????.???>
Content-Type: text/plain; charset="UTF-8"

There is a particular USB/serial chipset whose driver was removed from
Win10 as I recall.   But I would think that if that were the problem you
could not see COM3 at all.

Try running SatPC32 as administrator.  It might be that COM3 is protected
against unprivileged access.  I'm no Windows guru, so I could not tell you
how to fix this, but give it a try to find out if that is the problem at
least.

73,

Burns WB1FJ

On Thu, Jan 30, 2020 at 7:17 PM Rick Walter <wb3csy@?????.???> wrote:

> Thanks for your reply. The computer says the USB to serial is on Com 3 and
> the SatPC32 program says it can?t find Com3. Maybe the chip in it is
> working but there could be a problem in the circuit going to the radio. I
> have been using that setup since 2010. Maybe another part let the smoke
> out. I do see on the internet that Win 10 does not like USB to serial. I
> take the box apart tomorrow (USB to Serial) and look. It is ironic that it
> worked yesterday on Win 7!
> Rick
>
> Sent from Rick's iPhone 6S
> "Great spirits have always encountered violent opposition from mediocre
> minds" - Albert Einstein
>
> "Any sufficiently advanced technology is indistinguishable from magic" -
> Arthur C. Clarke
>
> "Klaatu Barada Nikto" - The Day the Earth Stood Still
>
> "I have been, and always shall be, your friend" - Spock
>
>
> On Jan 30, 2020, at 6:10 PM, Burns Fisher <wb1fj-bb@??????.??> wrote:
>
> ?
> Are you saying that it is more than the COM number just changing, as
> Windows is wont to do capriciously?  I guess I'd just plug and unplug the
> USB/serial and see which COM port appears and disappears.
>
> On Thu, Jan 30, 2020 at 5:38 PM Rick Walter via AMSAT-BB <
> amsat-bb@?????.???> wrote:
>
>> I have been using the RASCAL R-KW13PD made by BUX COMM CO for years to
>> control my Kenwood TS-2000X via satPC32 software to work the birds.I
>> have been using an HP Windows 7 laptop.
>> Today, I just finally updated that laptop to Windows 10. Everything
>> seems to works great since the upgrade. However, when I try using my
>> normal interface which was always connected to COM 3, The satPC32
>> software tells me it can't find the radio on COM3. When I check the
>> device manager is claims the device is working. Any ideas? Thank you.
>> 73,
>> Rick - WB3CSY
>>
>>
>> --
>> Sent from Rick's gmail account
>> _______________________________________________
>> Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum available
>> to all interested persons worldwide without requiring membership.
>> Opinions expressed
>> are solely those of the author, and do not reflect the official views of
>> AMSAT-NA.
>> Not an AMSAT-NA member? Join now to support the amateur satellite program!
>> Subscription settings: https://www.amsat.org/mailman/listinfo/amsat-bb
>>
>


------------------------------

Message: 6
Date: Thu, 30 Jan 2020 20:00:10 -0500
From: Bill Booth <ve3nxk@?????.???>
To: amsat-bb@?????.???
Subject: Re: [amsat-bb] CONTINUATION OF HELP WITH USB TO SERIAL
CONTROL OF KENWOOD
Message-ID: <39ee16c9-8dde-bf7a-c41b-3a26b57215e5@?????.???>
Content-Type: text/plain; charset=utf-8; format=flowed

On 2020-01-30 7:17 p.m., Rick Walter via AMSAT-BB wrote:
> It is ironic that it worked yesterday on Win 7!

I had lots of problems like this when I upgraded to 10 with the usb/serial
port
cable.  In the end I got a new one that used a  FTDI Chip and after I
installed
the driver it worked like it should.  Windows 10 did not like what I was
using I
guess.

--
Bill Booth VE3NXK
Sundridge ON, Canada
79.23.37 W x 45.46.18 N
FN05ns

Visit my weather WebCam at http://www.almaguin.com/wxcurrent/weather.html

Organ and Tissue Donation - The Gift of Life
Talk to your family.  Your decision can make a difference.


------------------------------

Message: 7
Date: Thu, 30 Jan 2020 20:41:24 -0500
From: John Brier <johnbrier@?????.???>
To: AMSAT BB <amsat-bb@?????.???>
Subject: [amsat-bb] SatPC32 CountDown can't show multiple passes from
the	same sat?
Message-ID:
<CALn0fKNgRRsp0J+dSrOo7e-i8UqwVuW4FeX4eWn2p1WLhDsjGg@????.?????.???>
Content-Type: text/plain; charset="UTF-8"

I just noticed this with two different sats. I got a screencap of it too.

https://www.youtube.com/watch?v=DK9IkhltFJ4

ISS is in view, and while it is in view CountDown doesn't show an
upcoming 65 degree ISS pass that should be between SO-50 and AO-91 in
the middle of CountDown. After ISS goes out of view the 65 degree pass
pops up where I expect it to be the whole time.

Watch the local time at 20:23:38, about 10 seconds into the video.

Is there a setting to allow multiple passes from the same sat or is
this a bug/feature request situation?

73, John Brier KG4AKV


------------------------------

Message: 8
Date: Thu, 30 Jan 2020 20:59:56 -0500
From: Charles Reiche <charlieray@?????.???>
To: John Brier <johnbrier@?????.???>
Cc: AMSAT BB <amsat-bb@?????.???>
Subject: Re: [amsat-bb] SatPC32 CountDown can't show multiple passes
from the same sat?
Message-ID:
<CAMkCmDqakhB4SO5a0W1KbM07MwOzQr1hcivr3hOJgii8Ec1gaQ@????.?????.???>
Content-Type: text/plain; charset="UTF-8"

It would be nice to replace Countdown with WinAos, or at least make WinAos
attach to the main window like Countdown does.

N3CRT
Charles Reiche


On Thu, Jan 30, 2020 at 8:43 PM John Brier via AMSAT-BB <amsat-bb@?????.???>
wrote:

> I just noticed this with two different sats. I got a screencap of it too.
>
> https://www.youtube.com/watch?v=DK9IkhltFJ4
>
> ISS is in view, and while it is in view CountDown doesn't show an
> upcoming 65 degree ISS pass that should be between SO-50 and AO-91 in
> the middle of CountDown. After ISS goes out of view the 65 degree pass
> pops up where I expect it to be the whole time.
>
> Watch the local time at 20:23:38, about 10 seconds into the video.
>
> Is there a setting to allow multiple passes from the same sat or is
> this a bug/feature request situation?
>
> 73, John Brier KG4AKV
> _______________________________________________
> Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum available
> to all interested persons worldwide without requiring membership. Opinions
> expressed
> are solely those of the author, and do not reflect the official views of
> AMSAT-NA.
> Not an AMSAT-NA member? Join now to support the amateur satellite program!
> Subscription settings: https://www.amsat.org/mailman/listinfo/amsat-bb
>


------------------------------

Message: 9
Date: Thu, 30 Jan 2020 21:30:07 -0500
From: "Mark L. Hammond" <marklhammond@?????.???>
To: John Brier <johnbrier@?????.???>
Cc: AMSAT BB <amsat-bb@?????.???>
Subject: Re: [amsat-bb] SatPC32 CountDown can't show multiple passes
from the same sat?
Message-ID:
<CAPRXzyqAjM35CO-an77LPBz63pZcGa5Cgwf34-kGofWRxLqJ9Q@????.?????.???>
Content-Type: text/plain; charset="UTF-8"

Hi John,

It?s the way it works.  No way to change that I know about.  Think of it
this way?it is showing the pass, now, but on the main screen. Next pass
isn?t until the current one is over, so then it pops up and is visible.

Mark N8MH

On Thu, Jan 30, 2020 at 8:42 PM John Brier via AMSAT-BB <amsat-bb@?????.???>
wrote:

> I just noticed this with two different sats. I got a screencap of it too.
>
> https://www.youtube.com/watch?v=DK9IkhltFJ4
>
> ISS is in view, and while it is in view CountDown doesn't show an
> upcoming 65 degree ISS pass that should be between SO-50 and AO-91 in
> the middle of CountDown. After ISS goes out of view the 65 degree pass
> pops up where I expect it to be the whole time.
>
> Watch the local time at 20:23:38, about 10 seconds into the video.
>
> Is there a setting to allow multiple passes from the same sat or is
> this a bug/feature request situation?
>
> 73, John Brier KG4AKV
> _______________________________________________
> Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum available
> to all interested persons worldwide without requiring membership. Opinions
> expressed
> are solely those of the author, and do not reflect the official views of
> AMSAT-NA.
> Not an AMSAT-NA member? Join now to support the amateur satellite program!
> Subscription settings: https://www.amsat.org/mailman/listinfo/amsat-bb
>
--
Mark L. Hammond [N8MH]


------------------------------

Message: 10
Date: Thu, 30 Jan 2020 21:47:42 -0500
From: John Brier <johnbrier@?????.???>
To: "Mark L. Hammond" <marklhammond@?????.???>
Cc: AMSAT BB <amsat-bb@?????.???>
Subject: Re: [amsat-bb] SatPC32 CountDown can't show multiple passes
from the same sat?
Message-ID:
<CALn0fKM5oYUiA1BS01HrNU8rUVUr-DsEuLZt8hVqQSaEVsazMw@????.?????.???>
Content-Type: text/plain; charset="UTF-8"

It makes some sense.

What happened was I already identified a pass on ISS Detector on my phone
and I wanted to keep track of it on my PC, so when I loaded SatPC32 up and
didn't see it but CountDown had all the other same sats in the same order
as ISS Detector, except the one I was interested in, I was a
little confused.

I still don't see a problem with showing both/all passses! So I submit this
as a Request For Enhancement :-)

73, John Brier KG4AKV

On Thu, Jan 30, 2020, 21:30 Mark L. Hammond <marklhammond@?????.???> wrote:

> Hi John,
>
> It?s the way it works.  No way to change that I know about.  Think of it
> this way?it is showing the pass, now, but on the main screen. Next pass
> isn?t until the current one is over, so then it pops up and is visible.
>
> Mark N8MH
>
> On Thu, Jan 30, 2020 at 8:42 PM John Brier via AMSAT-BB <
> amsat-bb@?????.???> wrote:
>
>> I just noticed this with two different sats. I got a screencap of it too.
>>
>> https://www.youtube.com/watch?v=DK9IkhltFJ4
>>
>> ISS is in view, and while it is in view CountDown doesn't show an
>> upcoming 65 degree ISS pass that should be between SO-50 and AO-91 in
>> the middle of CountDown. After ISS goes out of view the 65 degree pass
>> pops up where I expect it to be the whole time.
>>
>> Watch the local time at 20:23:38, about 10 seconds into the video.
>>
>> Is there a setting to allow multiple passes from the same sat or is
>> this a bug/feature request situation?
>>
>> 73, John Brier KG4AKV
>> _______________________________________________
>> Sent via AMSAT-BB@?????.???. AMSAT-NA makes this open forum available
>> to all interested persons worldwide without requiring membership.
>> Opinions expressed
>> are solely those of the author, and do not reflect the official views of
>> AMSAT-NA.
>> Not an AMSAT-NA member? Join now to support the amateur satellite program!
>> Subscription settings: https://www.amsat.org/mailman/listinfo/amsat-bb
>>
> --
> Mark L. Hammond [N8MH]
>


------------------------------

Message: 11
Date: Thu, 30 Jan 2020 19:44:38 -0800
From: Bob Keating <bkeating1954@?????.???>
To: AMSAT-BB@?????.???
Subject: [amsat-bb] CM94 Rove
Message-ID: <BEC313C0-B62F-40E6-AD29-21487C00E8B4@?????.???>
Content-Type: text/plain; charset=us-ascii

Greetings everyone ,
After a bit of a hiatus, I will back on the FM sats from CM94 this weekend.
On a holiday schedule,  planning to work AO-92 and AO-91 around 10:05 and
10:35 respectively. More to come tomorrow

73,
Bob N6REK

Sent from my iPhone

------------------------------

Subject: Digest Footer

_______________________________________________
Sent via amsat-bb@?????.???.
AMSAT-NA makes this open forum available to all interested persons worldwide
without requiring membership.  Opinions expressed
are solely those of the author, and do not reflect the official views of
AMSAT-NA.
Not an AMSAT member? Join now to support the amateur satellite program!
https://www.amsat.org/mailman/listinfo/amsat-bb

------------------------------

End of AMSAT-BB Digest, Vol 15, Issue 24
****************************************



Read previous mail | Read next mail


 18.10.2024 23:19:09lGo back Go up