Dan07 Posted March 5, 2013 Report Share Posted March 5, 2013 Hello everyone, I have a VI that loads an ASCII file and plots each one of the columns on graphs. It works very well but the problem is that the number of columns may vary. Some ASCII files have 3 columns and others have 40. I made an Array of Clusters and inside each cluster there is a graph that is fed with data from the ASCII file. I would like to know if there is a way to adjust the scales of the graphs individully. Currently, as you change the scale into one graph, it is spreaded over all graphs in all clusters of the arrray. This has been already asked before in another forum but I didn't get a solution yet. Actually, I believe that there is no solution for this since elements in a array should share the same properties. Then, I am looking for a workaround. Thanks. Dan07. Quote Link to comment
ShaunR Posted March 5, 2013 Report Share Posted March 5, 2013 Do you have an example (picture) of what you are trying to achieve? Quote Link to comment
Dan07 Posted March 5, 2013 Author Report Share Posted March 5, 2013 (edited) Do you have an example (picture) of what you are trying to achieve? Hello ShaunR, Find attached an example file. Thanks. Example.vi Edited March 5, 2013 by Dan07 Quote Link to comment
ShaunR Posted March 5, 2013 Report Share Posted March 5, 2013 Something like this? Quote Link to comment
Yair Posted March 5, 2013 Report Share Posted March 5, 2013 I posted an example here which shows how to create an "array of subpanels". You can use that to have graphs with separate properties. http://forums.ni.com/t5/LabVIEW/User-interface-problem-list-of-clusters/m-p/2311770#M726599 Quote Link to comment
hooovahh Posted March 5, 2013 Report Share Posted March 5, 2013 Just for completeness I'll add another way to achieve this using dynapanels originally posted here. With this method you can have independent properties on each graph/chart, and you aren't limited to an arbitrary number of VIs (64 in Yair's example). Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.