12-10-2015 08:29 AM
I need to plot 4 variables continually. So , I decided to use Charts.
But I want to implement some functions to this chart, for example, change the plots names, set visible or not, change the color...
So I decided to use property node to do this.
But when I call the property node (by event structure or inside the loop) appears the error: "not enough memory to complete this operation".
Does anyone knows how to solve this problem?
Thank you very much
12-10-2015 09:52 AM
Do you need to do this programmatically or from user inputs? You can how the legend and the plot visibility checkboxes to allow the user to do all of this.
12-10-2015 10:47 AM
I need to do this programmatically.
12-14-2015 02:08 PM
What LabVIEW version are you using ?
Take a look in this post:
http://forums.ni.com/t5/LabVIEW/Error-quot-Not-enough-memory-to-complete-this-operation-quot-for/m-p...
12-14-2015 02:54 PM