Who do contact about a specific Labview Driver (Stanford Research SR785)

Hello,
I'm not sure if this is the right place to go, but how would one find out more about a specific Labview driver if the manufacture doesn't provide support?
In my case, I have a Labview 8 driver for a Stanford Research SRS785. The driver works great except for one thing, and I'm trying to make sure I'm using it correctly. When I contact Stanford Research, they inform me that they cannot provide support as they did not write the driver.
How would I find out where the driver came from, where I can get more information, etc.?
Just for your information, the driver works in every method except for one. If I want to use the "Upload Capture Buffer" (GPIB command is "CGET") it doesn't seem to work and I'm not sure why. No matter how many data points I've captured (In my case, 2 channels at 64,000 points each), when I call the "Upload Capture Buffer" VI, it returns 256,000 values of what appears to be random numbers, but exactly the same for both channels.  Sorry for giving too many details.
All other driver functions appear to work just fine, as I've used it for other things.
I'm just wondering, from any LV developers, how you would go about finding the author and asking questions about a driver such as this?
Regards,
Jeff

I'm assuming you are talking about the driver that is available on NI's site? Then the author is someone at NI. At the download page, there is a 'Comments' link. The best forum for discussing drivers is the Instrument Control one. I'm not familiar with the instrument but if you wanted to try a little troubleshooting on your own, you might want to see what the programming manual has to say about the CGET command and what else may need to done prior to getting any valid data. The command being issued by the driver is CGET? channel#,mode and assuming that the channel number and mode are correct, the VI is returning something so it just may be a matter of doing some other inititialization to get valid data. A good way to debug instrument communication is with MAX. There you can experiment with the different commands and queries.
Just to add a little more, Stanford Research may not provide any support for the driver but they should support the instrument and remote programming. If you say you issue the command CGET? 0,0 and get garbage data, they should be able to tell you why. You don't even need to mention LabVIEW. The commands are the same with whatever programming language you use.
Message Edited by Dennis Knutson on 07-07-2006 07:48 AM

Similar Messages

  • HT2693 who to contact about lost game

    I have been playing kingdom age and lordsknight  on my iphone the games did not transfer over and started me at the very begining of the game , ilike playing the games but dont wont to start over .  pleas help

    If you mean that you got a new iPhone, restore the new iPhone from your last backup of your old iPhone. If the developers of the games followed Apple's guidelines, the saved game data should be restored. If not, contact the developer(s) of the games.
    Regards.

  • Who can I contact about my iTunes U Application status?

    We have submitted an application for iTunes U  for our teaching hospitals. Saint Barnabas Health Care System in New Jersey. It's been after 14 days, and we have not heard back yet. Who can I contact about our iTunes U application status? We are located in New Jersey.

    In another post it was suggested to send an email to [email protected] That might be worth a try, anyway.
    Regards.

  • Money has been taken from my bank account for items I havnt purchased, Who do I contact about this

    Money has been taken from my bank account for items I hav'nt purchased, My bank says to contact I tunes but I cannot find out who to contact, so trying this to see if anyone else has had the same problem

    You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Who can I contact about poor quality aperture photobook

    I have used aperture photobook without difficulty in the past.  This time,  I ordered a book and it had a line going through one or more of the photos on arrival at my home.  This was a gift.  Nowhere when I proofed this was this line evident.  I realize that I had moved a photo but this line was not apparent .  Does anyone at the printing end not proof as well?  I could not believe this was printed.  I do not know who to contact.  If I do not get a free reprint this will be my last time using this service.  Thanks for any comments

    You can convert them to MP3, but it is a lossy format, so will lose some of the music's info. How much information that you lose will depend upon the quality settings that you had for the MP3 conversion - the options for MP3 range from 16 kbps at the lowest end to 320 at the highest (higher numbers will also give larger file sizes, so each track will take up more space on your iPod). You can change the conversion settings via the 'Import Settings button bottom right of the General tab in Edit > Preferences (iTunes > Preferences on a Mac) :
    Creating a different version of a track : iTunes: How to convert a song to a different file format - Apple Support
    And check what shows at the bottom of the iPod's Summary tab when connected to your computer's iTunes, there is a tickbox for 'convert higher bit rate songs to ...'
    Your iPod will play AAC files (you can buy music from the iTunes store app on your iPod, and they will download as AAC, so they should play). AAC files will also take up more space.
    So depending upon your iPod's capacity and how much music that you want on it you want to play with the track settings and see which gives you quality that you're happy with.

  • Labview driver for agilent 8164A tunable laser

    I'm working on a project that involves setting up our Agilent 8164A lightwave measurement system in labview. I cannot locate the driver software on the NI website. Please let me know where I can download the driver for this equipment. Thanks.

    Actually we don't have a driver for that instrument in our website, so that means that we also don't have it in the CD. So you may want to check the Agilent's website, or as a matter of surprise, I found in our database one document that was talking about some past issue and it involved the 8166 instrument, so the author attached the driver for this instrument so we can reproduce what he found out, so I'm attaching this file here which is the file the previous Sr. mention, "hp816x", I installed it in my computer and run it and it is an Agilent made driver, so you can use this one or try to contact the Agilent people. Also you may request a LabVIEW driver been made for this instrument, please see the details at: O
    ther Driver's Resources from our download site.
    Good luck!
    Nestor Sanchez
    Applications Engineer
    National Instruments
    Nestor
    National Instruments
    Attachments:
    816x.exe ‏2875 KB

  • Looking for LabView driver for Suruga-Seiki motorized stage controller model D70

    I'm Looking for LabView driver for Suruga-Seiki (Japan)motorized stage controller model D70, GPIB or RS232 (optional model D92).

    Hi,
    Unfortunately, I was unable to locate a driver for your instrument. I would like you to submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/ and with the instrument manufacturer. We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
    If you would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
    http://www.ni.com/devzone/idnet/development.htm
    We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would s
    uggest contacting one of the Alliance members at:
    http://www.ni.com/alliance
    An instrument driver is a collection of functions that implement the commands necessary to perform the instrument�s operations. In short, someone read the instrument user manual and implemented some of the functionality in a program for the end user. Instrument drivers are not necessary to use your instrument. They are merely time savers to help you develop your project so you do not need to study the manual before writing a program.
    There are example VI's in LV on Instrument Connectivity. If you go to the Help menu >> Examples.. >> I/O, you will see a couple and Examples.. >> Fundamentals for File and String manipulation. I would suggest tweaking them to suit your application. Also the specific command that your instrument responds to can be found from it's manual.
    Some useful resources for your application are
    ni.com > NI Developer Zone > Development Library > Instrument Connectivity
    http:/
    /search.ni.com/?col=alldocs&layout=TechResources&ql=a , to search examples and knowledge bases
    Hope this helps!
    Best Regards,
    Aaron K.
    Application Engineer
    National Instruments

  • LabVIEW driver for a ControlTechniques motor controller

    Anyone know of LabVIEW driver for a ControlTechniques
    Unidrive motor controller?
    Or any info/pointers to programming them via LabVIEW?
    Any help much appreciated
    Paul
    Dr Paul Rocca - Managing Director
    Brill Engineering Ltd, 3 Longwood Court,
    Love Lane, Cirencester, Gloucestershire
    GL7 1YG. www.brill-eng.co.uk
    Phone: 01285 883888 Fax: 01285 883876
    NI Alliance Member Since 1992
    Please note that calls may be recorded using our leading edge digital
    recording product AudioPC.
    Any opinions expressed in the email are those of the individual and not
    necessarily of the Company. This email and any files transmitted with it are
    confidential a
    nd solely for the use of the intended recipient. It may
    contain material protected by lawyer-client privilege. If you are not the
    intended recipient or the person responsible for delivering to the intended
    recipient, be advised that you have received this email in error and that
    any use is strictly prohibited. If you have received this email in error ple
    ase notify the Security Manager by telephone on +44 (0)1285 883821 or by
    email to [email protected]

    LV can interface to 232, 485, Devicenet... depending on what the controller has.
    You could find a LV/CVI driver for this (232/GPIB/ethernet only) instrument at http://www.ni.com/devzone/idnet/default.htm . If it's not listed there, it leaves you with one of a couple options. First, I would like you to submit a request for this driver at: http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/
    We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
    If you would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
    http://www.ni.com/devzone/idnet/development.htm
    We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
    http://www.ni.com/alliance
    An instrument driver is a collection of functions that implement the commands necessary to perform the instrument�s operations. In short, someone read the instrument user manual and implemented some of the functionality in a program for the end user. Instrument drivers are not necessary to use your instrument. They are merely time savers to help you develop your project so you do not need to study the manual before writing a program. With all of this work already done for you in the driver, instrument drivers can significantly reduce development time.
    There are example VI's in LV on Instrument Connectivity. If you go to the Help menu >> Examples.. >> I/O, you will see a couple and Examples.. >> Fundamentals for File and String manipulation. I would suggest tweaking them to suit your application. Also the specific command that your instrument responds to can be found from it's manual.
    Some useful resources for your application are
    ni.com > NI Developer Zone > Development Library > Instrument Connectivity
    http://search.ni.com/?col=alldocs&layout=TechResources&ql=a , to search examples and knowledge bases
    Hope this helps.

  • Who to contact for a Refu

    Ok simple question whos should i contact about being refuned for my x-fi gamer the place i ordered it from or creative as im not at all happy with the product or driver support for vista.Message Edited by antonyfrn on 03-3-2008 09:04 PM

    Good Luck, probably will take as long for refund as it is for REAL drivers for Vista. LOL

  • Watlow EZ-Zone (R) LabVIEW Driver

    I'm using the Watlow EZ-Zone LabVIEW Driver Example.vi to read the temperature of my Watlow controller with the "Parameter" set to 4001.  Does anyone know how to find the Parameter to "SET" the temperature from the massive list "EZ-ZONE ALL Modbus register list in Excel" located on Watlow's website http://www.watlow.com/literature/manuals.cfm?prodmktcat=3&famid=15 ?
    mcnearymw

    Hi mcnearymw,
    I will be glad to help you with any LabVIEW issues you're having, but this issue seems to be related to Watlow's documentation.  It is possible that someone else on the forums is familiar with using Watlow devices in LabVIEW and can give you some advice.  You may want to contact Watlow about this issue.
    Good luck with everything!
    Regards,
    Jared R.
    Precision DC Product Support Engineer
    National Instruments

  • Where can i find a Labview driver for the "8990a PEAK POWER ANALYZER" it's not on NI's site.

    where can i find a Labview driver for the "8990a PEAK POWER ANALYZER" it's not on NI's site.
    if there is no driver maybe you can tell me the closest instrument that comes to this one from the list at,
    http://search.ni.com/query.html?lk=1&col=alldocs&nh=500&rf=3&ql=&pw=595&qp=%2BContentType%3AInstrumentDriver+%2BIDNetManufacturer%3A%22Hewlett-Packard%22&qt=peak+power+analyzer&layout=IDNet
    so i could modify and use the driver

    Hello,
    It looks like Agilent/HP makes the 8990A, but I was not able to find a driver for it that we or Agilent has written for this device.
    Since I am not familiar with the 8990A, I cannot recommend which drivers might be similar, but you are pointed in the right direction. Agilent themselves might know more about which models use similar command sets so that you can modify a driver easily.
    Hope this helps.
    Scott B.
    Applications Engineer
    National Instruments

  • Labview Driver and manual for HP3437A

    Hi,
    anyone knows if a labview driver for HP3437A exist and where i can get it?
    I also need a manual, but I can not find anything on the HP homepage about
    measurement devices.
    Thanks, Niko

    Hi Niko
    Check this site for downloading over 2000 instrument drivers from different vebdors: http://www.ni.com/devzone/idnet/default.htm
    You'll find the driver for the HP3437A here: http://zone.ni.com/idnet97.nsf/9b2b33e1993d877786256436006ec498/c314c0df1a13834b862568ab005fb92d?OpenDocument
    Regards,
    Luca
    Regards,
    Luca

  • RS232 Labview driver for SR830 lockin Amplifier

    Hi,
    I want to install Labview driver for Stanford Research SR830 lockin amplifier for RS232 port. NI has drivers for GPIB but I could not find any for RS 232 comm port.
    Please let me know how can I find driver for RS232 port.
    Regards,
    Nitin

    Dear Jason S,
    I also want to communicate with sr 830 with the RS232 interface. You said I had to rewrite the whole thing. What does that really mean? Rewrite the driver? If so, what language will it be?
    JasonS' wrote:
    Hello Nitshu-
    As you mentioned, this driver only supports GPIB, and not RS-232.  This driver was originally created in 1994, so it was not created using VISA.  This means that to convert this driver you would need to essentially rewrite the entire thing.  There are not currently any plans to update this driver to support RS-232, but you could easily communicate with it by adding a GPIB Interface to your system.
    Let us know if you have any specific questions we can help answer.
    Jason S.
    Applications Engineer
    National Instruments
    Thank you for answering my question

  • Labview driver for HP 8560 EC Spectrum Analyzer

    I'd appreciate it very much if somebody help to find
    Labview driver for HP 8560 EC Spectrum Analyzer using GPIB.

    Unfortunately I was unable to find a driver for this instrument either. This leaves you with one of a couple options. First, I would like you to submit a request for this driver at:
    http://zone.ni.com/idnet/other.htm
    We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one.
    If you would like to try developing your own instrument driver (or modify the existing one), we have documentation, model instrument drivers, and driver templates to help at :
    http://zone.ni.com/idnet/development.htm
    We also have a syndicate of third party vendors that specialize in National Instruments' products and services. Some of the vendors specialize in driver development. I would sugg
    est contacting one of the Alliance members at:
    http://www.ni.com/alliance
    Good Luck.
    Kim L.
    Applications Engineer
    National Instruments

  • Crossbow with Labview driver

    Hi,
    I'm using Crossbow wireless moduel with NI Labview 8.2. My system is,
    1. Laptop: Crossbow MIB 520 is connected by COM port (virtual COM port, actually it is connected by USB), and Crossbow MICAz is attached to receive signals. The received signals are processed with NI Labview driver from http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=1FB66B354ED149C7E0440003BA230E....
    2. Node #1: Corssbow MDA 320 is used for collecting signal from a pressure sensor, and Crossbow MICAz is attached for sending signals.
    I want to sample the pressure signals about 100Hz. So I made programs which are installed in MICAz for each node. I check the signals with XSniffer program which is provided Crossbow, it just shows the received signals. So I can see the 100Hz signal with it.
    Since the Baud rate for XSniffer is 115200, I changed the Baud rate in the NI Labview dirver which was 57600 to 115200. The Baud rate that I changed is in the zip file, Crossbow XMesh WSN\Private\WSN Connect to Gateway.vi. (Before I change the Baud rate, I could not see the signals in Labview.) However, Labview shows only about 10Hz signal.
    Because another program, XSniffer with same system shows 100Hz signal, but Labview dirver does not. So I guess that there might be limitation about accepting data in Labview driver. So my question is,
    Are there any sampling limitations for accepting data in NI Labview driver for Crossbow? If so, how can I fix it?
    Thanks,
    Joonbum Bae.

    Did you see this thread?  http://forums.ni.com/ni/board/message?board.id=170&message.id=300906
    Matthew Fitzsimons
    Certified LabVIEW Architect
    LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison

Maybe you are looking for

  • How can you tell if you have a virus on your phone?

    I was told there was a virus roaming around in Facebook. I got a junk message on my wall from a riend (who's account has been deactivated for months) about earning money online. She says she didn't send it. And for some reason suddenly I am unable to

  • Payment Methods for implementing new bank

    Hello Experts, I need your expert suggestions on the below: My Client is implementing Bank XX to replace Bank YY.  At present, the client is using Payment methods 'A' for ACH Payments and 'C' for Checks with House banks "00001" and "00002" respective

  • Will the Intel SSD work with my particular computer

    I am considering installing an Intel® - OEM X25-M Mainstream 80GB Internal Serial ATA II Solid State Hard Drive in my MacBook Pro 2.2 ghz Intel Duo Core computer (late 2007 model) and I am wondering if it will be compatible and if anyone has had any

  • Wireless probe solution

    Hi, We have many warehouses that utilize wireless for hand held wireless devices that connect back to a main server for multiple reasons. I need a solution to put some kind of probe out on the network that connects to the wireless network, and runs a

  • HT1364 Consolidate files in iTunes 11 - windows 8

    I cannot find the "Organize Library" in iTunes 11 on Windows 8? Help!?