You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm Using the DCAF Framework, and when scripting my module, I discover a bug with enum.
the Automatic polimorphic Instance is choosing I8, I16 or I32 for Enum thatn can be only U8, U16 or U32.
this can be fix by changing the order in the polymorphic Instance and placing Unsigned Number before signed Number.
I'm Using labVIEW 2017 SP1 f3 in english 32 bits. OS Windows 10 + NI Tag Bus v1.4.0.3 installed from VIPM.
the Initial Version
Fixed Version
Best regards
The text was updated successfully, but these errors were encountered:
You are correct, this bug is easy to reproduce, it might be more a LabVIEW bug than a DCAF, but I will look into adding the patch for DCAF just need to be sure making the change has no other effects. Thanks for submitting it.
Hello,
I'm Using the DCAF Framework, and when scripting my module, I discover a bug with enum.
the Automatic polimorphic Instance is choosing I8, I16 or I32 for Enum thatn can be only U8, U16 or U32.
this can be fix by changing the order in the polymorphic Instance and placing Unsigned Number before signed Number.
I'm Using labVIEW 2017 SP1 f3 in english 32 bits. OS Windows 10 + NI Tag Bus v1.4.0.3 installed from VIPM.
the Initial Version

Fixed Version

Best regards
The text was updated successfully, but these errors were encountered: