With the help of LabVIEW with NI VeriStand

Hello

I try to use Labview with NI Veristand, when I followed the white paper here:

http://www.NI.com/white-paper/11135/en

I do not see the same menu detailed in step 4 (OR veristand is not listed on the menu - see attachment). I have NI Veristand installed on my computer.

Do I need to install an additional extension?

jtur wrote:

I'm under Labview 2011 SP1 and Veristand 2011 SP1.

In what order did you install?

VeriStand before LV installation could be a problem.

I had the same version of VS and LV you obtained as appropriate, and the variant of menu is available for me.

BR,

/ Roger

Tags: NI Software

Similar Questions

  • With the help of LabVIEW FFT

    The FFT LabVIEW uses the usual term of eponential:

    e ^ (-i * 2 * pi * k * n/N)

    Is it possible that I could change this term to include a constant and perform the FFT as usual? that is to replace the exponential term above with something including a constant 'c ':

    e ^ (-i * 2 * pi * k * n * c/N)

    I actually use a 2D on a square table 2D FFT, but hopefully a solution to the case 1 d above would be easy to apply.

    If it's more math than the programming problem, a point in the right direction would be always greatly appreciated!

    The only parameter that you can control is N, the number of samples in the dataset.  You can try to do 1/N ' = c/n.  See if this will give you the results you expect. If c < 1,="" then="" n'=""> N and fill the input data will be required.  For otherwise, a reduced supply is necessary.  Pay attention to how the data is compressed so that you don't miss any information.

    Lynn

  • With the help of button text label in case selector

    Hello forum members

    I have to use a digital button with labels of text instead of numbers:

    For better readability of the code I would use the text (not the value of the entire control) values in a structure of matter as a selector directly values. I could use the "[] labels text" or the "Digital displays [] well, if I could cast a ring or enum.

    The help of LabVIEW offers:

    Text [] property Dim labels hasPlayer, hasPlayer playerversion = false playerversion = 10 Do While playerversion > 0 On Error Resume Next hasPlayer = (IsObject (CreateObject ("ShockwaveFlash.ShockwaveFlash." & playerversion))) if hasPlayer = true then Exit Do playerversion = playerversion - 1 loop is_FlashVersion = is_Flash playerversion = hasPlayer

    If you want to create no sequential numeric values, use the Digital Displays [] property to get a reference to the display of text label then convert the reference to the class of the ring and use the property of string values and [of] .

    But I don't understand how to do the casting or if I am misunderstanding of aid.

    Does anyone have a suggestion?

    Thank you!

    Klaus

    Klaus M says:

    I now believe that it is not possible to use such a dial marked as a control of enum in food of a selector ' for text.

    Depends on what you mean by "as an enum. The text label can be connected on a box structure. You must manually set the element box selectors, however, for different cases you have. You cannot dynamically create the enum, if that's what you're fishing for. You can, however, have defined as typedef enum and cast.

  • Build the program in LabVIEW 8.6

    Hello

    How can I build a program in LabVIEW 8.6?

    Then, you use the application builder.  It comes with the edition of professional development of LabVIEW, or an add-on to the Full Development Edition or the basic edition.

    You must create a project file with your VI.  Search the help of LabVIEW for 'building a stand-alone Application '.  Also search the forums on the subject.  It is repeated several times before.

  • What is the best way to connect the pipes to Labview? DDE or OPC

    What is the best way to connect quizix pipes to labview?

    Pipes share data by using Dynamic Data Exchange (DDE), which is the best way? To use an OPC server between labveiw and pipes or DDE?

    If the program manages DDE communication the best way is via a DDE, as LabVIEW handles this. Otherwise, you will need to add another instance (OPC Server) system that will make it more complex and causes more load.

    See the previous link to the words 'to the help of LabVIEW as a DDE Client'.

    -Tom

  • With the help of DataFileLoad within a use

    Hello

    When you import files of type *.7d7 using the existing use, some of the proparties are not loaded correctly. I tried to fix this by creating a new use. Given that I do not have access to the file format (and I don't really want to write the plugin from scratch) I tried to use the existing plugin and then clean the proparties loaded.

    Is it possible to use DataFileLoad inside the use vbs file? I get an error saying "Variable is undefined: «DataFileLoad»»

    Also, I tried to use the msgbox inside the use as a way easy to debug but is became a ' permission denied: "msgbox" "error."

    Thanks for the help.

    Hi Denis,.

    It is possible in a use VBScript to open an object file with the path of the data file.

    Set file = OpenFile (DataFilePath)

    It is possible in a use VBScript to open a store object with the path of the data file and the name of the use to use.

    Set store = OpenStore (DataFilePath, DataPluginName)

    It is NOT possible to make the function calls or variable reads/writes that are part of the DIAdem VBScript host (i.e. what normally run you in the SCRIPT Panel), because a series of VBScript in a VBScript use separate host that is embedded in ICU who has none of these orders or added variables.  Remember that VBScript DataPlugins can also be run on a computer that has LabVIEW on it.

    VBScript MsgBox and InputBox controls are also NOT allowed in a VBScript use because they would hang the DataFinder when trying to index the files of data headlessly.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Problems with the help of control Edit Expression with tab control

    Hi all

    I am facing a strange problem when using Expression Edit Control with a tab control.

    When I put the Expression of the RichEdit controls on several tabs in a tab control, and when I run the application, the Expression Edit controls in a single tab are visible, others get invisible! I do NOTHING with them, but they do not simply show upward!

    I first faced this problem using Expr editing controls in Visual Studio c#. NET - with tab controls. For verification, I created a simple VI is LabVIEW to see if the problem is with my request / problem with Expression Edit controls in c#, etc. But voila!  A similar behavior in LabVIEW too! 

    I'm doing something wrong? OR do not do something right? Ask someone for help please ASAP!

    Thanks a ton in advance!

    DASI

    PS: Attached the VI here (LabVIEW 8.5) just download and run it, and you will see probably what I'm talking about!


  • With the help of HTTP PUT

    Hi all!  I am using HTTP PUT in labview 2014 to send a command to remote device ethernet to activate a beep.  I can successfully send the command and get the buzzer to turn on using a tool like PostMan (google tool App), however, when I try to do in labview I get error 400 harmful content.  I can do an HTTP GET and it works very well.  I think it's a problem of format? I tried several combinations with addition of header information different as well as out the handle open, etc.  I'm sure it's probably something simple, any ideas would be appreciated!  I have attached a picture of the return code that I've been playing with.  Thank you!

    My colleague downloaded wire shark and was able to find out the HTTP PUT labview sent additional information of TCP that my camera was not expected and therefore my returned camera the bad content error.  I ended up using just a TCP writing and managed to do work properly.  Thanks for all the help!

  • With the help of modulated signal pulse width (square wave) to control when a signal is enabled or disable

    With the help of modulated signal pulse width (square wave) to control when a signal is enabled or disable

    Hello all

    I am using a modulated signal to labview created pulse width (square wave) to control when a signal is activated or not.

    Here is my logic and a concrete example:
    (1) the wave source signal is continuous
    (2) use a PWM (square wave) created in labview to control when the signal is enabled or disabled
    (3) if the PWM (amplitude) signal is superior to 0 play signal PWM is not greater than 0 do not play signal.

    I use actually this to the sequence step / pulse several distinct magnetic coils using my audio card (which has several channels of audio output), I have a signal in labview played constantly.  As to compare it to the PWM (square wave) which controls whether or not the signal is played on each separate channel.  That way I can control which coil is on and offshore and in what order they are activated.

    I couldn't find an edge detection for a square wave created in labview, so I tried the limits, but it doesn't seem to work unless I change the phase manually and it only goes 1-1.  I'm just trying to compare the PWM (edges of the square wave) already created by labview / play a signal if the pulse is greater than 0 and it shuts off the signal, if she is less than 0.

    Should I do this another way

    TIA

    A waveform contains an array of values. You must check every value and respond accordingly:

  • My AirPort Extreme end not implemented with the help of AirPort Utility

    Bought a used AirPort Extreme (Genesis 4) of a person who showed me that he worked at home. When I try to set up as a Wireless extender to my last existing AirPort Extreme, he will not carry out synchronization upward with AirPort Utility. It appears as a new extreme, but get a message 'unexpected error' before or after the name. Have you tried to reset the two while it is powered and turning the as explained in the help.

    When I try to set up as a Wireless extender...

    Gen 4 airport will connect to your existing AirPort Extreme wireless... or... it will connect using wired Ethernet wired, Permanent?

    .. .it will not accomplish the synchronization upward with AirPort Utility.

    Which version of AirPort Utility?  If it's on your Mac... and you don't know what version you have...

    Open AirPort Utility

    Click the AirPort Utility menu in the upper left corner of the screen

    Click on about AirPort Utility

    Report on the version number you see here

    You have an iPhone or a handy iPad that could be used to implement the 4th Gen airport if the problems continue with the help of your Mac?

  • With the help of iPhone 6 s. try to copy the text message with a tap double and get a bubble with icons. How can I copy the message to paste in another?

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    maryml wrote:

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    Press and hold on the text and wait for the copy/more pop up.

  • With the help of Club running on the Nike watch +.

    Hello

    This is something I have tried to work for a while and have not yet been able to find an answer. At the moment I use Nike + management club on my iPhone to follow the tracks that I find that gps is better than just using the application of the workout on my watch. However, something that really bothers me is that I start the race on my phone, but I can't then view my stats while running without having to press on and tap the watch and wait for the application to load, very irritating to race. I want to be able to lift my wrist and live stats are there to watch me, not listening and not get my phone out of my pocket. Surely this is something that can make the original watch?

    As a separate issue with the new app, Nike +, it does not recognize the songs I downloaded on my phone of Apple music in my playlists, then I have to play the separatelay of music through the application of music as opposed to go with Nike +? The ides on how to fix or is this a known problem with the latest Nike + app?

    Hello

    You may find it useful to consult the support resources of Nike and/or contact Nike for assistance with the help of their application:

    More information:

    https://iTunes.Apple.com/us/app/Nike+-run-Club/id387771637?Mt=8

  • With the help of old gear series noon on El Capitan

    I have a Vox Tonelab SE effects audio Board (around 2004), there the old serial midi on the back ports. I hung with the help of a USB MIDI interface cable. While the USB Midi interface to the show in Audio / Midi set upward and also in the profile system for USB port it does not detect the Vox Tonelab so no communication lunch.

    There is a POWERPC application called ToneLabSE SoundEditor which I downloaded and installed in the hope he would install a driver but I guess that this obviously doesn't work on INTEL in any case. Using Wine I can run the PC version, but still no communication via midi.

    Someone at - it ideas, would like to get this Panel communicating effects via MIDI.

    Thank you

    Solved! Using the WINE app I've run the version of the PC of ToneLab SE editor application. So pretty unintuitively by changing the serial midi to USB, SERIAL interface cables that went to the and out on the Tonelab SE. Now of the Se ToneLab editor I can write banks of programs to hardware Tonelab, but unable to empty the banks since the material Tonelab to software. My main desire was to use Expression pedals on the Tonelab as Midi Ableton controllers and some of the switches to the control of the Looper stomp. Now I can do it all. Hooray!

  • With the help of Yosemite, I like Photos app in general; have big Aperture library, although I use rarely opening Tools. Advantages, disadvantages and pitfalls related to the migration of Photos?

    With the help of Yosemite, I like Photos app in general; have big Aperture library, although I use rarely opening Tools. Advantages, disadvantages and pitfalls related to the migration of Photos?

    Opening was a pro the Pro amateur-oriented or serious app, usually shooting Raw, probably on a digital SLR.

    If that's you then pictures will miss a lot for you.

    If this isn't the case, then opening was probably overkill for your needs.

    If you like the pictures then this is the way to go.

  • Thunderbird will only connect if stop then reopened. (With the help of Mac 10.9.4)

    With the help of Mac 10.9.4
    If I open Thunderbird, I can connect to my e-mail address and download the messages. If I select "Get Mail" once again, Thunderbird crashes and fails to connect to my emails. If I then close Thunderbird and re-open it, I'm able to immediately connect to my mail.

    It seems to have sorted itself after a few days. (Fingers crossed). Until today it worked properly. Will keep an eye on things for the next week and the report does so again.

Maybe you are looking for

  • Equium M50-164 wireless issue

    Hello I have an Equium M50 - 164 and a router and a Netgear wireless modem. When you use the wireless internet and navigation to various web pages, my browser tells me often that the "server not found". My wireless signal is "Excellent" and it does n

  • Third-party applications does not not on Apple Watch

    After that more than a month, I bought the Apple Watch, still a lot of apps from third party (such as Facebook Messenger, swarm, Skype or GoPro) do not work on the watch. Most of them keep loading or crash after a few seconds. He feels like a failure

  • Satelite P750 - error starting

    I have a Toshiba Satellite P750. I bought it December 2011. We watched a blue ray dvd via the TV connected with an HDMI cable. I think that to halfway through the film and the laptop froze. Nothing was working, not even CTRL, ALT, DEL. I took the dri

  • USB mouse on the laptop no longer works

    I got a laptop HP Compaq for about 3 years now with Windows 7 32 bit. USB mouse to work without problem, just plug and play. However, sometimes last year I tried to plug in a mouse again and it just doesn't work. I left the problem while I couldn't b

  • So basically I can't extend my 3 TB hard drive 3 TB because windows 8 is the treatment as a MBR. Error [0 x 80042468]

    So basically I can't extend my 3 TB hard drive 3 TB because windows 8 is the treatment as a MBR. Error [0 x 80042468] Background: after a bit of trouble to install windows 8 on my SSD, I had at one time install on my drive 3 TB of seagate for trouble