03-06-2008 01:54 AM
Hi,
in my application I have the same problem. Since years we use stripcharts to inform our customer about his vehicle driving style.
We use several physical values to display in one chart. Due to the fact that CVI can only manage one left and one right Y-axle we added eight more axles on each diagram. To create the axles itself we use the canvas function and draw the necessary lines our self.
I’m a little bit disappointed about the NI reaction!
I only hear that there is no idea when the problem is solved and whether a patch comes ore not nobody knows.
03-06-2008 07:11 AM
03-06-2008 08:14 AM
Luis has posted a patch for the overlapped control bug here.
http://forums.ni.com/ni/board/message?board.id=180&thread.id=34153
For what I've tested so far it seems to work..
Greg
03-06-2008 09:06 AM
Canvas is not the only way. See attached screenshot for an old application using multiple traces on a 7.0.0 stripchart. Rather than use invisible buttons, we detected the trace that an operator was interested in by measuring the mouse position over the control.
JR