Logitech Game Controller for use in Labview and dealing with possible disconnects

Hello all, I would like to see if there are any suggestions on the following issue. In effect I am using a Logitech game controller to manipulate large scale robots. During operation with these robots I need to plan for the inevitable "accidental" disconnection of the game controller from the computer running labview while it is under operation. Simple to say I can throw the system into standby upon the "ERROR" messages I get, but I want to programmatically be able to "reset" the controller (ie wait for it to be plugged back in) and have the program continue working. However with my work and research thus far that isn't the case. I end up with the same error (even when reconnected, attempted re-initialize, closing the connection, with time delays, and re-initailizing after closing all connections). Nothing seems to work other than closing the program and restarting it (which for the consumer this would be quite frustrating). Suggestions?
Also on a similar note if anyone has any ideas on how to scan for devices prior to using them would be helpful too.
I currently am running Labview 2009 in windows 7. I do realize windows has its unique way of dealing with plug and play devices, and suspect that I may have to play with these features, but I don't know this topic very well.
Thank you all in advance!

Hey Dashiva,
I am assuming that the Game Controller that you are using is connected via USB. Does it show up in the computer's Windows menu when it is plugged in? If so, you can make calls to it using .NET controls that could access the device once it is re-connected. I would also try simply hitting F1 and see if that allows the program to reset the controller.
Good Luck,
Doug B
National Instruments
Applications Engineer
Applications Engineer
National Instruments

Similar Messages

  • Logitech game controller

    I purchased a logitech game controller to use with Aspyr's Call of Duty 2. My MBP recognizes the game controller as an attached USB device, but CD2 doesn't. Any suggestions? I tried it with EA games Medal of Honor with identical results.

    Apparently no one has much experience in this. I bought a Wii instead.

  • I purchased the Logitech F310 game controller for my 2011 MacBook Pro. How do I get the driver installed for it. The Disk that came with the controller is a mini disk and will not insert into my laptop.

    I purchased the Logitech F310 game controller for my 2011 MacBook Pro. How do I get the driver installed for it. The Disk that came with the controller is a mini disk and will not insert into my laptop.

    May not make a difference anyway. The Logitech support site does not show drivers for Mac OS for the F310:
    http://www.logitech.com/en-us/support/gamepad-f310?crid=411
    I'd contact their support to find out if there is a Mac driver available, and if they can either give you a web link to get it, e-mail you the software, or snail-mail you a standard-size disk with the drivers.

  • Game controller for MacBook Pro?

    Are ANY game controllers made especially for Mac? I have tried the Logitech wired version and the Logitech Rumblepad 2 wireless version and neither seem to work with my G5. I even added USB Overdrive, which recognizes the Logitech controllers, and have tried to set the prefs in various games, but still cannot get them to work when the games launch. Seems like there ought to be some easy, plug-and-play game controller for Mac. Any advice? I am very computer literate, yet cannot seem to accomplish this very basic task: Hook up a game controller (that SAYS it works on Mac OS X) and get it to work. (I called Logitech tech support and they said the controllers should work on a Mac, but their driver software and their tech support do not support use on a Mac. Huh?)

    I like the Logitech Gamepad F310 for games on my Mac. You're right new games are much better with a game controller!

  • Use NI LabView and LabView RT with third party PXI chassis

    I want to use NI LabView and LabView RT, some PXI chassis of N.I and
    some PXI chassis of Third Party( not N.I ) for diversity, How I will Install
    Pharlap ETS ( LabView RT ) on those third party PXI's.
    More simply
    Third party PXI chassis and controllers support LabView RT or not?
    Note: Mark Andre Hary [email protected] of Sensing Systems LLC answer to this question as:
    "You can't.  I think NI bought Pharlap, and they do not offer board support packages (BSPs) for non-NI PXI controllers.  There is no way to get LabVIEW-RT running on a controller not purchased from NI.  You will have to use a standard RTOS like Linux,VxWorks, or QNX.
    Regards

    As described in the web links below, the only way to run LabVIEW Real-Time for ETS on a third-party system would be to follow the procedure for desktop PC computers. You may find that your third party PXI controller may meet the requirements listed in the below link and you will be able to run Real-Time on the controller. If you decide to do this, you will need to purchase the LabVIEW Real-Time Desktop Deployment license (also linked below). After purchasing the deployment license, you will be sent boot disks that will install the real-time OS onto your system. There is no need to purchase Pharlap ETS from Ardence directly.
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/cb3434da94466dd286256e9e006bb775?OpenDocument
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/13751
    Instead of using LabVIEW Real-Time for ETS, you could use LabVIEW Real-Time for RTX instead. This system allows you to run Windows and the Ardence Real-Time eXtensions (RTX) real-time kernel concurrently on one machine. Currently device support for LabVIEW RT for RTX systems is limited to RIO devices. This is all described in the below link.
    http://zone.ni.com/devzone/conceptd.nsf/webmain/9cc60298315a687e86256e78007b3a96
    I hope this answers your question.
    Regards,
    Kristi H - National Instruments

  • Reference Library for Converting Between LabVIEW and XML Data (GXML)

    Please provide feedback, comments and questions on the Reference Library for Converting Between LabVIEW and XML Data (GXML) in this thread.
    The latest version of the NI GXML Library is availble in VIPM on the NI LabVIEW  Tools Network repository.

    Francesco, Thank you for the feedback.  With this component it was my intention to make a more "terse" version of the LabVIEW Flatten to XML VI that was also supported on RT and that gave the user more flexbility regarding the structure of the parsing type definition. I think you are right that the XML parser is not compliant to section 2.11 of the XML spec.  The parser does specifically looking for a #D#A and this appears to be an oversight on my part.  Please confirm for me, the specifcation is saying that the XML parser should be able to recognize three possibilities as an "end of line" character: #D#A, #D, or #A.  Am I reading this right?There are more efficient (and in some cases much more efficient) ways of sharing data between LabVIEW and LabVIEW: some examples are flattened binary strings and the datalog binary format.  XML is slower than these optons but the upside is that it is human readable.  Furthermore XML is inherently hierarchical which is convenient for complex data structures like clusters of arrays of clusters, etc.  If you don't care about human readability then you are correct XML doesn't make as much sense.I will return to the GXML source code and try to fix this in the near future but I would hope that instead of creating yet another custom VI from scratch that you could reuse what I have provided for you.  I included enough documentation in the source code so that users could make some modificiations themselves. The target application for this reference library was LabVIEW to LabVIEW communication.  As such I documented the schema on the dev zone document from a LabVIEW perspective.  It includes all the supported datatypes and all the supported data structures (cluters, arrays, multidimensional arrays, clusters of multidimensional arrays, etc.)  I do see some value in making a more conventional XML spec but the time investment required didn't really line up with my intended use case. Were there any other downsides to GXML that I have missed?  Best Regards, Jeff TippsSystems Engineer - Sound and VibrationMessage Edited by Jeff T. on 04-21-2010 10:09 AM

  • Game Controller for Mac?

    I'm not sure if I'm in the right forum. Is there a forum for gaming?
    I am looking to purchase a game controller for our Mac for games like Call of Duty 4 and Madden. My son wants the xbox 360 controller and I found online elsewhere (tattiebogle.net) that if I buy that one I have to download a driver for the OS X. Is this correct and is this safe to do? Is there another game controller that will work just as well or better that you would recommend?
    Thank you!

    Is there a forum for gaming?
    Not on Apple's site, but there are hundreds of them elsewhere on the Web.
    These forums are for questions about Apple products, and Apple doesn't produce any games. With all the other gaming sites and forums available, Apple has apparently decided not to burden its forums (already the most heavily trafficked ones anywhere on the Web) with gaming. Still, your post here may draw suggestions, so keep an eye on it.

  • Can you a games controller for i mac

    can you get a games controller for i mac

    http://www.imore.com/how-hook-xbox-360-controller-your-mac
    or
    http://www.cultofmac.com/198793/use-a-playstation-3-controller-on-your-mac-with- bluetooth-os-x-tips/

  • Hello. I want to use my iphone as a viewing screen for a usb endoscope, (its a small camera on a long cable for inspecting down piping and such) with an app is it possible to attach the usb to my iphone using a adapter to watch the live video feed on th

    Hello. I want to use my iphone as a viewing screen for a usb endoscope, (its a small camera on a long cable for inspecting down piping and such) with your app is it possible to attach the usb to my iphone using a adapter to watch the live video feed on the iphone?
    Thankyou.

    Hello. I want to use my iphone as a viewing screen for a usb endoscope, (its a small camera on a long cable for inspecting down piping and such) with your app is it possible to attach the usb to my iphone using a adapter to watch the live video feed on the iphone?
    Thankyou.

  • HT3748 since upgrading to Mountain Lion, my Mac Mail no longer works well w/exchange email; so, I have had to switch back to outlook. Now, how can I use outlook for mac's calendar and contacts with icloud?

    Since uprgading to Mountain Lion, my mac mail no longer works with my exchange email properly. I finally gave up and moved back to outlook for mac, but now my new issue is using outlook calendar and contacts with icloud; possible?

    Sorry but I'm really not to sure what I have. I'm not good with knowing my computer model. All I know is that its a MacBook running with Leopard. I got my computer last year so I suppose its fairly new. Is there a place on my computer where I can check to see what it is (sorry to be so dumb with my own mac)
    And everything else works fine. I love Safari. It's just my mail that doesn't work. Here's the message that pop up several times.
    "The MobileMe IMAP server “mail.mac.com” rejected the password for user “akcastaldo”
    Please re-enter your password, or cancel."
    The only problem here is, even though I enter my password it doesn't do anything. It makes that message go away for about 3-5 mins. After that it pops right back up. And I can't even go into my preference and change my email password. So I don't know what to do.

  • I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and I find it very annoying.

    I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?

    . Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?
    Check, if you have the "Primary Only" option enabled. Then keywords will only be applied to the "Primary Image":
    See:                  Keywords or ratings are applied only to one of the selected images - why?
    Uncheck the little square button with the "1".

  • TS1347 Have been using an iPhone and syncing with Outlook for several years.  Since downloading latest version of iTunes, contacts and calendars are not syncing.  Both items show to be checked for syncing.  Any suggestions?

    Have been using an iPhone and sysncing with Outlook through iTunes for several years.  Downloaded the recent update to iTunes and now sycing of contacts & calendars is not occuring.  I did see that i had to recheck to sync contacts and calendars again and have done this, but still no syncing is occuring.  Any suggestions?

    Hi Brian!
    I have an article here for you that addresses your issue and can help you troubleshoot this further:
    iPhone, iPad, iPod touch: Troubleshooting contact and calendar syncing via USB on Windows
    http://support.apple.com/kb/HT1692
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • If I purchase an iPhone 4S in Indonesia can I unlock it for use in Canada and/or the US. Can I change out the sim card by country?

    If I purchase an iPhone 4S in Indonesia can I unlock it for use in Canada and the US as well? Can I swap out sim cars in each country as well?

    iPhone_Warrior wrote:
    Shipping the phone back to Indonesia will be at your expense.
    You can't ship back to Apple or any of the authorized carriers, as they do not accept international shipments for iPhone warranty or service work, you must physically bring the phone back.

  • HT5361 Been using mail forever and only with my gmail account. All of a sudden, all my inbox mails are missing except for anything after yest night. I log into gmail on safari and everything is there but not on my mac or iphone in mail

    Been using mail forever and only with my gmail account. All of a sudden, all my inbox mails are missing except for anything after yest night. I log into gmail on safari and everything is there but not on my mac or iphone in mail

    Same problem in 8.1.3
    Apple help!

  • Why it is keep asking for Username and Password but i didn't use any username and password with my database.

    Why it is keep asking for Username and Password but i didn't use any username and password with my database. Please help me i m very frustrated right now please help anybody. I m new in this.,

    Hi,
    Please check below threads:
    Crystal Report Layout asking for Login Info
    SAP B1 ask for credentials to print or to preview Crystal Reports report

Maybe you are looking for

  • Use BAPI_OUTB_DELIVERY_CHANGE in 4.6c

    I all. We need a BAPI to modify outbound delivery. I Know that in version 4.7 there is BAPI_OUTB_DELIVERY_CHANGE. But we have 4.6c installed. Is it possible to install a patch with this FM? Thanks

  • Notes won't sync between iPhone

    Maybe I need to wipe my phone and reload everything. Notes created on my iPhone 4 (iOS 5.0.1) don't sync to my Mac (Lion OS X 10.7.3). Notes created on my Mac sync to the phone, where I can edit them and they will sync back to the Mac. I wish I hadn'

  • Search 1D array doesn't works.

    Hi. I have a bunch of data. Let say 48000 elements. And from it, I try to search, one element using 'Search 1D array' . However it doesn't work as wanted. I put an indicator on output of the 'Search 1D array' , but the value always "-1". Anybody coul

  • Firefox will not remember my e-mail log in

    I had no problem with my e-mail until about a week ago. I made no changes before this. Now firefox will not remember my e-mail log in. I check the box (remember me) but it does no good. I went to tool (privacy) and went through the process to remembe

  • How would you take a patch and flip it, half mustash missing?

    On a boat and half of the mustash is washed out,. Could you take a patch from the other side and flip it or would there be an easier was to burn it in? Murff