Remote testing of USB Peripheral Communicat​ions

There are products that do USB loopback testing or do USB diagnostics from a DOS mode boot. If I could run a utility from a DOS prompt that provided diagnostics I could parse that'd be better. Microsoft also has a utility USB View which sounds promising, but it provides status with screens and nothing parseable from what I can tell.
My challenge is to connect to an embedded system's various USB ports from the host PC conducting the tests and determine whether each of the ports is working. I need something more like an API that I can call functions from within LabView and determine programmatically whether each port is functioning. Sending some simple commands with responses would be enough. Has anyone any ideas on whether this could be done from LabView or am I facing some lengthy API function calling to accomplish this? Other approaches are also worth considering if they meet my limitations.

How about plugin a thumb drive, wait a few seconds and let LabVIEW scan your computer for a file on the root of the drive.  If it finds it then port works, if it doesn't then it doesn't.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • Using existing c code for usb-hid communicat​ion in labview

    Hello,
    I want to write a simple temperatrue logger using labview and a external hardware which communicates over usb-hid. The external hardware uses an ATMEL 90USB162 µC and DS18B20 sensors.
    Link to the hardware:
    http://www.diamex.de/dxshop/USB-Temperatur-Sensor-​Tester-fuer-DS18B20
    The source of a a simple command line tool is available (see attachement), which reads out the temperature value of the connected sensors.
    Is it possible to include this c-code in the labview application to simplify the communication?
    Thanks a lot and best regards,
    Michael
    Solved!
    Go to Solution.
    Attachments:
    CMDLINE.zip ‏17 KB

    I'm not that experienced at this personally (in terms of compiling C code into DLLs), but I believe the process you need to go down to call your C code in LabVIEW is to compile the C code into a DLL which you can then call from LabVIEW using a Call Library Function node (or you can try to use the "Import Shared Library" wizard to automatically generate SubVIs).
    There's more information here:
    http://digital.ni.com/public.nsf/allkb/DCB90714981​A1F148625731E00797C33
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Gamry potentiost​at and USB 6008 communicat​ion

    I dont really ever do any labview programming from scratch so my understanding of it is very basic. However I need to do the following and I was wondering what would be the best way to go about it.
    1. Run Gamry potentiostat (ref600) which at the end will send a digital signal out.
    2. USB-6008 used to read the digital signal
    3. Put a delay of around 10seconds.
    4. Run "motor control" VI.
    5. Put a delay of around 10seconds.
    6. Send a digital signal out.
    7. Gamry reads the digital signal and goes back to step 1.
    run this N number of times.

    rudresh wrote:
    Hi Wes,
    Thanks for the reply. It looks like I need something very similar to Simple state machine. However, I am using labview8.6 and was wondering if a similar example is available for the older version.
    Thanks again,
    Rudy
    Downgraded to LV8.6 for you.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    State Machine Example Project.zip ‏23 KB

  • Viewing Layouts on Remote/Testing Server

    This is a beginner question.
    I'm trying to view Layouts and/or Content Holders on the Remote/Testing Server out of Dreamweaver so I can edit them independently, but I just get 404 messages.
    When I create a new page in BC, I am prompted for a Page Title which subsequently creates a Page URL and File name. The Page URL by default has no extension. The File Name has an extension.
    If I view that new page on the Remote Server I get a 404 message. If I edit the Page URL to include the File Name extension, I have no problem on the Remote Server.
    Now for example: In File Manager I have the following directory structures:
    http://www.MySite.com/_System/ContentHolders/layout.html
    http://www.MySite.com/Layouts/SystemMessages/SecureZoneAccessDenied-CA.html
    Why is it that I can't view these pages on the Remote Server?
    Is BC creating a default URL for these Layout pages that isn't the same as the file name it gives them? or no URL at all?
    Thanks,
    Cam

    Hey there. Those are not pages. They are system generated layouts and for content holders only render when the module issued for that content holderin a pager template.
    Ile extensionsyouseefor these are needed to work via FTP and understnd HTML formatting etc.
    Zone access denied is a system message and will render when you create a login and enter a incorrect password.
    Actual pages do not need agile extension.
    Loin into the admins floor around. Look and pages, system layouts and templates, apply templates to pages. get a feel of things there as well to help get abetted understanding.
    Also check out the links from the main page oftheseforums to theknowledgebaseto read through things as you need them.

  • Configuring remote/testing server

    Hello Adobe users!
    I am currently creating an e-commerce website (I'll be
    creating .asp pages) for my year-end project, and I want to
    configure my Dreamweaver CS3 in order to have a remote/testing
    server folder (so that I can preview the pages). I'm using my home
    PC to create this website, and I'm currently using Windows Vista
    Business (32-bit).
    Do you guys have any idea how to configure my home PC (either
    through installation of third-party softwares, or through
    configuration of my network) so that my remote/testing server
    folder works? I'll also need help on the URL prefix configuration.
    Please try to keep your instructions simple, because I'm not
    exactly good with complex terms.

    First, see if Internet Information Server is installed on
    your computer (do
    you have an Inetpub directory in the top level of your C
    drive?). It is not
    installed by default on XP and I'm pretty sure it's probably
    not with Vista
    either. If it's not, you'll install it by going to Start/Set
    Program Access
    and Defaults/Add/Remove Windows Components with your Vista CD
    in the drive.
    In the ensuing menu, select Internet Information Server and
    it will install
    for you. Open your browser and type in
    http://localhost to see if the
    default IIS page comes up .. if it does, the server is
    working. If not, in
    your Control Panel, go to Administrative Tools/Services and
    see if World
    Wide Web Publishing is running .. you may need to start the
    server.
    ASP should be configured by default or at least it was in XP.
    Once done,
    you have a testing server on the computer which you access at
    http://localhost/nameofsite
    and you put your files for the given site in the
    C:\Inetpub\wwwroot\nameofsite folder. You will probably need
    to use Windows
    Explorer to give the proper permissions to your site by
    clicking on the site
    folder in Explorer, right clicking Properties, clicking
    Security and giving
    the IUSR_ComputerName (Internet Guest User) permissions to
    read, write and
    execute in order to get the functionality to work.
    Once all that is done, you use the Testing Server tab of the
    Site Definition
    to set the path to your files on the testing server, specify
    ASP as the
    server model and use
    http://localhost/nameofsite/
    as the testing URL.
    HTH,
    Nancy
    "todaealas" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello Adobe users!
    >
    > I am currently creating an e-commerce website (I'll be
    creating .asp
    > pages)
    > for my year-end project, and I want to configure my
    Dreamweaver CS3 in
    > order to
    > have a remote/testing server folder (so that I can
    preview the pages). I'm
    > using my home PC to create this website, and I'm
    currently using Windows
    > Vista
    > Business (32-bit).
    >
    > Do you guys have any idea how to configure my home PC
    (either through
    > installation of third-party softwares, or through
    configuration of my
    > network)
    > so that my remote/testing server folder works? I'll also
    need help on the
    > URL
    > prefix configuration.
    >
    > Please try to keep your instructions simple, because I'm
    not exactly good
    > with
    > complex terms.
    >

  • Remote Test and Demo Systems

    Would like comments from prior users of Remote Test and Demo Systems (or DPA?) where you get remote access to an SAP maintained system for the purpose of testing your application's interfaces with SAP ERP and/or BW.
    - how do you obtain this access
    - how long does this process take
    - what's the cost
    - how well does the system work
    - do you get access to only the built-in data or you can create your own.

    Hello Veeren,
    Hope this helps:
    Q. How to obtain access ?
    Just contact the ICC guys <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc">http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/sdnservices/icc</a> and they will help you out with this. We had a lovely experience with the consultants for our XI Content Certification.
    Q. How long does this process take ?
    In our case, it was less than a week.
    Q. What's the cost ?
    We were fortunate to do it during the promotional period and did not have to pay anything. The ICC consultant would help you with the details.
    Q. How well does the system work ?
    The system was quite fast and the access is via ITS / SAP GUI for HTML.
    Q. Do you get access to only the built-in data or you can create your own ?
    Besides the XI Server, it was an IDES system in our case and we were also able to create data.
    All the best for your certification.
    Regards,
    Parag.

  • How can i reactivate a usb peripheral on mac osx 10.6.8

    Hi i'm a frenchman, i'd lite to know how can i reactivate a usb peripheral wich has been deactivate by the computer because it run most energy, thanks.

    The idea is that restarting it will reset the ports. This is not a common solution because ports usually work and do not require such attention. It is likely the port is defective. It may well be a poor contact.
    I don't know what type of computer you have, but It would likely have Firewire ports as well, which will work just as well as USB. So, even if you have one less USB port than you want, you can make use of the Firewire port instead.
    Some general information;
    http://support.apple.com/kb/HT1151

  • Remote test

    I need help. My ipod had the words "wheel test" on the screen. I played around with it and now it says remote test. How do I get out of this?

    This is the iPod's "Diagnostic Mode". It is used to troubleshoot iPod issues.
    Read the procedure on how to make it appear/disappear here, so you can avoid it in the future:
    http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/index.shtml

  • Remote test message !

    hii.... my iPod's screen is frozen ! It shows a message " Remote Test" and "press Remote keys"....
    I already tried to reset it, I did plug it on my PC and used the energy cable!
    Could anybody help me ?

    Venkat,
    I hope the channel which you have created in Remote TP configuration is a AS2 channel. Just create an agreement and deploy it. Enqueue a message from back-end to IP_OUT_QUEUE (in SOAINFRA schema) with AQ headers and B2B will send it to the partner.
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10229/part_workflow.htm#CEGBBDAD
    Regards,
    Anuj

  • CS3 / CS4 connection to remote/testing servers times out.

    Hello,
    I have 2 questions:
    1. Can DreamWeaver be configured to bind once for multiple ldap authentication transactions?
    2. Can DreamWeaver be configured to increase it's timeout when connecting to remote/testing servers?
    Details below ...
    ============
    Setup
    Client: DW CS3/4 clients on WIN XP
    Server: Suse Linux 2.6 (SP3)
    Protocol: WebDAV via apache 2.2, LDAP authentication
    Problem description
    Dreamweaver Clients fail to connect to remote/testing servers during peak usage hours.
    Analysis
    Connecting to the remote/testing servers requires approximately 900 database transactions to test user privileges for content, simplified as the following:
    900 x [ bind + lookup + unbind ]
    During peak hours, this process can sometimes take upwards of 30 seconds to complete.  In these cases, Dreamweaver times out (at approximately 40 seconds) and then user must try the process again.
    Possibe Solutions
    a) Increase cache size in apache. 
    This has been done, but we have a large client base, and with 900 look-ups per user, we hit the ceiling of an acceptable cahce size.  This solution does not work for us.
    b) Change DreamWeaver authentication to only bind once.
    Binding 900 times for 900 separate lookups is wasteful.  Can DreamWeaver be configured to bind once and have multiple transactions?
    [ bind + [ 900 x lookup ] + unbind ]
    c) Change DreamWeaver timeout value
    Currently DreamWeaver times out on connection attempts at about 30-40 seconds.  Can DreamWeaver be configured to timeout at a different value?
    ============
    Thanks!
    Graham

    Thanks for the super fast response...
    Dummy me... It was the firewall on the Oracle host XP box that was the problem
    Appreciate the help
    Thanks again

  • [svn:bz-trunk] 19782: Add Remoting test application and endpoints for testing login-after-disconnect channel setting .

    Revision: 19782
    Revision: 19782
    Author:   [email protected]
    Date:     2011-01-17 11:21:11 -0800 (Mon, 17 Jan 2011)
    Log Message:
    Add Remoting test application and endpoints for testing login-after-disconnect channel setting.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/remoting-config.mods.xml
        blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    Added Paths:
        blazeds/trunk/qa/apps/qa-manual/remoting/
        blazeds/trunk/qa/apps/qa-manual/remoting/RemotingApp.mxml

    I appreciate Adobe teams efforts to reproduce the issue and acknowledged it as a  Bug in AIR
    But now I am waiting on them to come back with an answer -  Is it going to be fixed in future versions? Is there a work around?
    Is adobe even considering this as an Issue? What are the next steps after acknowleding the issue?
    I hope I am not too aggressive but I also want Adobe to understand the urgency of the situation when it comes to a product release.
    I have experimented with couple of work arounds but none seem to work.
    If anyone has come across this issue please comment.
    Thanks,

  • My ipod has "remote test" on screen

    My ipod has remote test on screen and will not respond. At the bottom of screen it has insert HP. Has anyone heard of this? Ipod is a photo Ipod 60g
    Thank you

    Is this the one you mentioned
    Diagnostic mode solution
    If you have tried trouble shooting your iPod to no avail after all the steps above, chances are your iPod has a hardware problem. The iPod's built-in Diagnostic Mode is a quick and easy way to determine if you have a "bad" iPod.
    You need to restart your iPod before putting it into Diagnostic Mode. Check that your hold switch is off by sliding the switch away from the headphone jack. Toggle it on and off to be safe.
    Press and hold the following combination of buttons simultaneously for approximately 10 seconds to reset the iPod.
    iPod 1G to 3G: "Menu" and "Play/Pause"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Menu" and "Select"
    The Apple logo will appear and you should feel the hard drive spinning up. Press and hold the following sequence of buttons:
    iPod 1G to 3G: "REW", "FFW" and "Select"
    iPod 4G+ (includes Photo, Nano, Video, and Mini): "Back" and "Select"
    You will hear an audible chirp sound (3G models and higher) and the Apple logo should appear backwards. You are now in Diagnostic Mode. Navigate the list of tests using "REW" and "FFW". The scroll wheel will not function while in diagnostic mode. For further details on Diagnostic mode can be found at http://www.methodshop.com/mp3/ipodsupport/diagnosticmode/
    Try to do the 5in1, HDD R/W and HDD scan tests. Some successful cases have been reported after the running the few tests under the Diagnostic mode. In case it does not work in your case, and the scan tests reports show some errors then it proves your iPod has a hardware problem and it needs a repairing service.

  • IPod mini stuck on remote test screen

    Hi
    I dropped my iPod mini and now it is stuck on a screen that reads:
    remote test
    HP OK
    Press Remote Keys
    The rest of the screen is greyed out.
    I don't have a remote and the ipod won't do anyhting

    Have you tried resetting it?
    May take several attempts and is best done connected to power.

  • Stuck on remote test!!!

    how do i get out o fa remote test. nothing happens. my ipod wont turn off and its ruining my battery life. no buttons will work. please help me!!!!

    What did you do to get to where you are stuck now?? If your buttons don't work then I suggest letting your battery run out completely until your ipod turns off and then plug it into the wall, see what happens.

  • Put files... local- remote test- remote production

    Using DW 8, i can't get my local files to be put to the
    remote test server. They go directly to the remote production
    server. The test and production sites are on different servers.
    Ideally i would like to be able to put to the test server, review
    the changes, and then put the files from the test server to the
    production server. Is this possible to go from local to test, then
    test to production?
    Please let me know if this is possible and how to do this. Or
    point me to any documentation that may cover this exact
    issue.

    It is possible to go from local to test. And from local to
    remote.
    If you want to go from test to remote, you'll have to create
    a second site
    definition with the test folder as the local root.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "kicker_9" <[email protected]> wrote in
    message
    news:eqve70$lp3$[email protected]..
    > Using DW 8, i can't get my local files to be put to the
    remote test
    > server.
    > They go directly to the remote production server. The
    test and production
    > sites are on different servers. Ideally i would like to
    be able to put to
    > the
    > test server, review the changes, and then put the files
    from the test
    > server to
    > the production server. Is this possible to go from local
    to test, then
    > test to
    > production?
    >
    > Please let me know if this is possible and how to do
    this. Or point me to
    > any
    > documentation that may cover this exact issue.
    >

Maybe you are looking for

  • BROKE ROUTER 3600

    Hi Everybody, Thanks for this wonderfull Comunity. My question is... ROUTER 3600, with two serial port E1, p/n: JHY0735K1JS CN1I3DSAAA. It´s started and show it: Apr 16 16:33:58.691: %SYS-5-RELOAD: Reload requested by console. Reload Reason:  Reload

  • Question regarding implementation of Portal Service

    Hello, I want to create a portal service that calls our R/3 system and comes back with customer master data. For that I have to hand over the userid to the portal service. The Interface looks like that: import com.sapportals.portal.prt.service.IServi

  • Exporting Photo Taken from Contacts

    I created a new contact and took a photo from within the contacts app. It didn't show up in the iPhone camera roll. How can I export this photo to iphoto?

  • HT4623 Although I updated IOS7 the Itunes on my Iphone is not updated?

    Please help me in updating my Itunes on Iphone 5. No option on apple.com as well Itunes store found.

  • Multiple accounts with same email address

    Hello,   We are working on a system where we need a blackberry to access an email account, for example [email protected] - in this case its a POP account.  However we are also using a google apps for business account for calendaring where the login i