03-11-2009 02:03 PM
I have a VI already made by someone else and I would like to edit it so that I can add another input to it. I'm fairly new to Labview and I never done this before. Any help would be appreciated it.
Thanks
Moe
03-11-2009
02:08 PM
- last edited on
07-13-2025
10:04 PM
by
Content Cleaner
This is done by assigning terminal to controls. It is explained in the LabVIEW Help, and is one of the topics in the tutorial(s). Assigning Terminals to Controls and Indicators.
To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.
03-11-2009 02:51 PM
but I have an DAQ assitant that is going to input into that VI. Its a little different. How could I add a control of that type in the VI?
Thanks
03-11-2009 03:35 PM
03-11-2009 05:08 PM
You didn't initially mention that you're trying to use dynamic data. This is important, and changes the whole ballgame.
You didn't include the VIs, but it doesn't really matter. There is no dynamic data control. You have 3 options:
03-11-2009 05:52 PM
03-11-2009 07:13 PM
Oli Oli Oxin Free wrote:
this is the vi that I need to add an input to that is dynamic data
Well, that does not really help. Where should the dynamic data be used on the diagram?
(btw, I am sure you don't need all these local variables, just wire to the terminals. Your middle case has three instances of the same code, differing only in a single diagram constant. Typically all you need is a case structure containing the diagram constant and one instance of the shared code ouside instead.)
03-12-2009 10:26 AM
I need a control input for a dynamic data so I could input a dynamic data from the DAQ assitant into the power spectrum. So the DAQ is not going to be there after I put in a control input.
Thanks for replying
Moe
03-12-2009 10:34 AM
03-12-2009 10:46 AM