Why I cannot get response from my USB device through VISA raw using VISAWrite.vi and VISARead.vi?

I am sure VISA has been assigned as the driver for my USB device (ADC USB FIFO Evaluation Kit). I tried to simply use VISAWrite.vi to send out a word to USB device and want to read the digitalized data from it using VISARead.vi. However, though it seems there are data points flowing, they are all 0-valued coming out from VISARead.vi (I keep reading for N times). Could you comment on my wiring and help me out? I am familiar with LabVIEW but not the real-time and driver things. Many thanks!

Have you been able to confirm that the ADC is connected to a voltage source. What are you expecting to return? I would suggest connecting something like a good 9V battery to the input and reference. Also make sure the reference is either internally connected to ground or you might want to connect a resistor (100kOhm) between the reference and ground.
You might want to try to see what raw data is being returned from the device. Try something like USB Monitor (http://www.hhdsoftware.com/usbmon.html) to see what information is being transmitted between the computer and the instrument.
Did you write the firmware for the device or do you know if the device is suppose to be returning the data from a bulk, interrupt, or control transfer. Also, what is it that
you are trying to create.
-Josh

Similar Messages

  • Cannot get response from Ovi Store

    Apologies if there is already a thread on this, couldn't find one after a quick search.
    Currently Ovi store will not deliver texts to my mobile for applications. Has worked previously. Mobile was verified when account created, verified again 5 days ago, asked my to verify again today which I've done. Receiving the texts for that fine. Nokia support only suggest clearing my cache which I doubt is the problem as that shouldn't prevent me from receiving texts anyway.
    Any suggestions? Anyone else had the same problem?

    Hi lockie101,
    Thanks for posting and welcome to the Nokia Support Discussions! 
    Regarding your concern, are you getting any error message everytime you download an app? Also, check your Internet connection by browsing the web to see is it's up and working.
    Try opening the phone's browser and go to store.ovi.mobi and see if it will ask you to download the Store app. If it's not working, try these steps:
    1. Restart the phone. Don't forget to remove and replace the back cover and the battery before restarting. Once the phone is ready,  launch the Ovi Store app.
    2. Restore Settings only. Go to Menu, then Settings, select Restore factory settings and choose Settings only. Type the security code (default is 12345).  Once the phone truns on, check if the Ovi Store is already working.
    3. Restore All Settings. Go to Menu, then Settings, select Restore factory settings and choose All. Type the security code (default is 12345). Note that this will erase all files in the device and creating a backup is recommended. You can go to Menu, then Settings, and choose Sync and Backup. Select Create backup in Memory card. You may also use Nokia Suite. Connect the device to the PC using a compatible USB cable, open Nokia Suite, go to Tools, then Backup.
    4. Update/Reinstall the phone software. Connect the device to the PC using a compatible USB cable, launch Nokia Suite then go to SW updates, and install all available updates. If the is no update available, select Reinstall software. 
    You can get the Nokia Suite software from this link: http://www.nokia.com/nokiasuite
    Hope these instructions help.
    Cheers,
    poochini21

  • I cannot get sound from apple TV. Has anyone had the same experience and what did they do?

    Hi, I recently bought Apple TV 2nd gen. I can, after a while, get access to my library but when I start to play movies I cannot get sound. Has anyone had a similar experience? If so what did you do to overcome the problem?

    Do the movies contain both stereo and 5.1 audio.
    Have you tried toggling the Dolby Digital setting or the Audio Output setting.

  • HT4759 I'd bought cloud and I am looking to see how it works and still don't know. So can somebody tell me how it works, and why does money keep disappearing from my account. I didn't used iTunes match, and and copied everything I had in iTunes and am now

    1) How do I use Cloud?  I mistakingly use itune match and made copy of all I already had in tunes! 2) how do I get rid of all the copys?  3)how do I get the money that keeps disappars from my account?

    I got into a similar situation last night trying to enable wireless on my already configured wired my Time Capsule. It was getting the same or very similar 169.xxx IP address for itself.
    I found that I had to change ( I suspect it was restore my previous setting ) the Configure IPv4 item under the Internet Tab in manual setup of the Airport Utility.
    It appeared a "manually" and I changed it (back?) to "Using DHCP".
    That combined with Connection Sharing: Off (Bridge Mode) lets the upstream router that connects directly to my Cable modem be the DHCP server for the entire network.
    As everything had worked fine for weeks until I enabled wireless it seems that the Configure Ipv4 parameter was reset either by me mistakenly or by the updating o f the changed settings. Frankly I' quite sure I didn't change it accidentally (famous last words)
    Other combinations may aslo work, but this works for me.

  • I don't know who "sailsalot" is, but it's not me.  I am gags76.  I keep getting responses from you about an iphone.  I have an ipad and have gotten help from you before.  I once used "sailsalot" as a nickame on Skype.  I don't know how this happened.

    I have a new ipad and have used the community to answer questions for myself.  Your help has been great!  I don't know how you got my sailsalot name from my Skype account but I signed in with you as "gags76" and got help with my new ipad.  I discovered I used a different Apple id and password on my ipad from my computer (imac) and changed that.  My e-mail is **********. Could you email me if there is something I should do at my end.  I have to use itunes to sync with my ipad so I have been going back and forth between the two.  Should I sign in with my proper Apple id on my ipad?
    <E-mail Edited by Host>

    sailsalot wrote:
    I have a new ipad and have used the community to answer questions for myself.  Your help has been great!  I don't know how you got my sailsalot name from my Skype account but I signed in with you as "gags76" and got help with my new ipad.  I discovered I used a different Apple id and password on my ipad from my computer (imac) and changed that.  My e-mail is   Could you email me if there is something I should do at my end.  I have to use itunes to sync with my ipad so I have been going back and forth between the two.  Should I sign in with my proper Apple id on my ipad?
    Yes

  • Mandriva 2009: trying to use a raw USB device through VISA

    Hi,
    I'm a real beginner at Unix, so please be patient :-)
    I have just installed Mandriva 2009 and LabVIEW 2009 on my laptop. My objective is to drive a USB raw device.
    I went through some difficulties to install NI-VISA 4.5 and solved them by browsing in the forum. Some issues remain:
     - As I am not familiar with Unix, I am not sure to understand what "usbfs should be mounted with devmode=0666". Could someone tell me the rigth command line to enter?
     - When running AddUsbRawPermissions.sh, I am told that /etc/hotplug cannot be found. Reading the script, I saw that it is looking for /sbin/udevcontrol. I don't have it, I only have under /sbin the "udevadm" and "udevd" executables.
     - When running the VISA driver wizard, I only have access to PXI/PCI. Maybe it is related to former points.
     - When trying to launch the VISA Interactive Control, I get a nice bouncing cursor animation, but nothing else.
     - When trying to use the "VISA Find Resource" VI, Labview just crashes.
    Thank you in advance for your answers.
    Achille
    Message Edité par Achille Taylor le 08-11-2009 11:01 AM

    Hello,
    First command line generated an error (translation from French: mount: you must specify the file system type). Second command line seemed to work. At least it didn't cause an error. Therefore I went ahead and tried the AddUsbRawPermissions.sh script, leading to the same error: -Cannot find "/etc/hotplug".-
    Besides, VISA Driver Wizard and VISA Interactive Control still behave the same way.
    Regards,
    Achille

  • After upgrade to IOS 5, cannot get photos from camera roll to my computer, Why?

    Don't know why I cannot get photos from camera roll to my computer after upgrade to IOS 5.
    I could find an external driver to get photos before.
    and I cannot sync the website bookmarks to my computer.
    What can I do to solve this problem...??
    HELP pls!!
    Iphone 4

    Try disabling Norton and syning.  If that doesn't help try uninstalling iTunes and all of its components by following this guide: Windows XP or Windows Vista/7, then reinstall iTunes.  You must follow this guide exactly or it will not be successful.  Note: uninstalling iTunes will only remove the application; it will not touch your iTunes library or data.
    If you continue to have trouble you can use an app like PhotoSync to wirelessly transfer your photos to your computer while you continue to try to troubleshoot this.

  • Why would I be receiving texts on iPad,but now cannot send response from the iPad?

    Wondering why I am receiving texts on iPad, but now cannot send response from it.

    Have you tried resetting your iPad? Press on the Home and Power buttons and hold both down until the Silver Apple appears. Once the Home screen displays, try messaging again.
    Cheers,
    GB

  • Author       "javax.sound.midi.InvalidMidiDataException: cannot get soundbank from stream" after java update

    Not sure where to post this issue.
    I am noticing this error since I did the Mac update. The Mac update included the java update. Right now the java version is 1.6.0_31. My Mac OS X version is 10.7.3. I am seeing the problem for all the soundfont files that I am trying to load. The error i get is.
    javax.sound.midi.InvalidMidiDataException: cannot get soundbank from stream
         at javax.sound.midi.MidiSystem.getSoundbank(MidiSystem.java:565)
         at myPackage.MyMusicApp.main(MyMusicApp.java:14)
    Below is a small program I built that shows the code.
    package myPackage;
    import java.io.File;
    import javax.sound.midi.*;
    public class MyMusicApp {
        public static void main(String[] args) {
            try {
                Synthesizer synth = MidiSystem.getSynthesizer(); synth.open();
                File f =  new File("/Users/poorav/eclipseGIT/myApp/soundbanks/1247_KitDRY.sf2");
                Soundbank soundbank = MidiSystem.getSoundbank( f);
                synth.loadAllInstruments(soundbank);
            } catch (Exception e)
                e.printStackTrace();
    I am not sure what the previous build of java I was on, but i know that it was a 1.6 version. Any ideas of what could have caused this?
    thanks

    No satisfactory progress!
    I submitted a bug for this using the Apple bug reporter on 9th April (#11208868) and despite asking for an update, it has been completely ignored (even now). I'm not impressed.
    I then issued a (paid for) Developer Technical Support issue which was credited back to my account a few days later with no explanation. When I asked why, I eventually got: "At this time DTS does not provide code-level support for Java"!
    So, Apple are assuming to responsibility for this problem. I realise that Oracle is mostly responsible for Java but Apple took this crippled version (how much testing did they do?) and updated our customers' machines with it. This has effectively disabled a key feature of our product and has cost us damage to our company's reputation. Still Apple don't care and they rely on the fact that we are too small to sue them. You can see I'm not happy! I naively thought Apple would make some attempt to assist their developers.

  • How to get response from an asynchronous BPEL process in Java

    I'm experimenting with BPEL and doesn't seem to be able to get response from an asynchronous BPEL process. Here's the deal:
    I have a BPEL process that takes a string as input, and gives another string as output. This is a asyncronous process.
    I want to initiate this BPEL process as a web service so I generate a Webservice Proxy in JDeveloper 10g (10.1.3.0.4). The function to call the process is now called "initiate" and takes three arguments: the input string, a "org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType replyTo" and a
    "org.xmlsoap.schemas.ws._2003._03.addressing.AttributedURI messageID".
    HTTP-Analyzer shows that invoking the BPEL process with initiate("somestring", null, null) results in sending a SOAP message to the BPEL process, which returns a "202 Accepted". How do I get the response from the process? My intuition tells me that I have to use that second argument, that EnpointReferenceType thing. How do I use that?
    Another question: If a asynchronous BPEL process does not exists (so the endpoint does not exist) the Java proxy does not throw an error when runned. It does not even sends a message. It exits with status 0! (This happens for example when deploying a new version of a process and when the "old" version is undeployed). Calling a non-existing synchronous BPEL process, the Java proxy DOES throw an error.

    Clemens,
    That all sounds logical. But somehow it is still a mystery for me ... Somehow I don't see what should be done.
    To call the async BPEL process I have the following procedure:
    initiate(String input, org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType replyTo, org.xmlsoap.schemas.ws._2003._03.addressing.AttributedURI messageID)
    The first argument is the input for my BPEL process. The second is the address to a webservice that should handle the callback, right? The third is a messageID (makes sense, but why of the type AttributedURI?).
    Here lies my problem. It is not clear to me how these EndpointReferenceType & AttributedURI work. I can't find anything on the net about it. The AXIS examples as where mentioned earlier use other types (namely the "org.xmlsoap.schemas.ws.addressing.MessageID" and "org.xmlsoap.schemas.ws.addressing.ReplyTo") which are completely different.
    What I did so far:
    - I created an webservice proxy that listens on the onResult endpoint of the BPEL process.
    - I created an webservice proxy that calls the BPEL process through the initiate procedure, but it is not completely clear to me how to construct the EndPointreferenceType replyTo, and the MessageID. I did something like this:
    EndpointReferenceType replyTo = new EndpointReferenceType();
    // callback service running on local machine
    // This URI class is the java.net's version
    URI replyToURI = new URI("http://vaccinatie:8988/syncro-callback-context-root/stringconcatCallbackBindingPort");
    // This AttributedURI is the org.xmlsoap.schemas.ws._2003._03.addressing's version
    AttributedURI address = new AttributedURI();
    // the only public methos that made sense to me:
    address.set_value(replyToURI);
    replyTo.setAddress(address);
    // call the BPEL process
    myPort.initiate("test123", replyTo, address);
    But the above doesn't work (largely because I don't know what I'm doing here prob.:-) ) It does send the "test123" message, and the BPEL process does process it, but I don't seem to get the callback right.
    I hope this makes my problems somewhat clearer. I hope someone can help me, because I'm just a beginner in this whole "web service area" and seems to do something terribly wrong here, because it should be very simple. Thx.

  • Light weight AP cannot Get IP from windows DHCP server

    Hi all :
    We user WISM ver.5.0.148.2 , All AP is 1230 Series and Use Windows 2003 DHCP server.All AP cannot get IP after upgraded Lightweight from Autonomous IOS.
    But I found the DHCP is work if i use my notebook connect the same switch port and my notebook can get IP from DHCP server.
    Anyone can tell me why MY Lightweight AP cannot get IP from DHCP server ???
    thx any idea .
    I confirm the AP DHCP setting enabled and the config as below :
    AP000d.bc41.4392#show ip inter bri
    Interface IP-Address OK? Method Status Protocol
    FastEthernet0 unassigned YES DHCP up up

    hi fella5:
    yes , it's done , the WLC already have the SSC Code and i verify the SCC code is correctly.
    the Switchport configured that vlan 99 access port and the Global Vlan ID set the IP helper to the DHCP already.I can ping to the DHCP , DNS and WLC.

  • No Video/Cannot get video from the camera

    I'm in Phoenix on a business trip and I've connected to the hotels "high speed" internet access. I've launched ichat and have attemted to engage an video conference with some friends.
    I can connnect via text and audio but to no avail with video.
    The error "cannot get video from camera" I believe is the error message, keeps coming up. Why ? Is the Hotels network at fault since it is quite extensive. Firewalls in the hotels network ?
    Thanks

    Hello again,
    I have an ADSL connexion (free in France) with a Freebox (acting as a normal modem) then a netgear router/switch. Since the netgear is not uPnp, I configured the port forwarding to my mac (since forwarded everything above 4000 (TCP and UDP) to go to my mac (slight exageration, but worked).
    It worked before, so this setup is not the problem. Probably a software upgrade. I downgraded to Quicktime 7.01 but wasn't able to test it yet. Will do this week end.
    If that's the problem, frankly, Apple is very bad at communicating around iChatAV. It should be in the troubleshooting papers somewhere like "Quicktime 7.03 can be an issue for iChatAV". I also have all the developer tools installed and the latest Java 5. I can't see how that would be an issue though.
    Alex

  • Tracking Mail Flow " user cannot get mail from server"

    Please help to tracking message from mail flow on ECP.   Why user cannot get mail  ?
    Delivery Report for [email protected]
    Pending
    3/19/2014 9:36 AM exchmb01.test.in.th
    The message has been transferred from exchmb01.test.in.th to
    exchmb02.test.in.th
    3/19/2014 10:33 AM exchmb01.test.in.th
    No further information is available about this message because the logs are no longer available.

    Hi,
    I recommend you enable message tracking, using the following cmdlet:
    Set-TransportService xxx -MessageTrackingLogEnabled $true
    And then use message tracking log to check if there is any information.
    Here is a helpful article for your reference.
    Message Tracking
    http://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx
    Hope it helps.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Why i cannot see email from apple to reset my password?

    why i cannot see email from apple to reset my password?

    We are fellow users, we won't know why. You've checked the spam folder as well as the inbox on your email account, and if you have a rescue email address on your account then you've checked that email account as well ? If you still can't find it then try requesting the reset email again
    If re-requesting it doesn't get it either then try contacting Support in your country, they should be able to reset it for you.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699

  • I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    I have installed Mountain Lion 10.8.2 but still cannot get email from my work exchange account. I'd appreciate any help.  Thank you.

    You can go to the Apple online store and purcahse a copy of Mountain Lion.  This will give you a redemption code, which you can use to download Mountain Lion from the App Store.  Unfortuantely, I'm not aware of any other way to legally purchase it.  I have never seen Apple release Muontain Lion on DVD.
    In terms of Apple Service, they just need the serial number of the machine to check the purcahse date.  It is usually correct, to within a few weeks.  A quick Google search should give you the correct number to dial.
    I hope this helps.

Maybe you are looking for

  • Date functions in Oracle 8i Lite

    When i am trying to type in the following command in my win98 o/s: select to_char(to_date('01-jul-1997','dd-mon-yyyy'),'day ww')from dual My sql*plus returns the following error message: OCA-30021: error preparing/executing SQL statement [POL-2423] i

  • Can I print report to a printer thru report server?

    If I use a report server and run the application thru browser, can I print the report to a print thru report server? and How?

  • I buied an app on my i pod 4 gen and it don't downloaded so i want to downloade it on my pc how can i do it

    i downloaded an app on my i pod 4 gen and then there was a "picture" and on teh picture was >>the app can't downloading link ythe i pod on your pc and the download will going on

  • Exported JPGs more saturated than appear in LR

    I have LR5.3. I've only just noticed this. Not sure if it's been this way for a while or not. When I export from LR and make JPGs as sRGB they are more saturated. Also, when I view in the Web panel the images are more saturated. Is this normal?

  • CS5 Mini Bridge Panel

    Well Mini Bridge sorta works for me? http://img406.imageshack.us/img406/1139/minibridge.png When I drag the panel with the mouse it's fine, but when I let go it goes blank. Windows XP SP3 Intel Core 2 CPU 6400 @ 2.13ghz 2.00 GB RAM Nvidia Quadro FX 3