03-08-2007 02:37 PM
03-08-2007 03:42 PM
03-09-2007 04:17 AM
Thanks for the answer.
What Do you mean with "I would make the data type the XY graph"?
I already had the idea, to create a property that returns the array.
But I still have some problems with it. First of all I have read that propertynodes are quite slow. Is this true?
But the main problem is, that I don't know how to connect the DataIn / DataOut - panel of the facadeVI with the DisplayStateIn of the propertyVI. I already created the necessary datatype in the StateVI and connected the data-wire with the state-wire in the "DataChange-Event" of the facadeVI. So the data sould be sent to the DisplayStateOut-panel. But the property doesn't show any data!
Maybe there has to be something like another iteration-step to pass the data from the DisplayStateOut to the DisplayStateIn?
But I would prefer to solve the problem with only one iteration!
And another question:
How can I create a "reference to the data in the Facade VI"? I only know references in the case of propertynodes.
03-09-2007 04:46 PM
Take a look at this example, does it do what you are looking for?
If not attach your control and I will take a look at it.