06-29-2023 04:52 PM
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.
07-04-2023 05:31 AM
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.
07-04-2023 09:32 AM
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.
07-04-2023 02:45 PM
@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. 🙂
07-05-2023 12:06 PM - edited 07-05-2023 12:40 PM
07-08-2023 02:02 PM
Here it is.
Enjoy.
02-09-2024 08:49 PM - last edited on 02-10-2024 10:26 AM by markwni
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...
06-03-2024 02:41 AM
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.
08-16-2024 03:23 PM
Any chance you can save this using 2017?
08-16-2024 04:27 PM
@Krafft wrote:
Any chance you can save this using 2017?