12-02-2006 04:38 AM
12-04-2006 12:33 PM
Hello Visswanathan,
I wasn't able to tell what kind of reference was going into these property nodes that are causing the problems. Is this the reference to the FPGA VI or a reference to something else like a control or other non-FPGA VI.
After re-reading, I see that you are passing around the reference of an Array indicator. I would recommend passing the array by wire instead of using a property node. It is much much faster to do it this way. If you absolutely have to use the value property node, try to keep the other property nodes to a minimum. It sounds like you are also working with very large arrays. How big are they? Usually the FPGA tolerance for large arrays is much lower than Windows.
Regards,
Steve T.
12-04-2006 10:37 PM
thank u
the array size is 10 and it is a boolean array. now, i am wiring the array to all my sub-vi's. it is working fine.