Property node inverted color

Check out the inverted color on this property node - I have never seen it before. What does it mean? Bug?
Regards,
Jack
Message Edited by mechelecengr on 03-16-2009 10:15 AM
a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}
Solved!
Go to Solution.
Attachments:
InvertedPropertyNode.png ‏11 KB

Like tst, I do not care enough about this nitpicky bug enough to report it. I just wanted to make sure that this phenomenon was not an INTENTIONAL way for LabVIEW to communicate some information to me about that property node. Further, I wanted it documented on the forums for anyone else wondering.
I would rather R&D focus on bugs that affect performance, not a hard to track anomaly such as this! This is the first time ever I have seen this behavior (I began programming with LabVIEW 7 Express).
Best regards to all,
Jack Dunaway
a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}

Similar Messages

  • Is it possible to put property node inside for loop?

    I have created three separate property nodes (plot color) for my 3 XY graphs.
    Is it possible to have one property node, say plot_color_i and put this inside the for loop where i runs from 1 to N,
    where plot_color_1 would update XY Graph 1, plot_color_2 would update XY Graph 2, etc.?
    See the attached VI.
    Solved!
    Go to Solution.
    Attachments:
    XY Plot Example.vi ‏18 KB

    Yes.  Create an array of references of the XY graphs and have that auto-index into the property node in the For Loop
    Attachments:
    XYPlotExampleMOD.vi ‏18 KB

  • Multiplot waveform graph plots are different colors when set to be the same with a property node.

    The graphs were working yesterday. I made a few changes to another part of the block diagram and now the graphs do not plot all of the plots the same color. I am using a for loop with a property node with the elements active plot connected to the iteration terminal, and plot color to a color box. My for loop increments programmaticaly from another part of the code to create plots as it runs. I have replaced the graphs with new ones and they will work sometimes.
    I am using Win2k and LV 7.1
    Thanks,
    Brett

    Hi bh3560,
    Have you tried chaging the color by right clicking on the line in the plot legend.  There is an option to change the color of the plot.
    Brian K.

  • Any alternate solution to using Waveform Chart Property Nodes 'ActPlot', 'Plot.Visible' for mulit-plot color problem on PDA?

    Hello,
        On a waveform chart, 4 signals need to be plotted based on the status of 4 boolean inputs. Eg. if the first boolean input is true, the first signal needs
    to be visible on the waveform chart; if the first boolean input is false, the first signal should not be visible on the waveform chart and so on. This can be
    done on LabVIEW desktop using the Waveform Chart Property Nodes 'ActPlot', 'Plot.Visible' - a sample VI "BundleSignals_Select_Desktop.vi" is attached for
    reference.
        But on PDA, since the Waveform Chart Property Nodes 'ActPlot', 'Plot.Visible' are not supported, some other method has to be used. I have done the
    selection/de-selection of these signals using 'Insert', 'Delete' array functions as shown in the attached VIs "BundleSignals_PDA.zip" which works, but the
    problem is that the colour of these signals do not work as desired when the selection/de-selection of these signals is done - It is required that the first
    signal should always appear in White color, the second signal should always appear in Red color, the third always in Green color & the fourth always in Blue
    color.
        I hope i have made myself clear of the problem. Has anyone faced this problem before & is there a solution?
    Note: Version of LabVIEW that we are using: LabVIEW 8.5 Professional Development System for Windows Vista/XP/2000 and LabVIEW 8.5 PDA Module for Windows
    Mobile.
    Thanks & Regards,
    Subhashini
    Attachments:
    BundleSignals_Select_Desktop1.vi ‏25 KB
    BundleSignals_PDA.zip ‏26 KB

    Unfortunately the only alternative to using property nodes is to set the properties manually on the development environement. The limited size of memory does limit us in terms of features for the module.
    Mehak D.

  • Can you change the vi color background using a property node?

    I was wondering if it was possible in Labview to use a property node to change the front panel background color for one iteration and then back to an original color afterwards. I dont think it is possible but would like to know for sure.
    Thanks,
    Jody
    Jody M.
    The Procter and Gamble Co.
    Certified Labview Developer
    Currently using LV2012.
    Solved!
    Go to Solution.

    Yes you can
     That's how you change it, you will just have to put some logic to change it back
    CLA, LabVIEW Versions 2010-2013
    Attachments:
    FP color.PNG ‏4 KB

  • Is there an Effect to Inverse / Invert a Node's Color?

    Hi Guys,
    Is there an effect that will invert the color's on a Node.
    Example, black becomes white and vice versa across all colors :)

    PhiLho wrote:
    See [Inverting colors of image|http://forums.sun.com/thread.jspa?forumID=932&threadID=5379946].
    Thanks for your response :)
    In short there is a way to invert the color's of a node by Blending a white layer on top of the node with BlendMode.EXCLUSION.... However, the example below just deals with a Flood minX->width,minY->height. This is effectively a rectangle.... I haven't tested exactly how this would behave with color.TRANSPARENT underneath the white layer where the shape is NOT a rectangle.
    effect = Blend {
                        mode: BlendMode.EXCLUSION
                        topInput: Flood {
                            paint: Color.WHITE
                            x: 0
                            y: 0
                            width: 250
                            height: 80
    }

  • Color of error out of a property node

    I have just noticed that the error out of a property node may be red or black. See below picture.
    If I create a new property it will be black but if I copy the red one, it will remain red. What does this red color mean ? Any ideas out there ?
    Message Edité par JB le 05-08-2008 03:35 PM
    Attachments:
    Example_VI.png ‏2 KB

    Right-click on the red version and you will see that the option "Ignore errors" is selected.
    Ben
    PS: Mathan, See above.
    Message Edited by Ben on 05-08-2008 08:37 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Property nodes are severely affecting performanc​e

    LabVIEW Gurus,
    I am continually running into some serious performance hits using property nodes to update attributes of FP objects. Attached is a classic example.
    I have 8 XY plots that are being fed 600 SGL points every 200 msec - a very modest data rate. Each plot is a dynamically instanciated .vit placed into one of 8 subpanels in a container VI. The container VI also acts as the data server for the charts, sending each one their data in their own single element queue. The entire architecture runs great (~4% CPU load, see attached picture) until I being updating a property node to display the value of the cursor y-value. When I enable the "Caption.Text" property node of the XY Graph to display the cursor value, the CPU usage soars to over 30%.
    As an aside, I am developing on a dual core 2.1GHz platform with 4G memory with LV8.5.1, and the target machine is not nearly as beefy. That's why 30% CPU on my powerhouse is an issue - it basically brings the embedded target to its knees.
    I have included an example VI for you to run on your machine. Consider it "representative" of my bigger issues. The VI runs about 10% CPU without the caption update, and 20% with the caption updates.
    Finally, I have tried putting the VIs into the UI execution system. I have also tried Defer Panel Updates, but this actually slows down performance.
    Best regards,
    Jack Dunaway
     With Captions
    Without Captions:
    Message Edited by mechelecengr on 10-10-2008 11:23 AM
    Message Edited by mechelecengr on 10-10-2008 11:27 AM
    a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"] {color: black;} a.lia-user-name-link[href="/t5/user/viewprofilepage/user-id/88938"]:after {content: '';} .jrd-sig {height: 80px; overflow: visible;} .jrd-sig-deploy {float:left; opacity:0.2;} .jrd-sig-img {float:right; opacity:0.2;} .jrd-sig-img:hover {opacity:0.8;} .jrd-sig-deploy:hover {opacity:0.8;}
    Solved!
    Go to Solution.
    Attachments:
    WithCaptions.png ‏102 KB
    WithoutCaptions.png ‏96 KB
    GraphPerformanceProblems.vi ‏23 KB

    Yes, property nodes force synchronous execution and if you do that too often, other things suffer.
    The above solution is good. You can simplify things even more by removing all that unneeded extra code that just complicates things.
    Here's a quick draft. Let me know if you have questions.
    Message Edited by altenbach on 10-10-2008 09:58 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    samewithlesscode.png ‏9 KB
    GraphPerformanceProblemsMOD.vi ‏19 KB

  • Xy Graph property node:apply to all plots

    I have an xy graph with multiple plots and am using property nodes to give each plot a different color.  My problem is that i would like to set the "point style" for every plot to be the same, in other words: create a default point style that differs from the XY graph default.
    Cheers
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

    You can do this statically on the "Plots" tab of the graph properties dialog box.  You can also get a property node to alter this dynamically by right-clicking on the graph and selecting  Create >> Property Node >> Plot >> Point Style. 
    Brian R.
    District Sales Manager
    Washington DC
    National Instruments

  • Using Property Nodes

    HELP! I am new to LV programming and have a problem. First of all I
    only have the evaluation version of LV 6i. I have looked through the
    online doumentation and the PDF manuals. What I am trying to do is
    have the fill color of a thermometer change when a certain temp is
    reached. This has got to be simple and I think property nodes are
    involved. This can't be too hard!

    Another alternative is to create a relationship between the current temperature and the color. Colors are made of the combination of Red, Green and Blue, each of them ranging from 0 to 255 (usually). If your temperature goes from 0 to 100 C, you can use the relationship 255/100.
    Attached is an example.
    Regards;
    E. Vargas
    www.vartortech.com
    Attachments:
    thermometer_example.vi ‏34 KB

  • How to alter XY graph label according to property node?

    I have tried to alter the XY graph label (title) programmatically by making a property node of the XY graph and going to label/text. Then I created a constant to rename the graph, ran the VI but it refused to rename the graph. I have consulted the manual and have searched the forums trying to find an answer. All of the other properties seem alterable, the font of the title, color, etc. but it will not rename the title with the text. Does it have something to do with the owned labels and free labels? If so, is there a way to get around this so I can enter the title through a property node? I am using version 6.1 and would appreciate any help that can be provided. My complements to the forum surfers who ans
    wer labview questions, most are extremely useful and have accelerated my labview learning greatly.
    Thanks,
    CYung

    The help for label>>text property, states that it is not available when the VI is running.
    If the text string is a free label or a caption, this property is settable when the VI is running and is available in the run-time engine. However, if this text string is an owned label, this property is not settable when the VI is running and is not available in the run-time engine.
    Attached is an example how to chnage the title/caption of the graph.
    Zvezdana S.
    National Instruments
    Attachments:
    Graph_Name.vi ‏20 KB

  • Is there a line style descrepancy with xy graph property nodes?

    Hello.
    I am attempting to display mutliple bar graphs in a single XY graph control. To color-code and label each one, I set up a for-loop and call each active plot to set the color, plot name, etc. The problematic thing is that when I define the vertical bar graph type by-hand, at the control on the front panel, I have 5 vertical plot style options. The fifth one produces the best results. When I try to set this property node in the block diagram, I have only three vertical plot style options. Is there a way around this?
    Appreciate any fedback.
    Best,
    Mike

    Hi Mike,
    I read the property node for the bar plots (after having setting it by hand to the one you like) and it appears that the value of that bar plot is 8. I also set it to a different bar plot by and hand then wrote "8" to the property node and that does seem to change it to the last  (left to right) vertical bar graph. I am running LV 7.1. If you look at the context help it does seem to indicate that the only values for vertical bar graphs are 1-3 but try writing "8" and see what happens.
    Cheers,
    --Russ

  • Multiple property nodes

    Hi,
    I have about 10 or so numeric indicators that I modify their properties so I can change the background colors etc.  The problem is, these indicators are not bundled or anything, so I bascally have 10 different property nodes that I have to wire and it looks bad in the block diagram.  I was wondering if there is a way to bundle only the property nodes in the block diagram and apply the changes directly to the bundle so my code would be cleaner.  Hope my question is clear enough. BTW, the changes made to every indicator property nodes are the same.
    Thanks
    Yohan

    Attached is a vi and an image of the block diagram.
    Edit: The VI will not run as is, you need to wire something to the property node in order for it to run.
    Message Edited by Novatron on 06-23-2006 09:21 AM
    Message Edited by Novatron on 06-23-2006 09:22 AM
    Attachments:
    Properties.vi ‏11 KB
    Properties.jpg ‏55 KB

  • Property node or what else ?

    Hi,
    I want to built a VI that function similar to the Terminal in the Telnet Line Client.vi (in Telnet Toolkit).  I try to learn from the example, but could not figure out what the "Terminal" showed below is.  The 1st picture in the attachment is the property node, but I don't know how it is related to the 2nd picture.  Could not find any help on it, and don't even know what it called  Any idea is appreciate!
    thanks,
    Anh
    Attachments:
    terminal question.JPG ‏4 KB

    Hi Anh,
    The second "thing" in your picture is a local variable.
    With a property node, you can access not only the value of the pointed variable ("terminal" in that case) but all its attributes, such as size, position, color, visible or not and many interesting things ; some attributes are read only and some at reable and writtable.
    With a local variable, you can only access (in read or write mode) the value of the pointed variable.
    To create a local variable, right click on your variable, go to "create" >> "local variable"
    Am I clear ?
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Table property node.

    Dear,
    I am a beginner in using a table.
    My attachment and image explain my problem.
    By clicking the left mouse key, the cell background color can be changed.
    This color is used as three states contoller.
    A string in each cell represent the state of the color. (1:1 corresponding with color).
    My problems are
    1. I didn't write to modify the cell position. But some cells are moving horizontally(by 2 or 3 column) in one row.
    One of attachement explained the snapshot of the problem.
    2. In real time, I want to update the state string in active cell. the property node result, "Set cell value", is strange.
        Of course, I tried to update whole table by using shift registered array.
       But, only deactivating the cell by moving the activation to other cell, the string was updated.
    3. I want to use the table as a indicator: I want NOT to write some string in any cells of the table.
    As I mentioned, some mouse clicking is preferred. How can I do?
    Attachement: 1: LV8.0 code, 2: snapshot image
    메시지가 04-14-2007 02:17 AM에 labmaster에 의해 편집되었음
    Attachments:
    bbb.PNG ‏35 KB
    table.vi ‏53 KB

    Hi Labmaster,
    This is an interesting issue, and something that I am going to investigate further. It appears to have something to do with using the invoke node to change cell values within an event structure that is not working. I tried putting a one button dialog box inside that event case to let the user know that the event had fired, and interestingly enough the value changes then. This is likely a LabVIEW bug of some kind.
    By the way, you have some funky effects going on in that table!
    Best regards,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current

Maybe you are looking for