LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have problems to get information from Arduino GPS Shield to Labview

Hello, i'm trying to get information from my Shield GPS but i don't know how get it in Labview, someone can help me o tell how i can do it, thanks everyone. This is the shield.gpsshield1.jpg

0 Kudos
Message 1 of 29
(6,022 Views)
That image is of no help at all. Typically, all you would need is the VISA serial functions if your arduino sketch is writing to the serial port. Look at the Linx toolkit examples or the serial examples that come with LabVIEW. If you don't know how to program the arduino for serial, this is the wrong board.
0 Kudos
Message 2 of 29
(6,009 Views)

I was trying with the next code, but it doesn't work for me.

0 Kudos
Message 3 of 29
(6,005 Views)
Sorry, I'm posting from phone so I can't look at it. Can you post an image of the block diagram? Please provide the error code that you are getting.
0 Kudos
Message 4 of 29
(5,997 Views)

This is the code my friend. This module works with NMEA protocol, but i don't know if LAbview work with.cpdigo.PNG

0 Kudos
Message 5 of 29
(5,986 Views)
LabVIEW works fine with nmea as long as it's programmed correctly. Because everything is buried in a subVI, it's impossible to say what is going on. I would suggest opening the subVI and probing the output of the v actual VISA Read to see what, if anything, you read. Any terminal emulation program can be used to read the arduino so you might do that first to verify that it is sending.

It will still be helpful to know what error message you get.
0 Kudos
Message 6 of 29
(5,982 Views)

Hi, i was trying with it, because i have mounted gps shield over arduino board and it's works with NMEA protocol, i got it, but doesn't works 😕cesar.PNG

0 Kudos
Message 7 of 29
(5,955 Views)
What exactly doesn't work? Your wiring of the VISA Resource to the nmea function looks wrong. Please probe the output of the read function and report what it is and please provide the error codes I've asked for three times now.
0 Kudos
Message 8 of 29
(5,944 Views)

@Dennis_Knutson wrote:
LabVIEW works fine with nmea as long as it's programmed correctly. Because everything is buried in a subVI, it's impossible to say what is going on. I would suggest opening the subVI and probing the output of the v actual VISA Read to see what, if anything, you read. Any terminal emulation program can be used to read the arduino so you might do that first to verify that it is sending.

It will still be helpful to know what error message you get.

Did you take the advice you were just given  and decide to not post the useful information or opt to show an irrelevant screenshot rather than make an attempt?

0 Kudos
Message 9 of 29
(5,940 Views)

Hi friend, the program doesn't works it wants to begin but don't, and i have problems like this, many problems problema.PNG

0 Kudos
Message 10 of 29
(5,926 Views)