LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Satellite Tracking

Has anyone written a satellite tracking program using Labview?  I want to create an SGP4 application that reads TLEs from https://celestrak.org and then uses current PC time to propagate a satellite to its current Lat/Long/Altitude.  I'd rather not start from scratch but will if required.

0 Kudos
Message 1 of 11
(1,449 Views)

I have zero knowledge of this, but a Google search for "SGP4 LabVIEW" shows various options, even if no actual code. I assume that's the more difficult part.

 

Getting data from a web service using something like the built-in HTTP Get.vi is usually relatively simple and I assume that parsing the data should be relatively easy as well. If it's HTTPS it can be more complicated, depending on your version of LV.


___________________
Try to take over the world!
0 Kudos
Message 2 of 11
(1,358 Views)

I did it few years ago as part of my bachelor thesis (despite it's still a bit unpolished because the final software was written using Java as a requirement from my university). I'll able to share it in github on the next weekend. Let me know if you need a specific LabVIEW version.

0 Kudos
Message 3 of 11
(1,330 Views)

@Krafft wrote:

Has anyone written a satellite tracking program using Labview?  I want to create an SGP4 application that reads TLEs from https://celestrak.org and then uses current PC time to propagate a satellite to its current Lat/Long/Altitude.  I'd rather not start from scratch but will if required.


Sounds interesting!  Let us know how it comes out.  🙂

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 11
(1,315 Views)

Have you looked at Gpredict

 

When used with HAMLIB it will connect to many popular tracking antenna arrays to control them and it will even doppler tune your transceiver for communications.  

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 5 of 11
(1,281 Views)

Here it is.

Enjoy.

Message 6 of 11
(1,238 Views)

Is there a user's guide or some documentation for this project?

 

The vi's look good but I can't figure out how to use it  - trying to decipher the typdefs but...

 

 

0 Kudos
Message 7 of 11
(830 Views)

HELLO?
Well done for this great work,

if we want the satellite's position based on GP coordinates, in which part of Vi should I enter the coordinates?
Thanks for the answer.

0 Kudos
Message 8 of 11
(528 Views)

Any chance you can save this using 2017?

0 Kudos
Message 9 of 11
(372 Views)

@Krafft wrote:

Any chance you can save this using 2017?


 

0 Kudos
Message 10 of 11
(363 Views)