Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,217
  • Joined

  • Last visited

  • Days Won

    120

Posts posted by Michael Aivaliotis

  1. In 7.1 there is a feature called compare VI Hierarchies and works well. The key is to create a toplevel VI that contains all of the subVI's. You may already have one if you have a User interface that calls code. Otherwise create a blank VI and drop the subvi's onto the diagram and save it. Do this for both versions of code. Now open the tool under Tools>Compare>Compare VI Hierarchies. Where it asks you for the First Hierarchy and the Second Hieratchy you need to select the two toplevel VI's you just created. Notice that it states the second Hierarchy will be renamed. This is temporary. What this implies is that you probably want to make your edits on the First hierarchy since it stays intact (not renamed).

  2. I'm honestly really so sorry everyone. The score removal was not intentional. Blame it on bad backend software that doesn't warn you when a irreversible operation will happen. It was my first time using that arcade admin control panel. I promise that this won't happen again and I'll try to bring back some of the original games.

  3. I'd also like to welcome ExpressionFlow to the LAVA community and I am looking forward to the discussions that will follow. The ExpressionFlow Blog has proven itself as a source of advanced LabVIEW topics and coding techniques. It was only fitting that LAVA offer to host forums in support of ExpressionFlow Blog and software support discussions. A lot of care was taken to balance the look and feel of both sites and we hope we have accomplished our goal. Let us know if there are any technical issues we haven't caught.

    So let's extend a warm LAVA welcome to Tomi and the ExpressionFlow team. :beer:

  4. There are four options here. Pick which one applies to your situation and use it. If you want to rearrange the position of buttons or rename them then we can discuss that but basically everything you could want is already there for you. Also, compared to NI Forums, LAVA has essentially the same functionality plus a few more. I don't have time right now to give a detailed description of each option. I'll do that later tonight.

  5. QUOTE (gmart @ Mar 17 2008, 09:58 AM)

    Can you give a concrete example of the directory problems you saw? The destination location should be relative to the project's location.
    No problem.

    I have the following setup:

    Original Configuration:

    D:\_Projects\Experiments\subfolder\buildpathissues\source\mycode\Untitled Project 1.lvproj

    The build spec defines a destination as:

    D:\_Projects\Experiments\subfolder\buildpathissues\builds

    Now I move the subfolder here:

    D:\_Data\subfolder\buildpathissues\source\mycode\Untitled Project 1.lvproj

    Now when I open it in the new destination i see this in the build spec destination:

    D:\_Projects\Experiments\subfolder\buildpathissues\builds

    Nothing changed. The relative build destination is still the same, so why didn't the build spec reflect the new location?

  6. [LV 8.5] I've just only now noticed this issue. When I open the exe build specification on different computers, where the *.lvproj file is located in a different folder, the Destination directory path setting in the Information section is absolute. This has serious implications in a multideveloper environment. Each developer has their project folder in their own location and when they open the build it will fail to execute because the path doesn't exist on their machine. This destination path needs to be relative to the project file. How many years has NI had to get this right?

  7. Ya, I don't notice the resize. I'm running 1920x1200 (isn't everyone?) and I didn't even no it was taking your native resolution into consideration. I'll look into it some more.

    Update: Ok, Yen I think I finally figured this one out. The images should be fine now even on low resolution systems. Check it now.

  8. I haven't used .NET for database access, since what I have works, so I'm not familiar with this iterative retrieval process. The ADO interface I'm using with the labsql allows me to collect multiple rows of data with a single sql call. It's pretty fast. In essence, you want to make as an elaborate an SQL query as possible so that it can retrieve data in a single call.

  9. I'm not sure of what the problem is. However, I upgraded many components on the site over the past few days. It's possible that one of the upgrades changed the behavior of this. Lets monitor this for a week or so to see how it really works.

    One thing I noticed is that if you set the menu at the bottom right to "today", and click "GO" it shows only todays posts. However it doesn't keep this after you close your browser and come back.

    Another thing I noticed is that as long as you are logged in (and keep yourself logged in), you will see the bahavior you describe. Then the only indication of new posts is the tiny orange squares. However if you log off (by clicking the log off button), you reset this and then you list will be empty when you log back in.

  10. QUOTE (Justin Goeres @ Mar 13 2008, 05:19 AM)

    Is there a way to make all the GUI galleries accessible from one place? Right now it looks like each one is just a personal gallery of the user who created it. That means, for instance, that Israel Carrión's gallery and Carlos Calderon's gallery are totally separate, and if you're looking at one of them there's no indication the other one even exists. (Case in point: those are the only two I know about. Are there others?)

    We could create a LabVIEW GUI category and them all placed there.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.