Need an instrument driver for Stahl product

Hi guys!
I need an instrument driver for the coil temperature measurement device ER-230.01B (company Stahl)!
Does anybody of you have this driver?
I have already searched in the NI Driver list and couldn't find it.
Thx,
Nobby

Hi Nobby_83,
Unfortunately we don’t have the driver for your Stahl device. You have to contact Stahl to know if they have the driver.
http://www.stahl.de/en/start.html
Benjamin R.
R&D Software Development Manager
http://www.fluigent.com/

Similar Messages

  • Need an Instrument Drive for Elmo motion control products.

    Hello,
    I am going to use a Bassoon servo drive from Elmo Motion Control to control a voice coil.  I  haven't found an Instrument Driver for Elmo through my LavVIEW program or on their website.  Does an Instrument Drive for Elmo products exist? 
    Thank You!

    Hello JMJ,
    Here are my answers to your questions:
    1.  Is it possible for me to communicate with the Basic Serial Read
    and Write example and not develop an Instrument Drive?  I see that the
    write VISA VI takes a string and converts it and sends it to the
    control card and the read VI receives a signal and converts it.  Is the
    conversion converting from the Elmo language to the ASCII code?  If I
    don't write an Instrument Drive will I have limited capabilities?You could use the serial example to write your entire program.  If you only need a handfull of commands, then this is probably the most straighforward for you to get going.  Everytime you use the VISA Write, the ascii values are written on the serial lines and transmitted to your device.  Your device reads and interprets these commands and acts depending on what the command is.  Some command may change a setting in the instrument.  Some other command may actually ask for the instrument to write back some data.  In this case, you need to have a VISA Read after the write to be able to read the data into your computer.
    2.  I was informed that there is an Instrument I/O Wizard that would
    potentially be easier to use and program than an Instrument
    Drive.  What is your opinion on such matter?  Could I use either or
    neither?You can definitely use the Instrument I/O Wizard to help you .  This wizard really helps in parsing the data  received from your instrument.  You can look this tutorial if you want to learn more about  it.   You could use either one.  I suggest you try both these methods and see which one seems more obvious to you. 
    3.  If I develope an Instrument Drive are all the seperate commands seperate subVIs?    
    A LabVIEW instrument driver usually has a set of VIs with specific functionality.  For example, you will have one subVI that will initializes the instrument.  This subVI may send 1 to 5 (or more) commands, depending on what you need to initialize your instrument.  You can then have one VI that set's an attritube.  This one would only require sending one command.   You can look at this tutorial for developping a complete instrument driver.  However, keep in mind that this may not me necessary for your application.
    I suggest you first look at what functionality you need.  Then take a look at what commands this will require.  You will then be able to plan out your program a little better.  I also suggest you post all this information on the forum, so that we may be able to help you with more specific details.
    Have a great day.
    O. Proulx
    National Instruments
    www.ni.com/support

  • I need an instrument driver for Neocera LTC-21 Temperature Controller and am having problems sending the IDN? string to the same instrument.

    Hi,
    When I use the instrument wizard in LabVIEW 5.0, to indentify a device (Neocera LTC-21 Temperature Controller), I receieve the following error:
    Error.
    There was an error sending this string.
    VISA error code returned was:
    -1073807339
    Error -1073807339 occured at VISA Read.
    Possible reasons:
    VISA: (Hex 0xBFFF0015) Timeout expired before operation completed.
    Although, the manual for this instrument states that the response should be a string of characters in the form of "Neocera Model LTC-21 version".
    Also, I do not have a driver for this instrument, inspite of checking on the NI Instrument
    Divers Network and the company website(www.Neocera.com).
    I would truely appreciate if someone can help me.
    Thanks,
    Kunal.

    I could not find any drivers for that instrument. You may just have to make your own. As for getting the device to respond, there are a couple of things you can do. If you are using GPIB: First, you might want to just reset the device by turning it on and off. If there are other instruments on the same bus, make sure 2/3 of them have their power on. Try communicating with it through IBIC. Here is a page that will help.
    http://www.ni.com/support/gpib/max/ibic.htm
    IBIC communicates with the GPIB on a very base driver level and you set everything manually step by step, so you can see where the break down is. Also make sure you are entering the "*IDN?" and all other commands correctly. Check the device manual to see what commands it should respond to and if there ar
    e any special settings you might need. If you are doing serial communication, you may want to check to see if you need a null modem cable for it to function. There also may be a dip switch on the device that switches between serial and GPIB communication.

  • Instrument driver for TDS430A

    I cannot find an Instrument Driver for the TDS 430A digitizing
    oscilloscope. Can anyone direct me to one or, if not, suggest a similar
    instrument whose driver should work reasonably well. For example, I see
    that there are drivers for the TDS 420 and TDS 460.
    Thanks
    John

    I'm pretty sure that the only difference between the different models is the sampling rate. There is a single driver for the 420 and 460 If you need to make any modifications, it would probably be just to the horizontal config function.

  • Instrument Driver for Advantest R6243/6244

    Has anyone developed the instrument driver for Advantest R6243/6244 and willing to share the driver? Thanks!

    Hi Rebecca,
    There are several drivers for other Advantest products in NI's Instrument Driver Network, however I didn't find any driver that specifically matched the R6243/6244 voltage/current generator, and I didn't find anything on Advantest's site that could point me to a quick solution for you. Unless another user has developed a driver that they could give you the code for, it looks like your best bet from this point is going to be to request a driver, if you haven't already. You can do this by going to the Instrument Driver Network, and following the link to "Request Drivers". Hopefully this helps you on your way. Good luck!
    Logan S.

  • Trouble using the instrument driver for the "hp8753b"

    I am using the instrument driver for the "hp8753b", specifically the "collect and display data" driver.  I manually set my settings to the analyzer and run the VI (i.e. set start frequency to 500 kHZ and stop frequency to 1 GHz), when the VI runs with the "collect and display data" it defaults to start frequency 1 GHz and stop frequency to 3 GHz.  I have tried to modify the driver to only collect data and not to modify any settings on the analyzer but I run into errors.  Any help on this is appreciated.

    Hello,
    I have installed the instrument driver you mention in your post. I am looking at the Collect and Display Data.vi, however I need more information from you to determine why your sweep is defaulting back to 1GHz-3GHz. 
    When you say "I manually set my settings to the analyzer" are you making these settings directly on the analyzer? The Collect and Display Data.vi seems to read all of the settings from the hardware, I did not see any configuration in the VI.  What modifications were you making to the VI and what errors were you getting?
    Can you see the range on the instrument?  If so , can you determine at which point the range defaults back to the higher range?  Running in highlight-execution mode in the VI and running NI-Spy (Start->All Programs->National Instruments->NI-Spy) to perform a capture of the GPIB commands can help to determine at what point the errors are occurring.  It will also let you see if there are any commands being sent which cause the instrument to be reset. 
    Jennifer O.

  • Looking for Keyence Instrument driver for LV.

    Looking for instrument driver for LV developed for the Keyence LS-7500 series micrometer. Has anything seen any or done this already? Any help would be greatly appreciated. BTW I have already checked NI's listing of instrument drivers to no success.

    Hello-
    There are no drivers listed for this instrument at http://ni.com/idnet. You may want to contact Programmed Test Sources to see if they have a LabVIEW driver for their instrument. If they don't, you can easily create a low-level driver by configuring an I/O assistant VI for each function in the manual. Once you have this low level driver you can just combine functions to make higher level VIs. Alternatively, you can hire an Alliance Member to write an driver for you.
    Alliance Member Directory
    http://www.ni.com/alliance/alliance_member.htm

  • HP 54501A - Instrument Driver for LabView v.7 or v.8

    Hi all,
    I'm looking for HP 54501A - Instrument Driver for LabView v.7 or v.8. I have NI gpib/usb controller installed, but cannot control the scope via Labveiw.
    The link I found at NI web site within drivers section seems to be broken so I couldn't download it!
    Please, anyone, suggest/help!

    The link you were given works for me. You can try it again. The given link brings you to a page where the CVI and LabVIEW drivers are listed. the direct link to the LabVIW driver is http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E9455659CE034080020E748... .

  • SCPI Instrument driver for LabWindows​/CVI ?

    Is there somthing like a plain SCPI instrument driver for LabWindows/CVI
    that works with all SCPI-DMMs ?
    Thanks,
    Manfred

    Manfred Schininger wrote:
    > "Kevin B. Kent" schrieb im Newsbeitrag
    > news:[email protected]..
    > > Manfred Schininger wrote:
    > >
    > > > Is there somthing like a plain SCPI instrument driver for LabWindows/CVI
    > > > that works with all SCPI-DMMs ?
    > > >
    > > > Thanks,
    > > > Manfred
    > >
    > > SCPI like any other standard is typically non-standard.
    > > You can try to get a DMM driver and it will probably work
    > > for the most part with any DMM. There may be some
    > > slight differences and some features may not work on all DMMs.
    > >
    > > I might suggest you look into IVI drivers. These follow SCPI for the most
    > > part. You get the drivers for each DMM you want and then you have a
    > > configuration
    file that tells the program which DMM you are using.
    > > It then loads the appropriate driver.
    > >
    > > Kevin Kent
    >
    > Hello Kevin,
    >
    > thank you for your answer.
    > Unfortunately there is no specific instrument-driver for the DMM I'd like to
    > use (Keithley 2700). As I understand this would be the precondition for the
    > IVI base classes to work. My hope was to find a simple SCPI instrument
    > driver to get into the advantage of instrument independence. But you are
    > right, I also once made the experiance that the "SCPI standard" isn't
    > completely perfect.
    >
    > Manfred
    Manfred,
    You could look for a driver for another Keithly model or try one for a
    different brand. They may be similar enough to modify easily. I realize this
    goes against the idea of SCPI and standards but it is the best we have now.
    Good Luck
    Kevin

  • Instrument driver for Agilent E5061A network analyzer

    Is there a instrument driver for the Agilent E5061A network analyzer ? I couldn't find one neither on NIs Instrument Driver Network nor on Agilents site.
    We are using Labwindows/CVI as development system.

    Yes we are talking about the same driver, but i dont know why hp871x.c file was removed. However, hp871x.h and hp871x.fp are included.
    Anyhow, look this comment into hp871x.cpp file:
    In addition, if WIN32 is defined, _CVI_ may also be defined to indicate that the program is being compiled under LabWindows CVI.....
    I guess it is not so hard to modify this source code (from hp871x.cpp to hp871x.c). Sorry for disturb you!!!
    "Only a life lived in the service to others is worth living..." - Albert Einstein

  • I need an audio driver for Yoga 13 with Windows 7 Pro 64 bits English

    Hi all,
    I downgraded my Yoga 13 from Windows 8 to Windows 7 pro 64 bits, and ever since then I have a problem with my microphone.
    Skype finds the microphone and can use it, calls are all working fine, but any other program using audio does not work with the microphone.
    After troubleshooting, I concluded that I need to update the driver but I cannot find it. Anything that I find on the Lenovo support pages does not install (event the one found on this page: http://support.lenovo.com/fr/fr/downloads/ds002860​).
    After looking at this post: http://forums.lenovo.com/t5/Idea-Windows-based-Tab​lets-and/I-need-an-Internet-driver-for-Yoga-13-wit​.... I figured I would to be provided with the link by someone from Lenovo support.
    Here's the hardware ID of the soundcard: HDAUDIO\FUNC_01&VEN_14F1&DEV_506E&SUBSY​S_17AAA001&REV_1000. In Windows it is recognized as High Definition Audio (in the device manager).
    Thanks a lot for your help.

    Hello,
    From looking at the Yoga 13 Hardware Maintenance Manual and downloading the driver package from the Realtek Wireless LAN & Bluetooth Driver for Microsoft Windows 8 (64-bit) - IdeaPad Yoga 13 page and extracting (but not running) it to look at the contents, it appears the Yoga 13 uses a wireless LAN card based on Realtek RTL8732 chipset. 
    I would suggest that you try downloading the drivers, expanding, but not installing them on to a USB flash drive or SD card, then plugging that into the Yoga 13, running the Device Manager (filename: DEVMGMT.MSC), clicking on the appropriate entry for the wireless network adapter, selecting update, and then choosing the Browse my computer for driver software option, pointing that to the location of the unpacked drivers.  Perhaps Device Manager will find the correct drivers to install that way.
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • I need the correct driver for an infrared remote control (ENE CIR receiver) for Pavilion DV4-2173nr

    I need the correct driver for an infrared remote control (ENE CIR receiver) for Pavilion DV4-2173nr.
    The receiver that came with my notebook is a black model one (see picture below), with the following information in its bottom label:
    RC1762302/00
    3139 228 50021
    HP SPS: 435743-001
    HP: HSTNN-PRO7
    RC6 ir
    CP06 60808 A 146218 REV. B
    I never managed to make it work, from the very beginning. I know it is working, because I replaced the battery for a brand new one and it shows a blinking IR LED when I press any button and point it to a digital camera.
    Searching for "ENE CIR receiver driver" is useless 'cause I received more than one hundred answers - I tried four of them but none worked so far. 
    So, instead of trying the whole bunch, I am crying for help -  could someone please tell me which driver is the correct one for this remote model?
    Thanks in advance and regards,
    Mike  
    P.S.: I am using Windows 7 Ultimate 64-bit and Ubuntu 12.04 in this notebook 

    http://ftp.hp.com/pub/softpaq/sp46501-47000/sp4674​1.exe
    File name:
    sp46741.exe [1/1, 1.04M]
    System requirements:
    No additional prerequisites
    Released:
    2009-12-31
    Version:
    2.7.4.0 A
    Compatibility:
    Microsoft Windows 7 (32-bit), Microsoft Windows 7 (64-bit)
    Fix/Enhancement:
    Original Software/Drivers

  • NEED windows 8 driver for MSI fx400 plisss

    I need windows 8 driver for msi fx-400 because MSI TDE technology, MSI GPU Boost technology, my power up, camera, and bluetooth not work, plisss i need it thanks

     
    Quote from: flobelix on 17-January-13, 02:40:21
    FX400 is not among the notebooks verified to work with Win8 (http://event.msi.com/2012/windows8/index.html). Therefor MSI won't provide any drivers or support for using Win 8 on this computer.

  • Looking for instrument driver for HP3561A (Using LabView6.1)

    Hello,
    Is there anyone out there has the instrument driver for HP3561A. I know there is one available in the ni.com/idnet however, that one runs only on a higher version. Can someone tell me is there any other options?
    Regards,
    Daniel

    Look again. There are 6.0 and 7.0 versions available for download.

  • How should i modify the hp54600a instrument driver for GPIB so i can use it for RS232 interface ?

    I try to modify the hp54600a instrument driver for GPIB, so i can use it with RS232. But somehow it didnt work. When i try to run the initilize it, the prgoram show VISA read error (time is up before the process is finish). How should I modify the VI so I can use it with RS232 interface ?

    First, check the instrument's user manual to see if the GPIB and serial command sets are the same. Also check to see what EOS(End of String) characters the instrument requires. Then, do a loopback test to test communication in LabVIEW.
    Search Results: Serial Loopback Test
    Ray K
    NI Applications EngineerMessage Edited by Molly K on 02-18-2005 10:57 PM

Maybe you are looking for

  • Reports using JPG and BLOB RenderOp failures

    I am getting RenderOp failures using BLOB columns to store JPG images in reports. Reports seems only to work if the data is in TIFF format (massive storage req.) I have converted to LONG RAW to store the JPG images and the same report functions perfe

  • Accordion creationPolicy="all" effect on tree expand

    facing very strange problem i have placed 2-3 tree component inside Accordion container. On each tree's creationComplete i called function to expand first level. when I set creationPolicy of Accordion to "all", tree expand is not working. and if I re

  • ITunes 9 with WIndows 7 - keeps trying to open iTunes

    I have recently installed ITunes on my 64-bit Windows 7 PC. I have several users set-up as my family use it as the main PC. My son has recently bought an iPOD Touch. today, my son has logged on and is running iTunes but I am also logged on. On my acc

  • IPhone 5 locksreen is green. Do any bod have the same problem?

    When my iphone is locked and i press the homebutton i get a green shine under the slider. Is this normal or should i send my iphone back?

  • Firefox crashes on print request with "prop res DLL no loaded" - Why?

    This only happens with the Lexmark (which works fine with older versions prior to 4. upgrade. I can print with a Brother printer. Only happens with the Lexmark. I am running XP. The web site doesn't matter. I crashes whenever I request Print from the