LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

map with labview

Solved!
Go to solution

@Cagri1 wrote:

I want to take GPS data with Adafruit GPS module, process it with Raspberry Pi Pico and transfer it to the LabView interface.


IMO:

If it is a personal project:

    if you know how to code but cant figure this out, show us your existing code. 

    if you are learning how to code:

                    If you must use the RPi, don't run Labview on it

                    If you want to learn Labview, don't use a RPi to run Labview

 

If this is a commercial project I would run away.

 

 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 11 of 20
(332 Views)

It can also be done via Arduino. I would be very happy if you could explain how I should do this.

0 Kudos
Message 12 of 20
(320 Views)

@Cagri1 wrote:

It can also be done via Arduino. I would be very happy if you could explain how I should do this.


So LabVIEW will be running on a computer that is connected to the Arduino?

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 13 of 20
(313 Views)

Yes

0 Kudos
Message 14 of 20
(302 Views)

@Cagri1 wrote:

Yes


 Ok, if you are using a USB cable to connect the two then you can use a virtual com port over USB. 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 15 of 20
(271 Views)

I will receive the GPS data coming with Arduino. I will show that data on the map I created with the block diagram in LabView. How will I create the map visual offline in LabView?

0 Kudos
Message 16 of 20
(266 Views)

@Cagri1 wrote:

I will receive the GPS data coming with Arduino. I will show that data on the map I created with the block diagram in LabView. How will I create the map visual offline in LabView?


I feel like you are hesitant to share information about your project yet you desire someone to guess how you have implemented things and provide a solution to your problem. The more info you give the better the forum will be able to help you. 

 

Without knowing anything about your code, I can only guess you are using some online service to generate your map so if you want to view it offline you will need to buffer the map info locally so it can continue to be displayed when there is no internet connection. 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 17 of 20
(255 Views)

I want to view the map offline in labview and track the location on the map. I am using labview 2024 and offline map api. How should I connect the reference entry in the Initialize map blog? I am getting a property node error. How should I use the property node? I would be glad if you could help me.

0 Kudos
Message 18 of 20
(159 Views)

@Cagri1 wrote:

I want to view the map offline in labview and track the location on the map. I am using labview 2024 and offline map api. How should I connect the reference entry in the Initialize map blog? I am getting a property node error. How should I use the property node? I would be glad if you could help me.


To get forum help, you need to post your code here on the forum. If you can't post your code on the forum for whatever reason, you need to hire a LabVIEW developer to work on your project. 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 19 of 20
(142 Views)

When I say code, is it Raspberry code or LabView block diagram?

0 Kudos
Message 20 of 20
(100 Views)