Trouble with organizing VIs to be used in multiple applicatio​ns? Is there a best practice?

Question...basically, about best practice.     I have made a VI that I use very often in
many different applications.  (a special
path stripping thing for help with executable stuff)    Right now, I have used it in so many
places always making a copy of it if I use it somewhere else because when I
deploy my code on a CD, I can't always be looking all around for all the VIs and where they are
stored, but the other hand is that I have so many copies of it, and if I make a
change, I have to replace them all, and when they are in different
versions...its' really tough...is there a better way than this?
In summary, say I kept one copy of each VI that I made as the master copy used in various places, when I go to deploy the VIs, is there a way that I can 'gather' all the appropriate VIs so that there are none missing when I deploy the code?  Help would be appriciated...
James

I have a "Utility" folder where I keep all my often-used in different applications vi's.  I always add these vi's directly to the block diagram directly (using the "Select a vi" button on the block diagram funtions palette.  That way, those utility vi's are automatically included in the build.  Of course, if such a vi is changed, that change will be included in any application that is subsequently "rebuilt".  That's very good.  Means your updates are automatic.

Similar Messages

  • Must use Captivate v4.0 to capture playing video - Best practices & PC requirements?

    Hi all,
    I like Captivate, but have had a lot of trouble capturing playing video (a big part of my client's product) in the past. Despite encouraging client to consider other tools, they have decided they want to continue using Captivate and output to SWF. Some of us on the team for a previous project using v3.0 were able to successfully capture moving video, others weren't. (Vaguely recall something to do with a Hardware Acceleration setting, but it didn't work for everyone.) We've all upgraded to v4.0 but haven't used it yet. My questions are:
    1. Has this been improved at all in v4.0?
    2. What is the "optimum" PC hardware for doing this? (I am purchasing a new desktop, and need to keep cost to a minimum, BUT that is secondary to being able to produce these demos with moving video captured well!)
    3. Can you give me any best practice tips specific to capturing moving video? FYI, we will be adding audio narration (after capture), but will not be using written captions except for a few Notes/Tips.
    Thanks in advance for your help!
    Katie
    Senior Technical Writer
    Phoenix, AZ

    Hi all,
    I like Captivate, but have had a lot of trouble capturing playing video (a big part of my client's product) in the past. Despite encouraging client to consider other tools, they have decided they want to continue using Captivate and output to SWF. Some of us on the team for a previous project using v3.0 were able to successfully capture moving video, others weren't. (Vaguely recall something to do with a Hardware Acceleration setting, but it didn't work for everyone.) We've all upgraded to v4.0 but haven't used it yet. My questions are:
    1. Has this been improved at all in v4.0?
    2. What is the "optimum" PC hardware for doing this? (I am purchasing a new desktop, and need to keep cost to a minimum, BUT that is secondary to being able to produce these demos with moving video captured well!)
    3. Can you give me any best practice tips specific to capturing moving video? FYI, we will be adding audio narration (after capture), but will not be using written captions except for a few Notes/Tips.
    Thanks in advance for your help!
    Katie
    Senior Technical Writer
    Phoenix, AZ

  • Is Adobe Connect part of Adobe Creative Cloud? Are there any best practices ideas from people who use Connect and Creative Cloud?

    Is Adobe Connect part of Adobe Creative Cloud? Are there any best practices ideas from people who use Connect and Creative Cloud?
    I have an Adobe Connect account and I'm are also in the early stages of developing a webinar. I am looking for any tips and advice from anyone who uses both of these services.

    As the £27, was an introductory offer. Upon the completion of one year, the price will change to the normal creative cloud cost which is at £46.88. However if you have the previous versions of the creative suites like CS 3, 4, 5, 5.5 or the CS 6. You can avail the offer at £27.34 per month incl. VAT. However this Requires annual commitment; billed monthly.

  • Having trouble with my phone can't use it its locked and can not unlock

    having trouble with my phone its locked and i can't unlock it

    That's too bad.
    Perhaps if you gave some details and specifics, people could actually assist you.

  • Trouble with 30" HD Cinema Display using Mini DisplayPort to DVI Adapter

    I bought a new MacBook Pro and I am having trouble getting the full resolution to work with my 30" HD Cinema Display (purchased in 2007 max resolution 2560 x 1600) using a Mini DisplayPort to DVI Adapter.
    According to the specs page, http://support.apple.com/kb/SP581 , the max resolution of the HD external display is supported. Unfortunately the max that I can set it to is: 1280 x 800
    Has anyone else had the same issue?
    If this isn't resolved I'm likely going to exchange my MacBook Pro for one that can support this display.

    So I went and bought the Mini DisplayPort To Dual-Link DVI Adapter as suggested and it seems to work great.
    Now the problem that I have is when I open up Apple's DVD player, the screen is blank but I can still hear audio.
    If I unplug the display, the movie will display properly. Rebooting with the display plugged in doesn't help either. I also deleted all the DVD players enc setting files so that they would re-initialize but no luck.
    Any idea what this problem might be??
    Chipset Model: NVIDIA GeForce GT 330M
    Type: GPU
    Bus: PCIe
    PCIe Lane Width: x16
    VRAM (Total): 512 MB
    Vendor: NVIDIA (0x10de)
    Device ID: 0x0a29
    Revision ID: 0x00a2
    ROM Revision: 3532
    gMux Version: 1.9.22
    Displays:
    Color LCD:
    Resolution: 1920 x 1200
    Pixel Depth: 32-Bit Color (ARGB8888)
    Mirror: Off
    Online: Yes
    Built-In: Yes
    Cinema HD:
    Resolution: 2560 x 1600
    Pixel Depth: 32-Bit Color (ARGB8888)
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Rotation: Supported
    Adapter Type: Mini DisplayPort To Dual-Link DVI Adapter
    Adapter Firmware Version: 1.03

  • Trouble with DAQmxReadDigital Timeout (200284) when used in a threaded loop

    Hi,
    I'm using a NI6537 for fast Digital Acquisition. The board is installed on a NIPXIe-1062 crate controlled by a NI PXIe-8130 controller, where the software is running. I'm reading all the 32 lines as a single channel, at 50MS/s, and the clock is the one provided by the board itself. I put the timeout as infinite, but I also tried various other settings. As I'm reading a finite samples bunch of 524288 samples, at 50 MS/s, a timeout of 1 second should be by far sufficient.
    As far as I put the DAQmxReadDigitalU32(...) call in a simple loop I have no troubles, everything working fine.
    for (...) {
       DAQmxReadDigitalU32(...);
    } // That loop works perfectly
    while, if a have a loop inside a multi-thread process, or simply I give the system some freedom inside the loop, sometimes I get the timeout error. Note that the time cost of the Sleep() function is just of some millisecond, so there is no reason for the call to timeout.
    for (...) {
       DAQmxReadDigitalU32(...);
       Sleep(1); // To release system resources...
    }// That loop stops erratically
    With the last code, I can also see that actually the board did not complete the reading, i.e. is returning less samples than what requested. It seems to me that someting is stopping the acquisition, but I'm not able to figure what. The same happens even in LabView, using the VI read: sometimes the read randomly generates a timeout error and stops, even if LabView is the only running application.
    Could you point me what I'm doing wrong?
    Thanks, Piero.
    DAQmxReadDigitalU32

    Duplicate Post
    ColeR
    Field Engineer

  • Trouble with Mail sending large attachments using iCloud

    I am on an iMac running Lion 10.7.2 using Mail 5.1
    My wife and I both have iCloud accounts.
    I have been trying to send an email with three pdf files. The total size of all three files is 48.4 mb.
    Other emails go out without any problem, but this one email will not go out.
    I keep getting the following message:
    Cannot send message using the server ...
    I then try my wife's iCloud account and it does the same thing.
    Can anyone help me figure this out? Is there a phone number or text support to actually talk to someone at apple?
    Thanks,
    Keith

    The total size of all three files is 48.4 mb.
    That's why. That maximum size of incoming and outgoing messages is 20MB:
    http://support.apple.com/kb/HT4863
    Email really isn't designed for transferring large files and all email providers have attachment size limits to avoid people clogging up their mail servers.
    Use one of the many (free) large file transfer services instead.

  • Hi. Sorry for my english :D I have a trouble with ff. Then i use chrome, then i start browser, it show me sites, those i use often. How can i make it in ff?

    okay =\

    So you want to make Firefox show you your most often used sites?
    Well, there is a feature much like that coming in Firefox 13 (which will probably come out in 5-6 weeks).
    If you don't want to wait, try installing an add-on such as [https://addons.mozilla.org/en-US/firefox/addon/auto-dial https://addons.mozilla.org/en-US/firefox/addon/auto-dial]

  • Trouble with Xcode file i/o using C  ?

    I'm using Xcode on my Mac to do projects in C++ for a class. My school uses Visual Studio, and for that program when you input or output to a file, it looks in the same folder where the .cpp file is located. But it appears that's not the case for Xcode.
    My question is, is there a way to go into Xcode's preferences and change the directories somehow to make the file i/o directories the same as for Visual Studio? i.e., when I output a file, I want it to go into the same folder as the source code; and when I read a file I want it to look in that folder also.
    Thank you very much for any help.

    Xcode isn't doing anythring wrong. In any C++ program, the current directory is just wherever the current directory happens to be. It is never guaranteed. There are many options. You can hard-code the path. You can pass the path in a command-line argc/argv parameter. You can display an interface to ask the user for the file.
    If you really want to, you can set the working directory in Xcode. Click on the application in the toolbar and choose "Edit scheme". Select the "Run" item. Select the "options" tab. Change "Working Directory" to something.

  • Trouble with Premiere timeline moving up and down multiple audio tracks.

    I have a project that has multiple audio tracks, aver 40. Only a portion of them are visible even when I use the new side scroll, I don't know the official name but the scroll on the side that Increases or decrease the size of the track so you can see the waveform. Even when I hide the video tracks and the other preview panels I still can't see all my audio tracks. How do I scroll up and down so I can see the tracks that I want to work on. You know, like in every other program I have ever used. 

    I feel like there's a bit of egg on my face. Rereading your message and messing with the horizontal bar I realized for both horizontal and vertical bars I grab in the center and drag left or right, up or down. There's a short cut for scrolling up and down your timeline tracks, hold down ctrl/cmd and then use the scroll wheel on your mouse, and that's what I was doing for my project last night. Ah growing pains of learning a new workspace.

  • Using CSS structure to slice up a layout: Best practice?

    I used to use sliced up Photoshop files that where held together in a table to create a very graphic intensive web page.
    Now that CSS is the preferred method for creating structure within a web page, Im wondering about the correct method to go about it.
    With the tables method I might have had 20 slices to accommodate the graphic areas for rollovers.
    Is that still considered ok to do with CSS structuring?
    Would that many box areas in CSS simply not work? Would it be overly complex?
    How would you accurately position all the graphic pieces?
    Would you stack a bunch of graphic slices in one CSS box instead of having several separate boxes?

    Is this to be
    a) a fixed-width design, centered in the viewport?
    or
    b) a fluid layout whose width, and dimensions, vary as the vewport is resized?
    I presume (a), as this appears to be a print-like-layout you are hoping to put online.  That said, you must know that the appearance of your page will not be precisely what you have carefully created.  For one thing, users may resize text (assuming you allow that, which is highly recommended.)
    Thinking mostly about your first layout, but the same could apply in general to all of them:
    And again assuming (a) this could likely be done with a single background image in a centered wrapper div, with some of the text in a <p> tag with a two column div-based layout with a footer div, with some text in <p> tags with precisely determined left and top margins, and a ul-based nav menu in the right column, and a footer div with its own portion of the bg to house the footer text.
    There are at least a million other ways to do this, and no doubt better suggestions will come along, but there would not be a need to the 12 slices I think you'd mentioned before.  I foresee only two slices with my layout idea.  Perhaps the right column would need its own portion of the bg slice, but i doubt it.  You'd have to try all this out and test in various browsers with different user-controlled text sizes.  But simple is better.
    Hope that helps some.  And I hope other, surely better, strategies appear here as well.  I myself am now headed out for a stroll on this typical but cooler than usual  Portland, OR day.  Good luck.
    Oh a PS - use text rather than images of text wherever you can reasonably do so on this page, else Search Engines will be stymied.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Are there any  best practice templates available to load Customer Master data into ECC using data services?

    Hi,
    As far as I remember there are best practices templates (AIO). I am not able to find the location to download these atl files though.
    Thanks,
    Pramod

    Hi pramod did you reffered this document:
    http://help.sap.com/businessobject/product_guides/sboDS41/en/sbo41_ds_sap_en.pdf
    http://events.asug.com/2011AC/4103_Legacy_Data_Migration_to_SAP_ECC.pdf

  • Trouble with Siri

    Trouble with Siri - Every time I use her, she always states that there is an issue and to try her later. Does she ever work anymore? Anyone else having this issue?

    Is your data connection active when you ask the questions? I believe Siri needs either the cellular data connection or a Wifi connection to connect with the Apple servers.
    It is also possible that the servers themselves might have an issue at the time of the attempts.

  • Mountin Lion has trouble with external monitors

    Not so much a question as a shout-out. Since going to Mountain Lion, my pretty new (February this year) MacBook has been having no end of trouble with external monitors. I use it a lot with the clamshell closed with two different external monitors of two different sizes, one at home, one at work. It sometimes thinks the one is the other, or if I unplug the monitor in sleep, when I later open the clamshell, the screen stays black and I have to force a reboot with the power button. Never had these problems with exactly the same set-up in Lion. Sometimes it also refuses to find a connected monitor or projector, I have to pull the dangle and put it in again.

    If memory serves, one of the 'flaws' with BM's hardware is that it will not convert on-the-fly.  So if your sequence doesn't match what the TV is accepting, you get black.
    For example, my TV will not accept 1080p, only 1080i, so working in a 1080p sequence would produce no image for me as the BM will only output exactly what's in the sequence, it can't convert my 1080p/24 sequence into 1080i/30 for output.
    Now I'd expect your TV would have no trouble accepting a 720p signal but, maybe the above data will lead you down a path of investigation.

  • Having trouble with reception @ ZIP 80247

    Having trouble with reception @ ZIP 80247.  Used to get 4G with no issues but, for the last couple of months I get 3G if I am lucky and even voice is problematic, with frequent dropped calls.

    I have a Samsung Galaxy Nexus, and so does my wife.  We've been using these phones for quite a while, and the problem is somewhat recent.  Problem is indoors and outdoors.  We not only rebooted the phone multiple times, but we also went to a Verizon store where they switched our SIM cards, stating that older SIM cards might have been the culprit, not surprisingly that didn't help either.
    The phones are not the problem, since they work perfectly in other parts of the city.  Problem is around my place, where I used to have good reception and have it no longer.

Maybe you are looking for

  • SPEEDING UP YOUR PL/SQL DEVELOPMENT

    제품 : SQL*PLUS 작성날짜 : 1997-01-09 ================================= Speeding up your PL/SQL development ================================= By Jeff Warner If you're doing Oracle database or application development, then you're probably using PL/SQL. Ever

  • ASSET TABLE FOR PROPERTYINDICATOR AND COSTCENTRE

    Hello fi/co gurus I need to get the list of all assets for a company code with property indicator sorted by costcenter by using  which table i can get these details. thanks in advance award with points regards chandra

  • Why there is no date and year next to time above while i am writing this?

    ????

  • CUCM Load Balancing Problem

    Hi All, I have two CUCM 6.1.3 ( I Pub & 1 Sub). All phones registers with sub and all phones use pub for tftp. I am trying to force some phones to register with pub but have no success even new CM group created has pub as first choice & sub as second

  • Desktop Manager 'Connecting' infinitely...

    Greetings everyone, I have been a BB user for sometime through my workplace and so when it came time to own a personal device I naturally gravitated towards Blackberry. I now own a 9870 and can say that it is a slick device, and had no trouble with a