Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad Automatic Selection with Enum for Write #20

Open
mxrmesulog opened this issue Nov 28, 2018 · 2 comments
Open

Bad Automatic Selection with Enum for Write #20

mxrmesulog opened this issue Nov 28, 2018 · 2 comments
Labels

Comments

@mxrmesulog
Copy link

mxrmesulog commented Nov 28, 2018

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
initial version

Fixed Version
fixed version

Best regards

@becega
Copy link
Contributor

becega commented Dec 3, 2018

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.

@becega becega added the bug label Dec 3, 2018
@mxrmesulog
Copy link
Author

Hier. Yes this id a labview bug. I bref tout truc it on 2013 ans report it. Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants