How to edit a Vi so you could add an input to it?

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

I am still stumped as before, but here's your VI with a dynamic data control (LV 8.5.1). Maybe you can take if from here.
LabVIEW Champion . Do more with less code and in less time .
Attachments:
Do_ReadingDynamic.vi ‏45 KB

Similar Messages

  • I want to open a folder and see how many times theres inside like you could before...

    I want to open a folder and see how many items theres inside like you could before...
    How can you do that on maverick plz ?

    Open it and choose Show Status Bar from the Finder's View menu.
    (112378)

  • Producers this is a call that I make in the name of all users apple, you could add the LED flash to the camera of the new fifth-generation ipad please?

    producers this is a call that I make in the name of all users apple, you could add the LED flash to the camera of the new fifth-generation ipad please?

    This is a user to user forum. you are not addressing Apple. You can give Apple feedback here: http://www.apple.com/feedback/
    BTW: You do not speak for "all users apple". I for one have a LONG list of feature I would rather see than a flash for the iPad.

  • What happened to the custom homepage where you could add websites to it and go to one by clicking it

    I remember an older version of firefox where you could have a custom homepage. In this homepage, you could add different websites to it and they would show up in a picture. When you click on one, it takes you to that website. You could even change the color and background and everything. I tried downloading other versions of firefox but I still couldn't find it. What happened to it?

    Most likely it was an add-on you were using. For example, there is one named [https://addons.mozilla.org/en-US/firefox/addon/speed-dial/ Speed Dial] that sounds somewhat similar. If you look around the add-ons site, can you find it, or one like it?

  • If you could add one feature to Eloqua what would it be?

    What is one feature/function that you would add to Eloqua? How would it help you reach your goals?

    SPACES - Separate, configurable "SPACES" for different geo regions / product groupings that could be globally managed. You could assign the space templates, segments, etc. This would give the regional teams flexibility to deliver marketing objectives based on global standards and guidance. This is HUGE. The current permission model is too clunky and opaque.
    TEMPLATES - Real email/landing pages templates that are easy to design/setup and deploy to the SPACES, (see 1). We've crashed several times trying to get templates to work over the years.
    INTEGRATED REPORTING: Reporting that can used in guiding automation, like we had in E9. Basically, more integrated reporting!
    FUNNELS - Everything we do as marketers (at least everything I do) is based on funnel progression, there should be an centralized interface/setup that would be the heart of triggering automation, etc that is based on funnels. Think of the lead scoring interface, but now replace it with one or many funnels with stages.
    CANVAS & PROGRAMS - They should be one interface, with the "campaign canvas" bits just one aspect of a broader program
    FILE MANAGEMENT - Needs to be the same as an operating system. 'Nuff said. This includes ability to SAVE AS... at the asset level.
    LISTS - Ability to easily move contacts from list to list. No more having to export a spreadsheet link to an email. This is killing my day.
    I could go on for days.

  • How to edit pdf so that you can save entered information in Reader?

    I have Acrobat Professional 8 at home as part of Adobe CS3 but we only have acrobat reader at work.
    My supervisor has an evaluation form that is setup in pdf format and has fillable information boxes such as name, job description, etc. However, you can not save the information you enter into the document. I need to know how I can alter the pdf in Pro 8 so that the information can be saved with just reader.
    This is probably a simple one to those who use these programs a lot, but unfortunately I don't so I am kind of behind the learning curve here.
    Any help????

    When you are talking a business form, the application may be different than the original post. I would suggest you read part 15 of the AA9 EULA (license agreement) that is available from adobe.com. This is where the 500 use limit might apply.
    Before you purchace AA9 for the feature, it would be wise to be sure your application would be in line with the EULA, or you will be real ticked at buying AA9 for the feature and then not being able to use it legally. You may want to indicate why you want folks to be able to save the form. If it will not be submitted, then I think you will be fine with AA9.
    If it is for submission, then you may have a problem with the 500 use limit. However, saving is not needed to submit the data! The data can simply be imported to the PDF and so you don't need it in that form.

  • Does anyone know how to edit your profile if you have more than one apple device but only 1 email address?

    Hi I am trying to update my email address since I quit work and left my work email address behind.  I now only have one email address, but an iphone and ipod classic and want both of them to use the same email address - but am having problems using the address for my iphone as it is already attached to the ipod classic.  Does anyone know how I fix this??
    thanks
    Jenny

    My profile: bookmarks - I added one of someone that did manage, it does take planning.
    take a look and good luck, it is not supported or standard but can be done.
    NTFS and HFS drivers to write back and forth may be easier and better though.
    or 2nd hard drive - and use NTFS along with HFS driver as needed.

  • How to get security banner where I could add host to priviledged locations?

    Hello. Everytime I try to view the data distributed pdf form from certain website, the form is opened empty because I didn't add the host to priviledged locations.
    However, I don't get to see the security banner on top of the form(check inserted image below) so, I can't pick the option of "Add host to Priviledged Locations". Can anybody help me get this problem resolved? Thank you.

    If you are talking about the header bar of the Message Pane the only way to get rid of it completely is to close the message pane by pressing F8.
    There is a add on called Compact Header that will let you make it smaller.
    https://addons.mozilla.org/en-US/thunderbird/addon/compactheader/?src=ss
    I do not think this forum lets you post an image on the original post. I have not tried it but lots of people have trouble doing it.

  • How to edit head tag for fullscreen presentation

    Hello! I'm making a presentation and as such I would like to open fullscreen in safari. I have read some posts in various places suggesting the use of <meta name="apple-mobile-web-app-capable" content="yes"> , but for that I have to include the code in the <head> section of the html, and I can't find the way to edit the head within Edge Animate. I tryed editing Edge's resulting .html file, but when I do it manually then my project within Edge gives me errors.
    1- How can I insert, within Edge, elements in the head section of the html file?
    2- Does anyone knows how can I open a fullscreen (chrome-less, toolbar-less) html5 presentation on an iPad 2?
    Thanks a lot!

    Hello,
    You could add it, as you did, in the final html-file if you are happy with the content and won't need Animate anymore for the specific element you've created. I've only used or rather tried out this app for a couple of days now but that is how I use it.
    Since jQuery is included you could try this;
    $('head').append("<meta name='apple-web-app-capable' content='yes'>") ;
    view the code in 'window -> code' up in the right corner press 'View full code' skimm trough the code and there is a line that says "...Paste code here bla..."
    Hope it helps.

  • How to edit existing Spry Menu?

    I created a Spry Menu, but now that it's published (saved) I
    don't see how to edit it so I can easily add more menu items using
    DW's visual tool. All I can get to is the menu's CSS.
    How do I edit an existing Spry Menu to add/remove more items?
    I'm using CS3.

    I guess I dont understand. You can add or remove or change
    the menu in the
    properties panel. You can do all that in the design view as
    well, so I'm
    not sure what I am missing.
    Is the page available to view?
    "morkafur" <[email protected]> wrote in
    message
    news:goja98$mho$[email protected]..
    >I guess I'm not being clear. Sorry.
    >
    > What I'm saying is that when I click "anywhere in the
    menu" or the border
    > around it, I don't get the display where I can click the
    "+" to add a menu
    > item.
    >
    > For example, I have a menu item called "Capabilities".
    If I click that
    > menu
    > item I see properties for it, no problem. I get this.
    >
    > What I'm trying to do, however, is get back the the Spry
    menu item
    > DESIGNER
    > where I can add/remove menu items graphically.
    >
    > Regardless of where I click, that designer does not
    re-appear.
    >
    > If I click the Spry menu item on the toolbar, CS3
    creates a new menu, but
    > doesn't let me edit (using the menu designer) the
    existing one.
    >
    > -- M
    >

  • How to edit 'description' field

    The description field in iTunes has data that I entered. I can see it, but I cannot find where I can edit that field at. It does not appear to be an editable field in the Get Info window. Any help is appreciated. Thanks!

    I don't use a new iTunes but I thought there was some way you could add fields to edit to the Get Info window. If not, check the Dougscripts web site for scripts to do this.

  • Can we edit the System Report queries to add some missing fields ?

    Hello,
    I'm using SAP Business One 2005 A and I was wondering if there was a way to edit the system report queries.  Sometime, I'm only missing calculated fields in the existing report.  Something as easy as the difference between 2 dates is not working with the formula fields.
    Instead of rewriting everything, could we simply see that original query and edit it to add the missing fields ?
    I don't like the fact I can't add my own created report from a query in the main menu.  Since I couldn't do anything with the Backorder reports by default, I created mine with my own SQL query.  Can't I replace the existing one with my own ?
    Thank you
    Daniel Gagnon

    Hi Daniel,
    You can edit a system query but then you can only save it as a user query (ie you cannot overwrite the system queries).
    User queries can't be placed in the Main Menu using the standard GUI though you could add them to the User Menu tab so your users can get to them easily. I think to add them to the Main Menu would require the development of an add-on that updated the Main Menu and triggered the running of the query when the user clicked on the menu option.
    The other thing to look at is using XL Reporter for your reports rather than the Query Generator. With XL Reporter you can automatically add reports to the main menu.
    Kind Regards,
    Owen

  • How do I add an input source besides English in Gnome Shell? [SOLVED]

    Hello.
    I'm a bit confused as to how I should add additional languages/input sources in Gnome Shell. When I ran Gnome Shell in Ubuntu, I could add additional input sources via the Region & Language section of the Gnome control panel, but in Arch I've only got English (my locale is en_US.UTF-8). I'd like to be able to switch between English & Hebrew.
    Do I need to install an underlying gnome package for handling additional input sources? Or do I need to manually add a locale? The wiki seems unclear on this. Also, should I use localectl? I'm also a bit unsure there.
    Thanks!
    Last edited by yochaigal (2015-02-21 16:38:25)

    yochaigal wrote:Or do I need to manually add a locale?
    I think so.
    Edit the file at /etc/locale.gen and un-comment the desired locale then run:
    # locale-gen
    https://wiki.archlinux.org/index.php/Lo … ng_locales

  • How do I show the bookmarks toolbar while in fullscreen on Firefox 20? In older versions you could edit the userChrome.css file. Does that still exist?

    After searching for this option, it appears it was very easy to do in older versions of firefox on windows 7. Many posts say you can edit the userChrome.css file to add:
    #PersonalToolbar[moz-collapsed="true"] {
    visibility: visible !important;
    However, on 2 machines with firefox 20, I've searched for that file and cannot find it. Does it even exist any more? if not, how can I set firefox to go to fullscreen mode and continue to show the bookmarks toolbar? Unchecking hide toolbars does not work for the bookmarks toolbar.

    userChrome.css does not exist by default. You can create it; it's an ordinary text file. Note that you do need a namespace at the beginning of the file.
    You could try this:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #PersonalToolbar[moz-collapsed="true"]{
    visibility: visible !important;
    #navigator-toolbox[inFullscreen="true"]{
    margin-top:-62px !important;
    I added the second rule to prevents the toolbar area from rolling all the way up. The specific value may need to be adjusted by a few pixels depending on your toolbar heights.

  • How do I edit the msgs on new IS07?  In previous operating sytem you could delete msgs within the conversation.

    On previous operating system you could delete or forward msgs within the conversation.. I cannot find out how to do this now.. please can anyone help me.
    Thanks

    Thank you!!!  So simple once you know how ) I've been getting really cross cause I didn't have that option any longer!!
    Excellent my life is back to normal.
    Have a good day.

Maybe you are looking for