Hey everybody,
I'm running LabVIEW 8.2 Full DS, and I'm having some trouble with something that I think is very specific. I'm using a strict typedef as a control/indicator, and the problem comes when I programmatically read 9 FieldPoint targets and try to update the display. I'm using the Control Value:Set [Variant] method to force disabled numeric controls to update on a timeout event (the other events actually control the rig), but the controls don't visibly update. I can probe all of them and they show proper data, and I can force the displays in quick test vis using the exact same methodology, so I am kind of at a loss.
I have the control set inside a while loop to keep it updated, which is the only thing different than my little test cases. The FieldPoint addresses are passed as an array, and indexed through a for loop, with a case statement updating the proper control.
Thanks,
Jeff