03-17-2006 12:29 PM
03-17-2006 12:38 PM
Wow, I've never seen that one before. You're right, the Value(Signaling) property does not appear to fire the Value Change event for a Typedef Enum in LabVIEW 7.0. I tried the same thing in LabVIEW 7.1 and 8.0, however, and it worked fine in those versions.
-D
03-17-2006 02:13 PM
03-17-2006 02:24 PM
In the spirit of bug reporting that has been recently instituted on the forums, I just found the reference number for this issue (32682QPR) and confirmed that it was a bug in LabVIEW 7.0 that was fixed in 7.1. The only workaround offered in this bug report was disconnecting the control from its typedef.
-D
03-20-2006 08:19 AM
Unfortunatly disconecting from the typdef will not be an option during development since I use typdefs to encapsulate structures which I change while developing the code (add or change fileds as needed). If I create a dynamic event which uses the same typdef do you know if this work around works: make a dynamic event which uses the same typdef and generate a user event inplace of a value signaling essentially doing the same (although complicated the code a little). If not I will have to upgrade.
Paul
03-20-2006 09:34 AM