Besoin VI pour USB GPS

Bonjour,
Je cherche un VI qui est fait pour lire les coordonnées, temps du GPS Garmin 60cssx  en utilisant le port USB.
Merci d'avance.
LV8.2

Bonjour Mora,
Vous avez demander une question similaire dans cette
forum. On va la suivre là-bas.
Gerardo O.
RF Systems Engineering
National Instruments

Similar Messages

  • Synchronization HP t5335z Thin Client and USB GPS trip recorder

    Can't connect USB GPS trip recorder to my terminal server through HP t5335z Thin Client. Any suggestions?

    Hello Tony-CCS,
    Your system is one of our business units.
    Your question may be better answered on our business forums.
    Here is a link to the business forums.

  • Use USB GPS device in emulator

    Hello all,
    I would like to connect a real USB GPS device to the emulator running my code. Is there any way for my app running under the emulator to access the real usb gps device? I did a search on this and did not find any relevant discussions.
    Thanks,
    Danny

    Thank you for your reply. But I can not connect the property node which you suggest me in reply of my question because there is problem of connection. Here I am attaching my vi so can you please give me the solution of my question, How can I use USB RAW device in Interrupt transfer write mode??
    Attachments:
    project_basic1.vi ‏16 KB

  • USB GPS Control

    I was wondering if anyone out there has examples of controlling their GPS units via Labview. That is displaying various information on the front panel and saving data to the hard drive. I'm using Labview 7 Express and trying to use a relatively new Garmin product, the USB GPS 18. I seem to have found various posts dealing with serial port connections, but I'm not sure how this would translate into USB. I'm still pretty new at Labview. I was hoping maybe someone had some examples to share or something I could go on.
    Thanks...
    Using Labview 7.0 and 2010 SP1 with Windows XP and 7.

    Hi Shawn, thanks for replying.
    I had a feeling that the vi I found was a bit outdated. I wasn't able to get my other serial GPS working with it.
    As far as the C++ SDK and the like, I have no experience with that language or any other to be honest. I have looked over the SDK and do not quite understand how it would work in setting up a Call Library Node. I do not have any experience with that function either and it seems a bit complex to tackle. I have only been working with LV a few months and was hoping to find some type of working example to go and modify to fit my needs. I'm not sure if yourself or someone out there could do this for me if I passed along the SDK.
    As far as the VISA, again this is something I thought would work as well after looking through my options with LV, but I would not have any clue as to how to set it up.
    I was looking over the site and found the Read GPS Time, Position, Velocity, and Course Heading vi for LV 7.1. This would look like something I could use if it was for the USB port (plugged directly into my computer, no type of special cards) and for LV 7.0 Express. I'm not sure if this is an option, but if someone could come up with something like that for the USB port and for LV 7.0 I think I'd be find hopefully.
    In the worse case scenario I just plan on running my Garmin software separately from the vi. I'd just like to work both into one nice vi.
    Thanks for your response and input, I appreciate your time.
    Using Labview 7.0 and 2010 SP1 with Windows XP and 7.

  • Je voudrais savoir. Comment fait on pour avoir flash player pour iPod touch car il a des sites qui en on besoin merci pour votre réponse

    Je voudrais savoir si il y a moyen d'installer flash player sur mon iPod  touch parce que il y a des sites internet qu' il en on besoin  merci. Bien a vous. Pierre Trembay.     Ps je sais qu' il est sur apple store mais il est. Payant sa ne serait pas possible de l'avoir. Gratuit

    bob207 wrote:
    Apple does not like flash and never flash. Désolépour this, but maybe you should look at other products.
    LOL. Use Google Translate much?

  • VI for USB GPS

    Hi,
    I want to read position, time GPS using USB from Garmin GPS 60csx. Do you have any VI able to read position, time GPS using USB.
    Thanks.

    Hi mora.lofa,
    NI does not have any drivers for specific GPS devices. You can use the VISA Driver Development Wizard to create your own VISA driver for this GPS device.
    Cheers
    | Michael K | Project Manager | LabVIEW R&D | National Instruments |

  • Retrieving data from a usb GPS receiver

    What is the correct way to read from a usb device using a java application?
    I guess it is in the IO area, but once the application accesses the usb device, in what form is the data received? Does java have its own format, or will it be in whatever format the device sends?
    Regards

    jschell wrote:
    Implode wrote:
    We have the driver, is there no way to read the data using our own java app, if the driver is installed? I guess that is what the app that comes with the device uses?
    Can someone? Yes.
    Can you (your group) do it in the time given? Unclear.
    Can you (your group) do it in the time given along with everything else? I would say that beginning programmers would not be able to complete that. If you are not in fact "beginning" then maybe.
    First step, already noted, you must learn how the device works. You must read the docs that come with it and probably go on line to look for more docs and examples.
    But going from there, if there is NOT a specific java api then, far as I know, you must use the java comm api to communicate with random usb devices and that is not going to be easy. As I already noted this particular step is so difficult that if it was me I would skip it until the end after everything else is done. All this can give you is the starting coords anyways and to test the path finding ability you are going need a way to feed in coords manually anyways, so little benefit to having it compared to the rest of the app.I know, thanks a lot.
    We aren't beginners :)
    I am coming across APIs for Linux, not for windows , maybe it is time for the final(permanent) switch.
    I will be back with more questions
    Regards

  • Changing the Read NMEA GPS SubVI.vi to work on Mac OS X using usb?

    Hi,
    Any help or advice on this would be appreciated.
    I am using Mac OS X Tiger on an ibook G4 with Labview 7.1. The ibook only has either firewire or usb so I got a usb GPS receiver (BU-303) from Globalsoft http://www.usglobalsat.com/item.asp?itemid=11&catid=13. Their website includes a device driver for the mac and an application that allows me to view the GPS output such as lattitude, longitude, speed etc. from their application.
    I would like to try and use Labview instead to plot this information because it will allow me to log this information as it changes and generally give me more flexibility. I came across a VI that was designed to work with a serial connection for windows
    http://sine.ni.comappsweniepd_web_display.display_epd4p_guid=DB0882E37369122DE034080020E74861&p_node=DZ52363&p_source=external
    I would like to try to adapt this somehow to work on my Mac with usb, if someone could suggest what steps to take or things I should consider and post them, that'd be a great help to me,
    Thanks in advance,
    Robert

    I suspect it's too much to ask that they have a development kit that you could steal code from? 
    Do they have a command line application?  If so, you could pipe the output to a file or to labview directly. 
    USB isn't as easy to work with as serial, so building a driver fron scratch is not something for the faint of heart. 
    Have you considered a usb to serial converter and use a serial gps?
    BTW, good taste in computers.
    Sheldon
    Technical geek, engineer, research scientist, biodegradable...

  • GPS in-Car Navigation

    Hi
    Does anyone know of an in-Car GPS system that is compatible with a MacBook Pro Version 10.6.8 Snow Leopard. (IE: Navman is not compatible). Thanks in advance Don.

    Welcome to Apple Support Communities.
    IF you have Boot Camp and Windows already installed, Delorme (www.delorme.com) has Street Atlas 2011.
    They sell a version with a USB GPS sensor (LT-40), and one with a Bluetooth (BT-20) GPS sensor. I've used the USB sensor with Street Atlas 2009 and 2010, and it works well. (I've also used them successfully under Parallels 4, 5, and 6, but you still need Windows.)

  • GPS in Miix 10''

    I have the 3G/GPS model of Lenovo Miix running on Windows 8.1 but it seems the Windows location utility does not work with the gps hardware (HUAWEI GNSS Sensor) at all and determines the location just based on the wifi/cellular basis. Is that so (I found this page: http://msdn.microsoft.com/cs-cz/library/windows/apps/hh464919.aspx but it seems a bit unclear to me)? How can I use the GPS offline then? The HUAWEI driver seems to be up to date and functioning, installed in November with whole OS but according to its log the last data were received end of December, although I tried to use the offline maps (local Czech Smartmaps app) later as well. What are your experiences with offline gps in miix?

    Hi! I have the same problem too with Miix2. No GPS signal available allthough all setups seems to be ok. I have ordered an external GPS receiver http://www.ebay.com/itm/GlobalSat-BU-353-SiRF-III-USB-GPS-receiver-/231111114048?pt=GPS_Devices&hash... but I think it should work without that too. Who can help?

  • GPS tracking in labview.

    I work with GPS simulation toolkit for labview.
    I want GPS tracking in other PC with USB GPS receiver and drawing track.
    It's possible? Some google maps/earth working API. I try some API, but it doesnt work.
    I use LV 2012 student edition.
    Thanks for reply.

    Hello lacita,
    You can take a look at this example I found on the NI community page, in case you haven't already. There's also a lot of shipping examples (in LabVIEW click on Help> Find Examples and search for "GPS") that are GPS related and some of them are specifically designed for Garmin ones.
    What USB GPS receiver are you using? What API did you try?
    Tarek B
    Applications Engineer
    National Instruments

  • Is there a turn by turn sofware or a GPS reciever for a macbook pro?

    I am interesting in upgrading my pc laptop to a macbook pro.  I currently use microsoft streets and trips off my laptop to use GSP Turn by Turn navigation.  Can i do this on a macbook?

    I agree with the Google Map with internet connection.
    Alternatively, you can consider USB GPS receiver with offline map applications. Since most of the USB GPS receiver does come with their own app (which may cause a bit more for updated maps like most of the GPS receivers on the market.)
    Other than that, I recommend a real GPS receiver or iPhone/iPad.

  • Director and GPS?

    Hi all,
    I need to create a director file that responds to GPS
    location.
    Can anyone give any advice or point me in the right direction
    (no pun
    intended!)
    I need to know what kind of hardware i need to get a signal,
    and how i get
    the GPS coords into director?
    Any ideas anyone?
    Im using a Windows PC (xp) with Director MX or MX2004 (have
    both)
    Cheers,
    Tim.

    Thanks, will look into these...
    Do you know if I can control (read) a USB GPS device with
    these xtras?
    It seems the serial versions also require power from a ps2
    port.... Ive no
    serial or PS2 ports on the laptop...plenty of usb!!!
    Cheers
    Tim.
    "johnAq" <[email protected]> wrote in
    message
    news:eo1jv0$6i7$[email protected]..
    > Probably the most likely solution is a GPS unit that can
    connect to a PC
    > via
    > RS-232 (serial port). Even though these ports are
    becoming replaced by
    > USB,
    > you can get a USB - to RS232 attachment. You can then
    use an xtra such as
    > DirectCommunication or Serial Xtra to comunicate with
    the device using
    > text
    > based messaging
    >
    > You can find a list of available xtras at
    >
    >
    http://www.updatestage.com/products_table.html
    >
    > hth
    >
    >
    > johnAq
    >

  • GPS for IdeaTab A1000L-F

    I like to use a program which requieres GPS. The A1000L-F seem not to have it. Can it be upgrated for GPS use or can an external GPS antenna be connected?
    Any help would be greatly appreciated.
    Otto

    Hi Otto
    Here are some useful links on the subject:
    https://docs.google.com/document/d/1zy_0N6MyI0uSwZMPoEK5O8EmLZeHfERRlDIoiRw2bR0/edit?pli=1
    http://www.pipo-m9.info/article/connecting-external-bluetooth-gps-android-tablet
    http://mapsnmaps.blogspot.ro/2014/02/using-external-usb-gps-with-android.html
    Hope this helps.
    Regards.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as ''ACCEPT AS SOLUTION"! 
    Unsolicited PM's will not be answered! ....Please post your question/s in the appropriate forum board.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Can I use an iPad as a chartplotter?

    Background - I'm in the backwaters of intercoastal waterways of British Columbia, Canada and there's no wifi or cell phone towers anywhere around.
    The old fashion way before iPad was a usb gps connected to a pc laptop running a navigation program using charts stored on a cd.
    Can I duplicate this with an iPad?

    This is what I've found out. Please correct any errors.
    To use the GPS function on the iPad, you will need an iPad 3G with Wi-Fi. This is the only model of iPad that uses an internal GPS receiver. This will allow you to determine your location without a cell or Wi-Fi signal.
    If you do not have a 3G, then a 3rd party Made For iPad gps will work. I found 2 gps devices certified for the iPad:
    Bad-Elf gps accessory &
    GNS 5870 MFI gps bluetooth receiver.
    Not all apps work on either device.
    Here is what Navionics (the leader in electronic charts) relied to my questions.
    Sent: Wed 1/12/2011 6:16 PM
    To: NI Sales
    Subject: ipad question for recreation marine application
    I'm having difficulty in finding out what ipad is required. (What I'm trying to say is that I'd like to use an ipad as a portable chartplotter.)
    I'd like to use an ipad that is capable of capturing satellite signals while in remote locations without the use of wifi or cell phone.
    Can you also tell me what 3rd party gps are compatible with your software & charts? How much memory for charts & application is required.
    Reply from Navionics
    To use the GPS function on the iPad, you will need an iPad 3G with Wi-Fi. This is the only model of iPad that uses an internal GPS receiver. This will allow you to determine your location without a cell or Wi-Fi signal.
    At this time there are no 3rd party GPS receivers that we have tested with our apps. This hardware may or may not be compatible with our app, but we cannot guarantee either way as they have not been tested by Navionics.
    The Navionics Mobile app is generally around 100-200MBs, but can be as much as 525MB. Please make sure that you have enough space on your iPad before proceeding with the download.
    Also, please be aware that the Navionics Mobile apps are created for recreational use only. For serious navigational purposes, we recommend using our Navionics Plug-And-Play cards for use on GPS chart plotters. This is because the internal GPS receivers on mobile devices are not as reliable as those found on a GPS chart plotter, as well as the fact that you will not be able to access all functions that are available on GPS units. (For instance, chart rotation or “course-up” is not available on the iPad app).
    If you need any additional information, please do not hesitate to ask.
    Best regards,
    Navionics Mobile Team

Maybe you are looking for

  • Choose different audio tracks in PE10 full version possible?!

    Oky, I have tested this with Adobe PE10, but WHERE do I choose which audio track I want to import/use in the timeline?! Where can I see if the clip has more than 1 stream in Adobe Premiere Elements 10? I have tried looking in settings etc., but no lu

  • Apps for macbook air?

    who can tell me good aps for macbook air... as app store is a little poor on free apps.. i would like apps, games or something entertaining to download from the web.

  • IN Clause issue in oracle -- not accepting more than 1000 expressions

    update table_name set col1='Y' where col2 in ('a','b',.......1500 expressions) Please suggest me the best method to replace the above sql statement..

  • Exporting an Existing form as XML

    I want to export an existing form (Item master form) as XML so I can make some changes to it and replace existing with my new one... but... I have tried copying to file and to clip board using following code but I cannot get the XML data 'To File Dim

  • HT201317 Will photos upload to iCloud from Picassa?

    This article seems to imply that I need to be using iPhoto or Aperture or Camera Roll.  All my photos are  in Picassa.