-
Notifications
You must be signed in to change notification settings - Fork 71
fixed wrong get indicator label and added reverse 1d array to ctrl se… #421
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
base: master
Are you sure you want to change the base?
fixed wrong get indicator label and added reverse 1d array to ctrl se… #421
Conversation
…arch Signed-off-by: Jens-Peter Tuppatsch <[email protected]>
... Server Support New/gRPC Scripting Tools/Oneof API/Accessor Helpers/GenOneOf_Get_Accessor.vi
Show resolved
Hide resolved
…onOneOf_Get-Set_Accessor throw error if control-indicator not found Signed-off-by: Jens-Peter Tuppatsch <[email protected]>
|
I didn't know about the tabbing order, I learned that. Thanks |
|
@pettaa123 It appears one or all of the VIs from this PR were saved in LV 2020 rather than LV 2019. |
jasonmreding
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resubmit VIs saved in LV 2019.
…arch Signed-off-by: Jens-Peter Tuppatsch <[email protected]>
…onOneOf_Get-Set_Accessor throw error if control-indicator not found Signed-off-by: Jens-Peter Tuppatsch <[email protected]>
…or' of https://github.com/pettaa123/grpc-labview into correct_get_accessor_label_ident_in_genoneof_get_accessor
…arch
GetOneOf_Get_Accessor.vi search for wrong label Get_Indicator, instead of Get_Val as in OneOfTemplate.lvclass:GetTemplate.vi
This worked since Get_Val was always last in ctrl array.
Because of this I added a reverse 1d array to ctrl array, since Get_Val and Set_Val appear to be always last.