VIs that are never called or changed but always have "unsaved" changes

I have a large project.  Whenever I close it, I always get a pop-up telling me that the same 7 sub-VIs have unsaved changes.  I have not edited or changed these VIs in over a year.  They are called by sections of the program that are conditionally disabled at the moment!   I get this pop-up warning even when the last thing I did before closing the project was save every VI that is open.
The only clue I have to offer is that these 7 VIs are the only ones in the project that directly talk (via ethernet) to a motion controller.  Is internet activity on my computer while I am working on the project causing these VIs to think that they have been modified??
-Geoff N.

Well, did you ever try to save those at the dialog? Maybe they are still in an older version?
If you open one of these VIs and look at the "lilst unsaved changes" of the VI properties, what does it say?
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • How do I find out and delete VIs that are NOT CALLED? I want to clean up my project.

    Over the last few years, many VI's have accumulated that are no longer called from anywhere within my project. The project is a main GUI plus two other VIs launched by VI server plus many hundreds of VIs. I am not using source control. Any easy way to do this?

    Andrew_Scott_SPCi.ca wrote:
    Over the last few years, many VI's have accumulated that are no longer called from anywhere within my project. The project is a main GUI plus two other VIs launched by VI server plus many hundreds of VIs. I am not using source control. Any easy way to do this?
    First BACK UP!
    Yes create a Tree VI (a VI that contains the top-level VIs unsed in the app this includes the dynamcis).
    Then crate source Distribution (in the project it is where you create buold-specs) and configure the Source Distribtion to presevere the hiarchy.
    When you buld the Source Distribution it will pick-up every thing used by the tree and relink everythin in the new place with all of the dead code missing.
    You may have to repeat the process after testing since there is always another dynamic VI somewher that gets missed.
    After you are satified THEN delte to old stuff, DONE!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How do I generate a list of all VIs that are in a TestStand (3.1) sequence?

    Can TestStand (3.1) generate a list of all the VIs that are included in the sequence?  I have a folder structure full of VIs and I know that not all are being used.  I'd like to identify the unused VIs.

    I hope there is no direct method to get the list of VI's, I will always try the following method
    This is the fairly easy way to get the list of VI's used in the Sequence
     Invoke ' Edit -> Sequence File Properties ' and in the  Load Option set  ' Preload When Opening Sequence File ' , after setting this property close and  open the corresponding Sequence file
    When the Sequence File is opened, all the VI's will be loaded in the Memory, so the below code in LabVIEW will list all the VI's in memory
    There is always other complicated Method, you have use the Teststand ActiveX to read all the Steps in the Sequence FIle and Get the Step names which has the LabVIEW Adapter.
    I am using TS 4.2.1, hope above mentioned options are in the TS 3.1
    AshwiN,

  • [svn] 3937: FxContainer fix to make sure partRemoved/ partAdded are never called with a null instance.

    Revision: 3937
    Author: [email protected]
    Date: 2008-10-28 17:37:25 -0700 (Tue, 28 Oct 2008)
    Log Message:
    FxContainer fix to make sure partRemoved/partAdded are never called with a null instance. In this case, in clearSkinParts(), we would call partRemoved() on all parts, whether they were there or not. This was causing a Thermo bug.
    ASDoc fixes for Group, FxContainer, and FxDataContainer. Removing content property from ASDocs...this is not the recommended way to add items/remove items to Group/FxContainer. You should use the addItem/removeItem APIs. This is consistent with Flash Player and Halo. Under the hood someone can still set the content array, but it's discouraged because you could set two Groups to the same content array, which is hard to detect. Also, made currentContentGroup in FxContainer mx_internal...this is an implementation detail for us and something we may change later on. I also added some other ASDoc cleanups and fixes.
    QE Notes: Ran checkintests and Mustella tests for gumbo/core/ and gumbo/components/FxDataContainer. Joann is updatating the one test that failed. WHen verifying SDK-17750, please also verify Thermo bug SDK-17800.
    Doc Notes: This change includes ASDoc changes
    Bugs: SDK-17750, SDK-17741, SDK-17756
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17800
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17741
    http://bugs.adobe.com/jira/browse/SDK-17756
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxDataContainer .as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/FxC omponent.as

    Revision: 3937
    Author: [email protected]
    Date: 2008-10-28 17:37:25 -0700 (Tue, 28 Oct 2008)
    Log Message:
    FxContainer fix to make sure partRemoved/partAdded are never called with a null instance. In this case, in clearSkinParts(), we would call partRemoved() on all parts, whether they were there or not. This was causing a Thermo bug.
    ASDoc fixes for Group, FxContainer, and FxDataContainer. Removing content property from ASDocs...this is not the recommended way to add items/remove items to Group/FxContainer. You should use the addItem/removeItem APIs. This is consistent with Flash Player and Halo. Under the hood someone can still set the content array, but it's discouraged because you could set two Groups to the same content array, which is hard to detect. Also, made currentContentGroup in FxContainer mx_internal...this is an implementation detail for us and something we may change later on. I also added some other ASDoc cleanups and fixes.
    QE Notes: Ran checkintests and Mustella tests for gumbo/core/ and gumbo/components/FxDataContainer. Joann is updatating the one test that failed. WHen verifying SDK-17750, please also verify Thermo bug SDK-17800.
    Doc Notes: This change includes ASDoc changes
    Bugs: SDK-17750, SDK-17741, SDK-17756
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17800
    http://bugs.adobe.com/jira/browse/SDK-17750
    http://bugs.adobe.com/jira/browse/SDK-17741
    http://bugs.adobe.com/jira/browse/SDK-17756
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxDataContainer .as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/FxC omponent.as

  • Requisitions that are never approved

    Requisitions that are never approved
    I'm wondering what other companies are doing (if anything) about requisitions that never get approved.  Is there any bad side effect or strange metrics that are produced if there is an ever growing pool of requests that are basically in limbo?  We're on 2006.0.6. 
    When we first implemented RC, professional services recommended putting an escalation in that would notify us (administrators) when an approval task was way overdue so that we could cancel the request.  Well now that we're actually using the system we've discovered that it isn't even possible to cancel the request during the approval moment (only the requestor can).  We could "reject" the approval, although that isn't really what we want to do and may cause more confusion with the customer.
    So I'm hoping someone out there with a more mature install has some wisdom for me.  I'm hoping that its fine to just ignore the requests that are never approved, but I don't want to find out later on that it was a mistake :)

    Emir,
    Sorry for replying only now. At first, I was having trouble with the SOAP enveloppe myself, so i used the libraries found in any programming language. Unfortunately i cannot share codes due to company policies. But, you(or a programmer) may have an idea of what i am referring to and twick the code a little:
    http://www.bigresource.com/VB-manually-create-a-S

  • Editing a movie that was already cut together without transcoding .h264 footage to proresslt. I want to transcode full clips that are used in the edit, but not any of the leftovers.

    Editing a movie that was already cut together without transcoding .h264 footage to proresslt. I want to transcode full clips that are used in the edit, but not any of the leftovers. Is there an efficient way to this?
    I'm thinking I can convert the files with Compressor and place them in a new folder with their original file names (not sure how to get compressor to do this yet) and then do a major "Reconnect Clip" afterwards.
    Not sure if there's a more efficient way to get all the clips in the timeline to compressor. I want the full files, not a sequence export. I can go through one clip and a time and add the master file. I'd rather not.
    The more automated processes the better.
    Thank you. I'm currently working so I don't have the time to scour the forums. Help or links to help would be greatly appreciated.
    B

    yeah Media reconnect can be an issue.
    Will Media Manager convert files? Another thing I was thinking was to Media Manage the sequence out, copying all the used files to a new folder, and then running that through compressor. But it still leads to a massive reconnect. Fine tuning all those edits would be less involved than re-editing the whole thing, I hope.

  • TS3276 can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    can anyone help on the following please. When I have been away from the office for a few days and check for emails it only supplies the most recent 100 emails and the ones before that are never received. thanks

    Does your server have a limit?

  • HT203180 How can I delete old rental movies that are still on my iPad, but no longer viewable?

    How can I delete old rental movies that are still on my iPad, but are no longer viewable because the rental has expired?

    I have a similar problem.  The default answer on the web is to open Videos on your iPad, then touch and hold the movie you wish to delete, then tap the little cross that appears. Alternatively, you can connect to iTunes, select your device in the list, scroll down to the Rentals summary and delete from there.
    I have a problem with both of these solutions!  The Video App on my iPad does not contain any video icons, just an option to browse my shared library, so I can't delete it from there... ANd in iTunes, the movie in the Rntals tab on my device summary is greyed out, so I can't do anything from there either.  But the movie is taking up 2.5 Gb....
    Can someone please offer an alternative to resetting the device entirely?!

  • Stop unwanted emails that are filtered out on laptop but come to iphone

         stop unwanted emails that are filtered out on laptop but come to iphone

        We don't want pesky emails coming to your phone when you don't want them, kazoojoe. When you have them filtered on your laptop, are you using Outlook to view your email or are they being filtered directly by your email provider on their website? What email service (Yahoo, AOL, etc) are you using?
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • HT1212 i have an iphone 3s that was never connected to itunes but an icloud account was created and it is passcode disabled and i have tried the If you have never synced your device with iTunes recovery mode but it is still disabled

    i have an iphone 3s that was never connected to itunes but an icloud account was created and it is passcode disabled and i have tried the If you have never synced your device with iTunes recovery mode but it is still disabled it connected to itunes for a minute and then back to disabled

    Sounds like your iPhone was hacked to unlock and now updating locks back to the original carrier.
    Where did you get the iPhone?

  • My  BEATS speakers are connected to my Mac but I have no audio and do not understand how to turn off the speaker. I press the power button and not shut off. And the white light behind me indicating that this synchronized, does not turn off ever.

    My  BEATS speakers are connected to my Mac but I have no audio and do not understand how to turn off the speaker. I press the power button and not shut off. And the white light behind me indicating that this synchronized, does not turn off ever.

    Hello Sabroso007
    Check out the article below to troubleshoot the sound output to your Bluetooth speaker. Check in System Preferences > Sound to see what the output is set to.
    OS X Mavericks: Set up Bluetooth audio devices
    http://support.apple.com/kb/PH14217
    Regards,
    -Norm G.

  • HT3702 I only download things that are free from App Store, but sometimes it doesn't let me download something saying there is a problem with a previous purchase?  So why won't it let me??

    Why won't the App Store let me download things that are free, just because I don't have money on my card sometimes, it's free so I just don't get it??

    You can try to make a new account on iTunes Store if you didnt have yet.
    I had the same problem with iTunes Store, the only thing you can do is to put some money on that credit card you are using with you account. iTunes Store already keeping some money for the last purchase you made you can see all info on the Account option and then Purchase history ...

  • HT1937 I have successfully restored my iPhone 3 gs( Ios )  by itunes. After activation it is asking for activation. When I am going for activation its saying that no SIM card is inserted, but I have already Ufone SIM card is inserted. I checked it with ot

    I have successfully restored my iPhone 3 gs( Ios )  by itunes. After activation it is asking for activation. When I am going for activation its saying that no SIM card is inserted, but I have already Ufone SIM card is inserted. I checked it with other SIM card like Zong etc but the response was same i.e; no SIM card is inserted. It not catching the signals. I am trying to use  my wifi to activate my iphone but it iss not processing then i used itunes to activate by it's again saying that no sim card is detected.
    My all contacts and all data is in this mobile. Now Iam unable to contact anyone. Please help me. How can I sort it out?
    Thank you
    Regards
    Wazir Ali

    Well, if you did it yourself, then there is a chance that you damaged some other component inside the device that is causing your issue. The iPhone's are not user serviceable, and once you have opened the device you have voided any warranty and post-warranty support from Apple. I would try Google to see if you can find any other way to repair your device, as Apple will no longer look at it.

  • My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my  computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    My iPhone has two identical options under "iTunes wi-fi sync" that are the same computer. I only have one user on my computer, and I tried moving my iTunes file in Finder to organize it and now my library's not synced with my phone. Help?

    I have the same problem. Right now my iPhone 5S shows 3 instances of the computer to which it is connected under Settings » General » iTunes WiFi Sync. I'm having problems connecting and syncing, and this is probably the cause: the phone chooses one of these connections, and it isn't the one that's actually in use. What's probably happening is that the phone and computer establish a connection using a dynamic IP address, the address becomes "disassociated" due to error, another address is associated, the phone retains each address/link, and each link is displayed as if it represents a separate computer (the fact that the name of the computer is identical is ignored, as the only thing that is considered important is the IP address). But that's all conjecture. More important, I'm not sure how to fix the problem. A network reset doesn't do it.

  • Ipadmini inbox maintains there are 907 items in inbox, but I have deleted all items. How do I get rid of the numbers?

    ipadmini inbox maintains there are 907 items in inbox, but I have deleted all items. How do I get rid of the numbers?

    You can't delete the All On My Mac as it is an automatic group to display all of the contacts that are stored "On My Mac." You can delete all of the contacts that are in the ON MY MAC section by selecting All ON My Mac and then selecting all contacts. Press delete and approve the deletion. Then, select each group under ON My Mac and delete those individually.
    Then, Make sure iCloud is set as the default account in the General Address Book Preferences.

Maybe you are looking for

  • Oracle.forms.webutil.clientinfo.getclientinfo bean not found

    Hi, oracle.forms.webutil.clientinfo.getclientinfo bean not found this is the message iam getting when i implement my forms10g application with WEBUTIL.PLL library to export data form forms10g application to excel

  • Hyperlinks in Indesign/PDF

    I created a newsletter in Indesign and used the hyperlink function to link some text and photos to certain items. I was able to link web addresses and an e-mail address with no problem. However, I linked a photo to a file on my computer. Bottom line

  • Performance problem - XML and Hashtable

    Hello! I have a strange (or not strange, we don't know) performance problem. The situation is simple: our application runs on Oracle IAS, and gets XML messages from an MQ, and we have to process them. Sample message: <RequestDeal RequestId="RequestDe

  • Wheel of death

    I was wondering besides the repair premission. is there any other way to check to see what is slowing the computer down...I was in the apple store and ask and the guy talked to me like I was a 2 year old. said something about the other disk to check

  • Palm Pre

    Hey all. Basically, had palm pre for a while now and my contract is up soon so i want to renew it. However, i cannot do this as it won't turn on. I have done everything suggested to me by the support section, reseted it countless times but it just ha