08-07-2019 01:22 PM
Hi all,
So I have intensity graph A. It represents the difference between two data sets at each (i,j) point. 0 is the best, where both data sets completely agree... and then +/-10 are the max and min agreement values.....
I have created 5 markers.... (-10,-5,0,5,10) and want the 0 green, +/-5 yellow, and +/- 10 red. I set the marker values to those colors using the property node: ZScale.MarkerVals[] linked to a cluster with the above values and colors. However, no matter how much I run the code... it is stuck in previous colors and wont change from rainbow to the red->yel->green->yel->red sequence I want.
Solved! Go to Solution.
08-07-2019 02:12 PM
08-08-2019 07:46 AM
Sorry for the late reply, had this issue at the end of my work day.
I think I figured out what my issue was. When originally creating the intensity graphs... I simply clicked ctrl + drag on the graphs to create a few extra. Apparently labview doesn't like this in combination with Property nodes as the original property node seemed to constantly still affect the copies.
I went through and just recreated the intensity graphs through the menu option instead and the property nodes are properly working now. Thanks again GerdW