Does NI have a LabVIEW vi to simulate a curve tracer?

Does any version of LabVIEW have a vi in its library to simulate a curve tracer, or would the user need to design it him/herself?
Thanks very much.

Hi Lynne12,
LabVIEW does not have a VI to simulate a curve tracer. You can search the forums for threads like this thread of people simulating curve tracers.
Mike Lyons
National Instruments
http://www.ni.com/devzone

Similar Messages

  • Does sombody have a labview driver for the Scanlab rtc2 scanner controller

    From the German firm Scanlab we have a RTC2 isa card with a dll. Has somebody already written a labview driver for this card ?
    greetings from the Netherlands

    Hello Martin,
    First, don t worry it shouldn t be very complicated  I work at a reasearch center with physicist and an hospital with physicians, we probably work on something very similar, like eye surgery assisted by laser
    1- First thing first, does your scanner works with the examples provided with Scanlabs? ex.: "Hpgl.exe" with an "*.PLT" file?
    2- If so, have a look at my load correction subVI, I always do a reset before I start working with the scanner control, only once at the beginning. If the function returs :"0" zero, it s working if not, come back to me.
    regards
    Lukasz
    Attachments:
    LOAD CORR FILE (SubVI).vi ‏9 KB

  • Does anybody have a LabView driver for an OPOTEK tunable laser?

    I am looking for an already complied and working driver for the OPOTEK Vibrant tunable laser.

    Yes, thank you, i looked into that.  I seem to be having
    difficulty contacting them by phone and email however.  I figured
    i would try NI and see if anybody has already made a compiled VI.

  • Does anybody have any experience on generating SSH key in Labview?

    I'm developing a tool in Labview and this tool needs to generate SSH key then copy them out. I don't see a function in Labview that can generate SSH key pairs. I've tried external programs puttygen.exe and ssh-keygen. None of them are ideal solutions. Because puttygen needs mouse and button press interactions (user interface) and ssh-keygen needs cygwin installation. 
    Does anyone have any better ideas?  
    Thanks very much!

    I have another question:
    I used ssh-keygen with System Exec.vi. The code works fine on my XP machine. But it doesn't work on windows 7 enterprise machine. It seems that windows 7 has different security settings. But I tried to use different location for the working directory for System Exec.vi and it still wouldn't work.
    I've attached a snapshot of my code here. I even tried to just have ssh-keygen in the command line and it didn't work either.
    Does anyone have any ideas?
    Thanks very much!
    Attachments:
    ssh-keygen.png ‏24 KB

  • I can not create an Installer, After install the Vision Builder Demo and then uninstall it. I can not create a Labview installer anymore, it asks me for a Vision Builder Installer, even if My Labview program does not have nothing to do with it...

    I can not create an Installer on LabView, After install the Vision Builder Demo and then uninstall it. I can not create a Labview installer anymore, it asks me for a Vision Builder Installer, even if My Labview program does not have nothing to do with it...
    Solved!
    Go to Solution.

     Hi Shada this can happen if you are including additional installers to your installer for example DAQmx. When you are doing this the installer has to include other files like MAX (Measuremente and Automation Explorer). Probably when you installed Vision Builder it updated MAX, so when your installer is trying to Include MAX, its asking for the source where it was installed in your computer in this case Vision Builder.
     Here you can cache the information so its not asked again, or you can download a newer version fo DAQmx, so it will update MAX and change de dependecy.
     You can find more details about this issue in this KB:
    KnowledgeBase 3S88PJMY: Why Do I Get A "Missing Distribution" Error When Trying to Build an Installe...
    And for keeping a copy here is more info:
     How Do I Stop the Missing Distribution Notification Each Time I Build An Installer?
    Best Regards
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • Does anyone have an example VI about how to call the animatewindow function in the user32.dll using CLN in Labview?

      I want to call the WinAPI function-animatewindow in user32.dll to produce some special effect when showing or hidding windows, but i don't know how to using this Win API to achieve my purpose?
      Does anyone have an example VI about this application?
      Thanks in advance for your help.

    You have to use the Call Library Function Node to call Windows API functions. The animatewindow function itself has some pretty simple parameters. You first need to get the window handle. There are a set of Windows API Function Utilities (32-bit) for LabVIEW that you can use. In there there is a VI (Get Window Refnum) that gets the window handle. It's a simple call to a Windows API function. You would call the animatewindow function in the same way. In this case there are 3 parameters: the window handle (returned by a FindWindow API call), a DWORD (32-bit integer) for the duration, and another DWORD for the flags.

  • Does anyone have LABVIEW 6.1 Installation CDs?

    Does anyone have LABVIEW v6.1 installation CDs? 

    The best option would be to find someone else in Indiana.
    If your sales rep can put you into touch with some long-running customers, they should be able to hunt down some CDs.  The fact that NI doesn't keep the CDs on stock is sometimes annoying but is at least consistent.  I had the same problem here in Switzerland.
    Ask your sales rep just to do youa  favour.  YOu're a paying customer after all, and the licence allows downgrading so there's no legal barrier.
    Just making sure there's no legal barrier is best if you actually go over your sales rep.  He can even contact me if he wants, and I'll pass on CDs to you via your local NI sales rep.
    Cost? 5 Stars 
    Shane.
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • NVIDIA control (Shadowplay mostly) with LabVIEW via ActiveX - Does anyone have documentation?

    Hi Everyone,
    I'm looking to capture my monitor video at around 30fps. ShadowPlay works well with my graphics card, and I've found that there is an ActiveX Library on the PC. The attached screenshot shows an example code for 5 seconds of capture. 
    Shadowplay only captures one monitor but I want it to capture both, or make two videos (one for each monitor) preferably. Although a possible work around would be recording one at a time but being able to programatically change between the two. The Shadowplay library is: ShadowPlayServerLib and the NVIDIA Library is: NVI2Lib (I presume this is NVIDIA but could be wrong)
    I can't find any documentation on the activeX commands so I'm struggling to know what inputs and outputs of the property nodes should be. Does anyone have any? A search of the internet brings up my own forum post on NVIDIAs website: 
    https://forums.geforce.com/default/topic/805560/geforce-experience/shadowplay-activex-documentation-...
    Any help on the NVIDIA/ShadowPlay side of things would be great, alternatively any ideas for capturing video at 30fps (I tried to use .NET to capture the screen shots to png files but it only managed 2.5fps without saving them)
    Many thanks
    Attachments:
    NVI class.png ‏27 KB
    shadowplayActiveX.png ‏32 KB
    ShadowPlayCapture.vi ‏12 KB

    Hi Woody247,
    Here is brief overview to help using LabVIEW with ActiveX:
    http://www.ni.com/white-paper/2983/en/
    Here is an interesting example that could be useful to your application's functionality 
    https://decibel.ni.com/content/docs/DOC-41144
    Regards,
    Mark 
    Applications Engineer Intern
    National Instruments UK and Ireland

  • Does anyone have an example of a c++ TCP/IP client that works with labview TCP?IP server ??

    I have the labview TCP/IP client/server working fine, but now I need to do this were labview is the TCP/IP server and the c++ program is the client. Does anybody have a simple C++ TCP/IP client that works with labview TCP/IP server ????

    Thanks, you were right, we modified the c++ program to include the port # in the IP address and it worked.We also forgot to convert the port #. I included my labview and c++ program.
    Attachments:
    TCP-IP.llb ‏47 KB
    client.exe ‏40 KB

  • Does anbody have labview drivers for Tenney Temperatur​e Chambers?

    When I run the Measurement and Automation program, I can detect the instrument, but when I send a query to it, "*IDN?" it says the instument did not respond to the query string!
    Does anyone have a vi that will control this chamber?
    Or some idea on why I can not communicate with it?
    Thanking you all in advance,
    D.S

    Hi D.S.
    The fact that the chamber is not responding to the *IDN? doesn't mean that you cannot communicate to it. Since MAX is detecting the device, this means that the device responds to the controller commands and performs the appropriate handshake to accept bytes. The device is most likely not responding to *IDN? because it doesn't recognize the command.
    You should refer to the chamber's documentation to determine what commands it accepts and recognizes.
    DiegoF
    National Instruments.

  • Why does my .exe file run on the PC I created it on, which has LV installed, but it will not run on a PC which does not have LV installed?

    I am trying to run a stand alone application on a PC which does not have Lab View installed. I created the executable file and the installer. However, when I run the .exe the VISA functions contained in the VI return error messages and the power supply I am trying to control does not respond. The stand alone application will run on a PC that has Lab View installed. 
    My application initially used a VISA resource control to selct the instrument GPIB address on the PC I used to create the application. Since the PC I am trying to run the .exe on has an older version of NI-MAX I cannot create aliases that the VISA control can interpret.I have tried to upgrade NI-MAX hoping that would solve my problem:
    Here is what I tried:
    uninstall NI-488 and NI-MAX ( if you want to uninstall MAX you must uninstall NI-488 ) reinstall NI-488 and NI-MAX Ver 3.1 then try to install NI-MAX version 4.1 which I downloaded from NI website. When I do this I get an error message when I try to run MAX. None of this worked so I hard coded the instrument address as a constant and again that works on the PC with LV installed but does not on the PC without LV.
    Any input would be greatly appreciated.

    It looks like you do have the LabVIEW runtime engine installed.  It might be that the VISA drivers you have are not compatible versions.  In NIMAX, look under software to see what versions of VISA software you have installed on both systems.
    It does not matter what version of NI MAX you have installed, since your application does not use NI MAX.  NI MAX only helps you look at (or simulate) the hardware and software you have on your system.
    One thing you could do is include drivers and the runtime engine while creating your installer.  That way, you should be able to do a complete install on a clean system.
    Message Edited by Sudhir Gopinath on 06-19-2007 12:26 PM
    S G
    Certified LabVIEW Architect, Certified TestStand Developer, Certified Professional Instructor

  • How does one customize the LabView 6.1 installation

    Noticed that LabView 6.1 is an MSI-based installation. But setup.exe has very few optional switches:
    /? or /h - displays help
    /q - silent install, requiring the user to register the first time it's run
    /l - log file, same syntax as MSI
    SpecFile - no further information available
    The silent install (/q) is nice, but it runs a *complete* installation and installs *everything*. And then it requires the user to register the product the first time it's run.
    Does anyone have more info on the SPECFILE parameter (like examples of how the file should be formatted).
    We're mostly interested in:
    - running a custom installation
    - excluding most of the drivers
    - disabling (or not including) the FlexLM service for
    the Remote Console feature
    - including registration information during the install
    - specifying the location of the installation folder and program icons
    - suppressing the reboot
    Most of this is simple to accomplish with a transform (MST) file.
    Are any of these features available with the LabView 6.1 installation?
    Can LabView 6.1 be transformed? If so, which MSI (there are several).
    Thank you, Al
    [email protected]

    I Assume this has nothing to do with LabVIEW. My Virusscan didn't alert me
    for anything.
    I think it's something else...
    Greetz Huub
    "Mark_S" wrote in message
    news:[email protected]..
    > I installed Labview 6.1 on Win98 machine with Norton Antivirus, and
    > got a message saying boot sector changed is this OK. Does 6.1 change
    > the boot sector or do I have a virus?

  • How do I create an executable for a computer that does not have IVI drivers

    I'm creating an executable driver (based on the NI drivers) for a TDS 3054 intended for a computer that does not have the IVI engine. I would prefer to install as little software on this computer as possible. Is it possible for me to build the driver with the appropriate support DLL's without installing IVI on the user's computer? How do I do this?
    Thank you,
    Zach Oberman

    Zach,
    Since the tkds30xx driver you are using is IVI based, you will not be able to use it without the IVI Engine.
    If you must build an executable that does not require the IVI Engine, then you will need to use a traditional LabVIEW driver or convert a VXIpnp driver into LabVIEW. Neither of those drivers would require the IVI Engine.
    At this time the only TDS 3054 driver on NI's IDNet website is the IVI-based tkds30xx driver.
    You may be able to obtain a traditional LabVIEW driver from
    Tektronix
    Developer Exchange
    Requesting a
    driver
    Other Resources
    Thanks,
    --Bankim

  • Using a dll function that does not have any inputs from a VI

    Hello all, I'm very new to Labview, I have wraped a dll library using the LVlib wizard and now I am trying to use it in a project.  I have a function that does not take any inputs or return any thing except that a struct is populated with some status information as part of the call.  I am able to draw a StartInterface VI because my void startInterface(const char* configFile, struct status_struct* status) takes the location of a configutation file as an input. But I can not figure out how to connect my Call Library Node to my a function vi that does not have any inputs ( void shutdownInterface(struct status_struct* status)). 
    Note that the status struct is deffined to be only and out put at the creation of the LVLIB.
    Thanks, Mike

    Thanks for the responses guys:
       I think I am aware of the conotations of inputs and outputs when I created the lvlib I specified the argument  struct status_struct* status as only an output instead of the default of input and output.
    I do not think that I am doing anything as complex as function callbacks. My immediate goal is to have an executable (I have application builder) with two buttons and two three text fields one text field for the input of the config file, two text-fields for a cstring that is contained in the status struct; one button to start the interface and one button to stop the interface. 
    This is in all likely hood a case of my self being too dense and missing something fundimental ;-)  I just can't figure out how to wire the shut down method after I've configured the call library node. See the attached pictures:
    Attachments:
    Start.jpg ‏7 KB
    shurtdown.png ‏9 KB

  • HT1918 I am trying to enter the No. Of my VISA card (which I normaly use for payments) in the billing info of my account and it is not accepted. Does anyone have any idea why?

    I am trying to enter the No. Of my VISA card (which I normaly use for payments) in the billing info of my account and it is not accepted. Does anyone have any idea why?

    JarleEkanger wrote:
    How about this? Use Delete array subset to extract chunks for averaging, and a shift register to retain the remaining array.
    It is typically not advisable to use "delete from array" in a tight loop. The constant memory reallocations due to array resizing are probably inefficient.
    Here's one simple way to do it..
    (If the number of points is not divisible by 10, the excess tail is discarded. You can easily modify that behavior if desired.)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    averages of 10.png ‏5 KB
    averages of 10.vi ‏9 KB

Maybe you are looking for