04-27-2016 08:38 AM
Hello,
we made a software Labview in which we recover tablet GPS data.
This was done through a COM port. But under Windows 10 it no longer works.
Someone t ever use the GPS data of a tablet with Windows 10?
Can you enlighten me on this please?
Thanks in advance!
04-27-2016 10:13 AM
There's so much we don't know. For starters, is LabVIEW installed on the Windows 10 machine? What version of LabVIEW? Is your GPS recognized by MAX? Can MAX "talk to" the device and get it to cough up some data? If the answer to the last question is "Yes", then something is wrong with your LabVIEW code and we need to see it, so attach the VI (do not attach a screen shot of the Block Diagram -- we can't test, modify, or closely examine a picture).
Bob Schor
04-27-2016 10:28 AM
04-27-2016 10:34 AM
04-27-2016 11:03 AM
Here's the code .
Thanks for your help
04-27-2016 12:28 PM
I'm confused. You ask about GPS on Windows 10, but your computer does not have Windows 10, and is running LabVIEW 2012. Am I correct that when you run your program (which I cannot do, as most of the sub-VIs seem to be missing from the ZIP file), it runs on your Windows (7? 8? 8.1?) laptop under LabVIEW 12, right?
If you want to run the program on a Windows 10 PC, you either need to build a stand-alone Executable that will run on Windows 10 (and include a LabVIEW 2012 Run Time System) or install LabVIEW 2015 (!!) on the Windows 10 machine and recompile your code. Note that according to NI, the only version of LabVIEW "officially" supported on Windows 10 is LabVIEW 2015 (and higher).
Bob Schor
04-28-2016 01:12 AM
Ok.
VI I sent you are a small part of my project.
My PC runs Windows 7.
Thanks for your advices.
05-26-2016 12:46 AM