01-18-2008 09:10 AM
02-01-2008 02:28 PM
02-01-2008 10:08 PM
02-04-2008 09:39 AM
03-12-2008 09:38 AM
Hi,
I also use Labview 8.5 and I've the same problem with the number of stacked plots.
I tried to use workaround number 2, but I don't know how to set the "Num Legend Rows" property with VI server.
My test vi (see attachment test.vi) runs OK with included "test chart.vi", but I don't set the "Num Legend Rows" property .
How can I do this?
Thanks
Hans
03-13-2008 04:11 PM
03-14-2008 01:07 AM
I know this property node, but my problem is:
If I write this property node in the "test chart.vi" then the test.vi breaks or the property node will be ignored if I try to run it.
See attachment: Run test.vi with "test chart.vi" in Labview 8.5
So maybe there is a way to call this property node from the main VI "test.vi" by using the VI reference of "test chart.vi"?
Thanks
Hans
03-14-2008 04:53 PM
03-17-2008 01:07 AM
Hi,
thanks for your reply 🙂
I'm sorry, you're right, a global variable is missing, but you don't need it.
Use these new 2 file (see attachment) and run "mainTest.vi" with this "test chart.vi".
Now it shouldn't crashes anymore (I've deleted the "number of rows" property node in "test chart.vi"), but I can't change the number of stacked plots programmatically still on 😞
I would be very great if you could solve this problem.
Thanks
Hans
03-17-2008 01:10 AM