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

Control Module Scripting Utility Can Fail when Disabling Channel Types #358

Open
knoxberry opened this issue Sep 20, 2017 · 0 comments
Open
Labels

Comments

@knoxberry
Copy link
Contributor

When disabling scripting for channel types, the indexing by channel classification inside the for loop of "initialize vi references" can fail. The channel classifications array returned by "temporary load classes.vi" is 4 elements. The position of each channel classification in this array doesn't necessarily correspond to the position of the specification in the spec array.

FIx - Use the channel types output of "temporary load classes.vi" instead. This array contains the correct number and position of elements.

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