07-27-2011 12:36 PM - edited 07-27-2011 12:37 PM
I have an xcontrol which in the exec state change I bundle a reference to the table which is contained within that xcontrol. If I put a probe there, the reference is valid. However, when I execute a method (shown in the bottom part of the diagram) the reference is 0 and throws an error. Is LabVIEW "doing me favors" again, or am I doing something incorrectly?
07-28-2011 06:49 PM
Greg,
Would you mind posting the exact error that you're facing?
Also, is your VI available for viewing?
Regards,
-Larry H.
01-05-2013 03:14 PM
Greg,
I'm running into a similar problem: queue and notifier references that I'm storing in the state data are becoming invalid.
Did you every solve your problem? I'd be very interested in the solution you found.
01-05-2013 04:35 PM
For anyone else who runs across this problem I did figure out what I was doing wrong...
Anytime you change the State Data of your XControl you MUST remember to set the State Changed? field of the Active cluster in your Fascade.
Sometimes it's the little things you forget......