05-21-2009 02:03 PM
05-22-2009 03:19 PM
You could use a property node for the XY Graph to set the maximum and minimum values of one of the Y scales based on another. You would read the maximum and minimum values of one Y scale, calculate the required max and min Y scale values for the other Y scale and then write these values using the property node. The property nodes you would need to look at are 'Active Y scale', 'Y Scale Maximum' and 'Y Scale Minimum'. Use the 'Active Y scale' to choose the Y scale to modify, and then use the 'Y Scale Maximum' and 'Y Scale Minimum' properties to set the required values. The image below describes how this looks like on the block diagram.
I hope this helps!