How to identify the CAN hardware connected to the PC

Hi
     Is there any way to identify the CAN devices to the PC via USB port, I am able to see the connected CAN hardware name in the device manager list. Same I would like to read using LabVIEW.
Regars
Visuman
Solved!
Go to Solution.

Use the vi in the zip file.
And the "Devcon.exe" will show you the device list.
With this list you may sort out the devices bei searching the string.
Attachments:
Device Managing Folder.zip ‏24 KB

Similar Messages

  • How many iPad devices can be connected to the same account to share iTunes (apps not only music)?

    I'm trying to figure out if I can share the apps I have on my ipad with other iPads and if so, how many. I have read the Home Sharing information on the website (max 5 devices in your household if they are connected to your house wi-fi) but does it mean that they all have to be in the same place using the same wi-fi connection?
    Thanks

    You can have up to 10 devices.
    See here: http://support.apple.com/kb/ht4627

  • Labview program to find the external hardwares connected with the PC

    Hai All,
    Do any one know how to find the external hardware details connected with our PC (like USB memory stick),  using labview program.

    That's assuming the user is running Windows.
    If you are under Windows you can access this information from the Registry. For example, for USB you can look at the key
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USB.
    Message Edited by smercurio_fc on 04-30-2008 10:39 AM

  • How many USB-8472s can I connect to the same computer

    I have an application that would require connecting 4 USB-CAN devices to the same computer and control them all through LabWindows.  Does the driver facilitate this, or is it a one-at-a-time deal?

    No, you can have as many USB CAN devices as you can plug in to your PC. If you use a Hub, don't forget to add a power supply.
    DirkW

  • I have CS 6 installed on a Win 7 OS machine. I can not connect to the internet to get updates from within the program. How do I fix this?

    I have CS 6 installed on a Win 7 OS machine. I can not connect to the internet to get updates from within the program. How do I fix this?

    IP routing doesn't work the way many folks might initially think it does; functional IP routing requires manual configuration and the establishment of static routes and default routes specific to the local network configurations, and it's very easy to get it wrong, or to get the default route swapped. Multiple NIC boxes don't magically work, either. (Been there, done that, wondered what happened to my network when the paths got reordered or my route settings were messed up, etc.)
    Routing configuration errors can be quite subtle, too. (Again, voice of experience. Ever had a thousand-seat office LAN accidentally routing through your desktop? As the, um, unnamed guilty party discovered, getting into that configuration was subtle. Seeing the performance crater on the fellow's box and on the LAN was obvious.)
    Knowing how IP routing works is a prerequisite to getting this configuration to work; there's manual configuration required. Clearly something has gone weird here.
    What to do? Read up on IP routing. I'll again suggest the threads and the manual mentioned earlier.
    And in general, I prefer to avoid using my comparatively expensive Mac boxes as sub-optimal IP routers or as firewall boxes. General-purpose operating systems and generic x86 boxes are going to be inherently poor IP routers. Dedicated routers (or embedded or surplus x86 boxes with routing software loaded) offload the Mac boxes here, and are also typically easier to configure manage. And "real" IP routers can have hardware specific to efficiently routing packets. Use of an outboard firewall or firewall-router box also greatly simplifies gateway routing, too; it's a configuration that many folks and many businesses tend to use.

  • How can I connect to the database using ODBC within excel.

    Hi,
    How can I connect to the database using ODBC within excel and just refresh the data when needed.
    Thanks,
    Priyanka
    Edited by: user554934 on Jun 9, 2009 2:53 AM

    This is NOT an APEX relevant question, try posting it in the SQL/PL/SQL Forum..
    Thank you,
    Tony Miller
    Webster, TX

  • The ipod is disabled, when i plug it in to my pc it says it can not connect without the passcode being put into the ipod, how do i fix it?

    the ipod is disabled, when i plug it in to my pc it says it can not connect without the passcode being put into the ipod, how do i fix it?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Disconnected my iphone after software upgrade but while photos and my movies were still downloading. Now I get an error message that iTunes can't connect to the phone. How do I solve this?

    Disconnected my iphone after software upgrade but while photos and my movies were still downloading. Now I get an error message that iTunes can't connect to the phone. How do I solve this? I am using a PC and have version 4.3.4 on my iphone 4.

    In order to use ''nxm://'' links, Nexus Mod Manager must be installed and associated with the ''nxm'' protocol.
    * http://www.nexusmods.com/skyrim/mods/modmanager/
    In case of problems with this third-party program, please refer to its support forum:
    * http://forums.nexusmods.com/index.php?/forum/1413-nmm-code-development-chat

  • Apple Tv is telling me it can not connect to the server. How do I fix that?

    I changed my apple id and after I did, now my apple tv says it can not connect to the server when I try to view my purchases. Hulu and netflix work so the internet is working fine.  My phone and ipad also work fine with the new id.  Does anyone know how to make my apple tv purchases come back?

    Power cycle the router and the ATV.
    If the issue continues on the ATV go to Settings > General > Reset

  • How can I connect with the AspNetUsers table in MVC 5?

    I have a model, in which I have used several foreign keys from other tables. The point is that I also need to get the Id of the user, from the AspNetUsers table, though, I don't know how. I have done something like this, but it doesn't seem to be working:
    public class Message
        public int MessageID { get; set; }
        [Required(ErrorMessage="Please type a message to submit")]
        [DataType(DataType.MultilineText)]
        [Display(Name="Message")]
        public string MessageText { get; set; }
        public DateTime WrittenOn { get; set; }
        [Required(ErrorMessage="Please select a ticket")]
        [ForeignKey("Ticket")]
        [Display(Name="Ticket")]
        public int TicketID { get; set; }
        public virtual Ticket Ticket { get; set; }
        [Required(ErrorMessage = "Please select a business")]
        [ForeignKey("Business")]
        [Display(Name = "Business")]
        public int BusinessID { get; set; }
        public virtual Business Business { get; set; }
        [Required(ErrorMessage = "Please select a user")]
        [ForeignKey("aspnetusers")]
        [Display(Name = "User")]
        public int Id { get; set; }
        public virtual ApplicationUser ApplicationUser { get; set; }
    When I try to create a controller using the Entity Framework with my model, I get an error message saying:
        The ForeignKeyAttribute on property 'Id' on type ... is not valid. The navigation property 'aspnetusers' was not found on the dependent type ... The Name value should be a valid navigation property name.
    If someone could help me solve the problem, I would be glad.

    Hi Toni,
    I see that this particular query is been answered in the following thread.
    http://stackoverflow.com/questions/25372436/how-can-i-connect-with-the-aspnetusers-table-in-mvc-5
    You can also refer the following links, hope this helps.
    http://stackoverflow.com/questions/20071282/aspnet-identity-and-mvc5
    http://blogs.msdn.com/b/webdev/archive/2013/10/16/customizing-profile-information-in-asp-net-identity-in-vs-2013-templates.aspx
    Regards,
    Bharath

  • How can i connect to the itunes store on my ipod?

    i've tried buying an album off of itunes but it keeps coming up with 'cannot connect to itunes store', will i be charged even though it is working? and how can i download it without this happening?

    Hello there, JosieMay7.
    The following Knowledge Base article has some great information for troubleshooting your issue:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Additionally to verify if you have been charged, the following article will help you determine that:
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/HT2727
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • ICal was linked to a Google account I canceled.  When I open iCal, a message says iCal can't connect to the account server.  Clicking OK repeats the message.  Clicking OK, iCal quits. How can I eliminate the problem server?

    iCal was linked to a gmail account I canceled.  When I open iCal, a message says iCal can't connect to the gmail account server.  Clicking OK repeats the message.  Clicking OK again causes iCal to quit. There is no opportunity to delete the link.  How can I eliminate the problem server or otherwise get iCal working again?  (OS 10.6.8)

    The easiest way to fix the hosts file is to restore it from a backup that predates the modification, or to copy the unmodified file from another Mac. If you can't do that, then do as below.
    Triple-click anywhere in the line below on this page to select it:
    open -e /etc/hosts
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Paste into a Terminal window by pressing command-V. A TextEdit window should open. At the top of the window, you should see this:
    # Host Database
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    127.0.0.1                              localhost
    255.255.255.255          broadcasthost
    ::1                                        localhost
    Below that, you may see some other lines. The first 9 lines should be exactly as above, apart from differences in the blank space within lines. Otherwise you can't use this procedure—STOP and ask for guidance.
    If the contents of the TextEdit window are as described, close it, then enter the following command in the Terminal window in the same way as before (by copy and paste):
    sudo sed -i~ '10,$d' /etc/hosts
    You may be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. If you don’t have a login password, you’ll need to set one before you can run the command. You may get a one-time warning to be careful. Confirm. Quit Terminal.
    If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. Log in as one and start over.
    That will fix the hosts file. There is now a copy of the old hosts file with the name "hosts~" in the same folder as "hosts". You can delete the copy if you wish. Don't delete the file named "hosts".

  • TS2776 I can synch items entered into MS calendars to my iPad... this is done automatically when I connect to the USB.  How do I synch items initially entered into my iPad to MS Calendars when the unit is connected to the USB port???

    Cannot tell is the initial question was sent so here goes again.  I can synch items entered into MS Calendars with my iPad... this is done automatically when I connect the iPad to the USB port.  Can I synch items entered into the iPad calendar to the MS Calendar when the iPad is connected to the USB port??? if so how???

    I have found an alternative and much quicker way to transfer photos to my ipad. Having exhausted the Apple route with its connection kit, I stumbled upon a YouTube video showing how you could use an external sd card reader / USB to transfer pictures. I did a quick search on eBay and found a device that would work with the ios7 update. Hey presto it works! (I purchased an sd card and a sd card adapter for my Canon 350d) plus the little sd card reader from eBay ( for quarter of the price ) of Apples connection kit ( which didn't work)
    Come on Apple why can suppliers in the Market place produce accessories that work better than your own kit? You are missing an opportunity and frustrating customers no doubt. Could do better !

  • How many 3440 x 1440 monitors can you connect to the latest MacPro?

    How many 3440 x 1440 monitors can you connect to the latest MacPro?

    Apple is not clean in:
    Mac Pro (Late 2013): Using multiple displays - Apple Support
    It includes
    Can I connect more than 2 DVI or HDMI displays?
    Mac Pro supports a total of two DVI or HDMI displays when connected via the built-in HDMI port or using the Apple Mini DisplayPort to DVI adapter. To connect additional DVI displays, use an active DVI adaptersuch as the Apple Mini DisplayPort to Dual-Link DVI adapter. You can connect up to six active adapter DVI displays. This requires a powered USB hub since Mac Pro offers four USB ports and you will need six to connect them all.
    However, that article says:
    Six Apple Thunderbolt Displays (27-inch), Apple LED Cinema Displays (27-inch), or third-party Mini DisplayPort displays.
    So it appears you can with active dual-link DVI adopter or monitors with a display/min displayport connection.

  • I can't connect to the new downloaded version of Skype, as my old one is in the way, and don't know how to get rid of it.

    I can't connect to the new downloaded version of Skype, as my old one is in the way, and I can't get rid of it.  what do I do?

    We'll need more details.
    What happens when you drag the old version to the Trash?

Maybe you are looking for

  • Report Output Saving Problem

    I am using Oracle Developer6.0 . I am facing problem with reports. I am invoking reports from form using run_product. 1. I could not able to save the report in text file . Whenever i try to save the report output in a text file.It gives dump and appl

  • Converting a chinese string to UTF-8

    Hello There, In my java application i am supporting more than one language like Chinese, German, English,etc... I am using eclipse tool to develop my project. My problem is i am keeping some Chinese characters like as follows String[]     timeschines

  • Oracle application job openings for Diploma holder

    Hi All, I am not sure whethe it is right place to put this query, but still trying to know the reply on following. How are the job opening for non IT Diploma holder ( India, Maharashtra), with 7 years of manufacturing process experience. Also have Or

  • Functional specification documents..

    HI guys, I am new to SAP HCM.. i was wonderingg as to when is the need to write a Function spec document? It would be great if you could give an example.. Also, what is the difference between Functioal Spec doc  and functioal design document?? Thanks

  • HT2176 can I run classic in Mac OS X 10.3 Panther?

    Can I run classic in a Mac OSX 10.3 Panther?