It is advisable to nest project files?

Hello

I have a FPGA project file which I use to define FPGA memory blocks, etc. I/O. We have a company that brings together various common screw that people have written. I have included the folder with my project in this high-level folder filling car project. It seems to work with a project within a project, but I don't know if it's a good practice.

Any thoughts?

Thank you

Andy

Hi Andy,.

I don't see a problem with that as long as you are followed by this and don't put too much junk there or it will get crowded

Tags: NI Software

Similar Questions

  • How to find the path to the project file programmatically

    I'm trying to find a way to get the path to the project file in the development environment.

    I have attached a small project in LV 8.5.1 with a project file, a library file and the VI. I can get the path to the file library, but not to the project. This channel is still .

    I know that the problem exists in LV 8.6.1f1 but I didn't test in LV 2009.

    I am aware that in reality he could there have more nested levels of the library files, but it doesn't matter when this simple example does not work.

    If this is related to the problem I initially created the library by using the file > new... and later, I created the project and added to the library.

    Hi Waldemar,

    Here is a small piece of code and a related link.

    http://forums.NI.com/NI/board/message?board.ID=170&message.ID=220269&requireLogin=false

    I hope this helps.

    Kind regards

    N. Ralf

    Engineering applications

    OR Germany

    PS: Don't forget the congratulations. )))))

  • Should project files I absolutely to be stored on the boot drive by FCP 6

    Hello. I always understood that the FCP 6 project files must be stored on your boot drive and would like to know if it is still the recommended location (and why in this case) or I can store them on a 2nd internal drive or an external drive without any degradation of performance. My boot drive is a SSD drive and I would like to write him as little as possible. Thanks for any input from anyone.

    You ask on the FCP project file or media files for your project?

    MtD

  • How can I remove a letter from project in the project file?

    Of course, it's simple, but it's the first time I had a draft letter in my project file and I can't remove it to clear the file.

    I just select it and press DELETE, but I guess you have already done this.

  • Loss of project files

    I've got Final Cut 10.2.2

    I was working on projects that I transferred to a library into a new library, because the disc, I saved the original library to a lack of space. So I just changed to a new disk with a terabyte of space. Background of the project and files transfer has been reported as having been completed. I had closed FCX and opened it without problem.

    While working on a project, the disc drive broke a connection for some reason any. In my view, a connection drop Thunderbolt. And FCPX asked me to close the library. She offered no other choice, but to check again, what he wouldn't do it despite the disk is connected and available in the finder again.

    So I closed the library and reopened to find all the project files and all the media disappeared.

    The library package seems intact in the finder. However, FCPX refused to open the content.

    The media in the library seem to be links to the original medium on the other disk rather than the media who transferred to this library.

    CurrentVersionFCP.event files seem to be there. I guess that's where the project files.

    Is it all the same to get FCPX to recognize these?

    It is a very serious problem in FCPX if cannot be corrected.

    In the list of library to breast the application GUI, events they icon star unique event next to them? If they do, select the event and use the command bind again.

    Post back and we do know.

    Russ

  • iMovie project file

    How can I save a project as an 'iMovie project file' and share it with others so that they can change whatever they want in it? Using iMovie 10.1.1

    Do not save as a project file option as in iMovie iPad.

    Don't see anything in the events of iMovie folder.

    You must share a comprehensive library, if you create a library containing only the desired project and its associated events.  Note that other people must use exactly the same version of iMovie and if you have media from your library which comes from the library from another application (for example. Photos) must be "consolidated" library.  See: http://help.apple.com/imovie/mac/10.1/#/mov882dee351

    Frankly, this is not a simple thing or practice to do so.

    Geoff.

  • Error opening project file

    Hi all

    I have a microwave (v9) office project file.

    This project contains about 6 to 8 schematic files. Overall size of the project is about 400 KB.

    Earlier I could open this project file and simulate without any error.

    But now I am unable to this project opens successfully.

    On the opening of this project, an error window appears which gives error reading for document No. files.  21 to 34. After you close all the windows of these 14 error, the project opens but only with the graphic details & without any schematic file

    Thus, no race simulation now happening.

    Details of the error are fixed here.

    I need the urgent scheme to start my pcb Assembly. I have neede the urgent values pane

    Kindly help.

    Kind regards

    Fox

    rajan_crl,

    I was able to recover the project. I tested the attached draft in v9 and patterns are present. I hope this helps.

    ~ Mark B.

  • RTE de LV cannot open the project files that include references .lvlib in dependencies

    I am writing a DLL LabVIEW to inspect the LabVIEW project files, and I noticed that if a project has a .lvlib reference in its dependencies, then the Run-Time Engine is contradictory on whether or not he can find the project file:

    • Project.Open returns error 7 (file not found)

    • Project.GetFileLVVersion is a success

    Here are some excerpts from my code of G and C engaged in this behavior:

       int openStatus = StatusSuccess;
    char * projectVersion = createStringWithLength (VersionStringLength);

    printf ("Analysis %s\n", pathchaine);
    OpenProject (pathchaine & openStatus, projectVersion, VersionStringLength);
    printf (" project written in LabVIEW %s\n", projectVersion);

    If (openStatus is StatusSuccess)
    {
    printf (" Open the project file.") \n") ;
    }
    on the other
    {
    printf("Error: could not find Project file, or file was not a Project file (Error code %i).\n», openStatus);")
    }

    However, when running in the development environment, the two methods are successful.

    Is this a bug, and if so, is it fixed in 2014 of LabVIEW?

    Here's how you can reproduce:

    Prerequisites:

      1. LabVIEW 2013 SP1 32-bit

      2. ConEmu for a good console- https://code.google.com/p/conemu-maximus5/wiki/Downloads

      3. minGW for compilation of a program to use the LabVIEW - http://sourceforge.net/projects/mingw/files DLL

    reference .lvlib to break dependencies Project.Open in LV RTE

      1. Open the attachment in a temporary directory (e.g. c:\xtra\temp)

      2. Open "OpenProject.lvproj" in LabVIEW.

      3. Build 'Open library project'.

      4. ConEmu with a bash command prompt, navigate to the temporary directory.

      5. Type make

    $ make
    patch the file "builds/platdefines.h.
    GCC - std = c99 g OpenProject.c o OpenProject.exe - lOpenProject - Lbuilds

    6. type "c:\xtra\temp\OpenProject.lvproj" OpenProject

    OpenProject $ 'c:\xtra\temp\OpenProject.lvproj '.
    Analysis c:\xtra\temp\OpenProject.lvproj
    Project written in LabVIEW 13.0
    Open the project file.

    7. the opinion that both call nodes execute correctly.

    8. type "c:\xtra\temp\OpenProjectWithLvlibDep.lvproj" OpenProject

    OpenProject $ 'c:\xtra\temp\OpenProjectWithLvlibDep.lvproj '.
    Analysis c:\xtra\temp\OpenProjectWithLvlibDep.lvproj
    Project written in LabVIEW 13.0
    Error: Could not find the project file or file was not a project file (error code 7).

    9. notice that the node version managed while the open failure.

    10 type diff OpenProject.lvproj OpenProjectWithLvlibDep.lvproj

    $ diff-u OpenProject.lvproj OpenProjectWithLvlibDep.lvproj
    -OpenProject.lvproj kills Nov 4 11:28:28 2014
    +++ OpenProjectWithLvlibDep.lvproj kills Nov 4 11:32:37 2014
    @@-13,7 + 13.11 @.
    true
    fake

    -
    +
    +
    +
    +

    +



    true

    Here's another way to trigger this behavior, which shows that LabVIEW occasionally Range the element dependencies:

      1. Open "OpenProject.lvproj" in LabVIEW.

  • Add to the project a new VI and place the constant path of file "Application Directory" his block diagram.

  • Select ""leader "Save All (this project)" and use the default name for the new VI.

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Notice that there is a mistake once again, as is expected.

  • Remove the "Application Directory" path of file constant

  • Select ""leader "Save All (this project)"

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Note that the problem has disappeared, as is expected.

  • Add the "Application Directory" path of file constant in the block diagram.

  • Select ""leader "Save All (this project)"

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Notice there is no problem, which is surprising, because that there should be a mistake because the dependencies item was not tidy.

  • Close the new VI and pull out of the project.

  • Select ""leader "Save All (this project)"

  • Open "OpenProject.lvproj" in a text editor.

  • Note that the dependencies item was put away.

  • Add VI back to the project.

  • Select ""leader "Save All (this project)"

  • Type 'c:\xtra\temp\OpenProject.lvproj' OpenProject

  • Notice that there is a mistake once again, as is expected.
  • NInjaneer_wow wrote:

    The same behavior occurs in LabVIEW RTE: a new project with a constant of the Application in an empty vi directory will return an error 7 - file not found, but still return the correct version of LabVIEW in which the project was created.

    I did experiment with workarounds for this problem, and I found a.

    When I used to get the path of LabVIEW libdir in the ini of the executable file, execution is able to load and inspect the project file.

    LIBDIR = 'C:\Program NIUninstaller Instruments\LabVIEW 2013'

    While it is expected that a stand-alone executable can be placed on a system that does not have the LabVIEW IDE, it is still surprising to me that the execution engine cannot find standard library of LabVIEW without some explicit guidance. What other factors contribute to this behavior?

    References:

  • Open the project file in signalExpress

    Hi all

    When I tried to open an existing project file SignalExpress copied from another laptop on my laptop, I got the following error message:

    Versions of the components installed are not compatible with the version of LabVIEW SignalExpress. Please install the latest version of the following:

    (1) LabVIEW SignalExpress shared tools

    I couldn't find this tools shared on the site of NOR. Any suggestions?

    My signalExpress version is 3.0.0.

    Thank you very much.

    Cong.

    Hi Cong,

    Depending on the version of the Signal Express program was written, you may need to upgrade your version. Here is a link to all the explicit downloads of the signal available on our Web site.

  • using the cfg recorded vi analyzer for another project file

    Hello

    I have a cfg VI Analyzer file that works with the project, in which it was created. It contains settings that I use for all my projects. When I copy the cfg to a new project file, it only allows me to analyze the project, just. Is there a way to redirect the file to the new project?

    Tay

    If you open your .cfg in Notepad, you see a reference to your other project or file path?  If so, this is the token that must be modified to be associated with a different project.  I suggest to make a copy of your file and record a new to work with your new project.

  • Ultiboard 14 project files are compatible with Ultiboard 13?

    A colleague brought by a project file, it creates 14 Ultiboard for me to watch, and I was unable to load with Ultiboard 13.  These are totally incompatible?

    Hello

    as much as I thought, MS14 open *.ms13 files

    but

    MS13 does not open the files *.ms14

    Best regards

    Michael

  • By mistake I deleted an email that I had saved in the project file. Can I recover it or find it?

    Original title: recovery by mistake deleted messages project

    By mistake I deleted an email that I had saved in the project file. Can I recover it or find it?

    Hi Robert,

    The description of the problem seems a little unclear and I wish I had a better understanding before you start working on it. I would really appreciate if you could answer the following questions:

    1. what operating system is installed on your computer?

    Operating system Windows am I running?

    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running

    2. which web e-mail or mail client you are referring to? What is Microsoft Outlook or Hotmail?

    3. who is the provider of mail service?

    Please provide us with more information on the specific question to help you to fix as soon as possible.

    If you are referring to Outlook, then you can email deleted restore deleted folder by following the steps in the link below:

    He must restore e-mails deleted in Outlook.com.

    http://Windows.Microsoft.com/en-us/Windows/Outlook/recover-deleted-messages

    Your response is very important for us to ensure a proper resolution. Please get back to us with the information above to help you accordingly.

  • LabView project file does not include mapped directories

    I have my LabView and screws project file located on a network driver \\svr-maltese\botdfs , which I mapped to my S: drive.  I have a shortcut that I use that irritates me to

    \\svr-maltese\botdfs\...\48-000058-001-x01 or I can browse S: up to 48 - 000058-0001 - x 01 directory, but I get to the same place and the same files.  Depending on how get there I'll be conflict that must be resolved manually.  LabView does not seem to understand that they are the same file.  LabWindows has the same problem, but it handles better.

    They can be the same file, but they have a different path, so in this for LabVIEW is, the hierarchy is different. I don't know what you ask well. You ask a confirmation or ask that something be changed in terms of operation of LabVIEW? If it's the last, then you can post a suggestion in the Exchange of ideas of LabVIEW.

  • NEITHER supplied include files copied to project files?

    I pulled out a project compiled and disseminated under a particular version of the CVI [8.1.x].

    Then some time later, another person retrieved the project for maintenance and has tried to compile it, they could not find the NOR include files.

    They come back to me!

    The reason why they could not compile the project was that they used the CVI 9.x.

    The project was looking for the include files in \Program Files\CVI81. Complaints went to the Manager.

    So, the question is a practical common.

    If the list of project files, point on the NOR prescribed [installed] folder locations.

    or if the necessary include files be copied manually in 'local' project folders before the release?

    Thank you

    Scott Youngren

    Northrop/Grumman electronic systems

    The short answer is no: OR the include files must remain in their repertoire; the IDE should solve all the paths by itself.

    To learn more:

    • #include directives must only list the names of files, not the path names
    • All basic guidelines OR files include must go in the support of style (for example #include )
    • Instruments include files should go in the style of the quotes (e.g., "inifile.h" #include)
    • Your include files may go to the source folder or other folders of your choice (see following)
    • Change project options to set 'Include path' (i.e. folders where the include files are searched): applied to all the draft instruments loaded like a library specific to the current project for application-specific include paths

    I always got my projects in accordance with these rules and never had a problem in the upgrade version of the IDE while developing. You will see that most of them is automatically defined by CVI (e.g. when the system asks you to include some files needed for some statement: it uses the correct style).

  • Error when you try to open a Windows Movie Maker. MSWMM file: cannot be opened because it is not a valid windows movie maker project file

    Help! Says the file can't be flat, .mswmm file, but the program made the film.

    I used the Windows to make a film, I scanned 458 pictures, done my book of stories, etc. with music - took a month... I "published" and now when I go to open it it says ' cannot be opened because it is not a valid windows movie maker project file? But the Director did, now I can't open it to all, it has an .mswmm file extension! Help, it's a gift for my dad who is going to be 70 and I have not yet a month to make it again!

    Hi, I'm having a similar problem but have 1 idea as to why I can't open my .mswmm file. I have two xp machines running sp3, but a pro and a home edition if it matters.

    the file.mswmm I am trying to open was created on the moviemaker version 2.1.4028.0 and it still works fine on this machine. On the xp pro machine, he is Director of windows 2.1.4026.0.

    So I try to install the movie maker 28 to my other machine I have a lot of files created with the 28 I want to be able to change on the other computer.

    =============================================
    The project .mswmm file is best to use the system that created
    because it takes all the source files... Video clips, Photos, music
    files... always be available at the original location.

    Moving from one computer to another can work if you move as best
    all of the source files. When you open the .mswmm file you will see
    Xs red instead of thumbnails of the source but if you right click the red Xs
    You should be able to navigate to the new location of the files sources and re-
    establish the path.

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

Maybe you are looking for