06-16-2010 02:44 PM - edited 06-16-2010 02:48 PM
Using a graph with two X-scales (time and depth scales along X-axis).
Anyone have any thoughts on how to set the maximum for the time scale on the graph for attached VI? One can adjust the maximum of the depth scale (try manually changing maximum on each scale and you will see the effect on the plot). ps. trying vi snippets for first time (however, for me it does not want to work when dragged from Firefox, and was not able to drag it from Explorer), so I have attached as VI also.
Thanks,
Don
Solved! Go to Solution.
06-16-2010 03:13 PM
06-17-2010 03:04 PM
Don-
You can just use a property node and wire a reference on the waveform graph into the property node. I have included a snippet for you to try.
06-18-2010 07:18 AM
I went back over some older code I had - and what you have done is exactly what I did. So your solution is exactly correct. This must be done thru a property node and cannot really be addressed manually because one scale at a time has to be defined as active.
I am having problems with code snippets. When I drag your code over to a block diagram, I get the notation:
instead of the code. I am using Firefox. Explorer doesn't even allow me to even do the drag. I guess that is for another thread.
Thanks,
Don