01-11-2006 04:22 PM
01-11-2006 04:22 PM
01-12-2006 09:29 AM
01-12-2006 09:48 AM
There is something about that construct that hits me like "finger-nails on a black board".
WIring into and out of the same selection is what seems odd.
I think I will stick with the the other approach.
Ben
01-12-2006 09:52 AM
I have to agree with you on this one Ben. It looks just strange, however I looked at the buffer allocations and LabVIEW seems to be using the same buffers for both graphs.
If you change the wiring to go straight to both graphs, every array is copied (which makes sense). However, the pass through method doesn't seem to.
I am not exactly sure how or why this is happening, but in this 1 case it may be better.
01-12-2006 11:56 AM
"I am not exactly sure how or why this is happening..."
Data is being converted to variant (I believe). I do not think this happens if variant data is presented to the first graph.
Ben
01-12-2006 12:06 PM
01-12-2006 12:09 PM
01-16-2006 08:56 AM
01-17-2006 09:52 AM