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

[US2366055] Annotated Enum Support in LabVIEW MeasurementService #213

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e351eb0
Created helper VI that takes in an enum reference and returns the enu…
WesleyTangNationalInstruments May 16, 2023
ee8af41
Updated Type Specialization to include "enum"
WesleyTangNationalInstruments May 16, 2023
b300f47
Updated Type Specialization Keys to include "enum.values"
WesleyTangNationalInstruments May 16, 2023
1f0f17b
Updated "Get MetaData from Result" to use annotations, similar to how…
WesleyTangNationalInstruments May 17, 2023
9db6b58
Fixed Create Enum Annotation's display square
WesleyTangNationalInstruments May 17, 2023
33b0192
Refactored Create Enum Annotations to return a Parameter Type Special…
WesleyTangNationalInstruments May 17, 2023
3b25da1
Added to lvlib and fixed wiring thing.
WesleyTangNationalInstruments May 18, 2023
c40d0a2
Renamed helper enum. Updated comments in examples.
WesleyTangNationalInstruments May 18, 2023
6ff6f90
Cleaned up front panel. Made Enum Reference input requird. Cleaned up…
WesleyTangNationalInstruments May 22, 2023
7150614
Made input terminals for "Get MetaData from Results" required to matc…
WesleyTangNationalInstruments May 22, 2023
aa8db8f
Created output terminals for MeasurementPluginService to remove wire …
WesleyTangNationalInstruments May 22, 2023
151e549
Added comment to template file.
WesleyTangNationalInstruments May 22, 2023
d1603be
Merge remote-tracking branch 'origin/main' into users/wetang/US236605…
WesleyTangNationalInstruments May 22, 2023
544cbdc
Added comment to UIProgressUpdates
WesleyTangNationalInstruments May 22, 2023
bc01016
Added example for using Create Enum Type Specialization vi to templat…
WesleyTangNationalInstruments May 22, 2023
7606d5d
Added GUID to uniquify enum_values to support multiple enums in Type …
WesleyTangNationalInstruments May 22, 2023
9f46d00
Moved Create Enum Type Specialization to Public Helpers. Missed a cha…
WesleyTangNationalInstruments May 22, 2023
04bf92c
Resaved for LabView 20.0
WesleyTangNationalInstruments May 22, 2023
2ce6313
Hide enum control in template
WesleyTangNationalInstruments May 22, 2023
3af37b8
Fixed issue when downconverting to LabVIEW 20.0
WesleyTangNationalInstruments May 22, 2023
e7985db
Added parameter name as input.
WesleyTangNationalInstruments May 24, 2023
acc20bc
Cleaned up logic based on PR feedback.
WesleyTangNationalInstruments May 24, 2023
a088390
Resaved in top left position. Cleaned up wiring of `i` in Get MetaDat…
WesleyTangNationalInstruments May 24, 2023
7cc693b
Sized to Text and resaved window position of examples.
WesleyTangNationalInstruments May 24, 2023
f23cea7
Resaved for window position.
WesleyTangNationalInstruments May 24, 2023
49a64d9
Reverted use of GUID
WesleyTangNationalInstruments May 24, 2023
74791d9
Fixed template Get Type Specialization.vi to use stuff in vi.lib inst…
WesleyTangNationalInstruments May 24, 2023
79805fd
Added icons for Type Specialization and Type Specialization Key ctls.
WesleyTangNationalInstruments May 24, 2023
1058941
Renamed "Enum reference in" and "Enum reference out" to fit standard
WesleyTangNationalInstruments May 24, 2023
6258f45
Relinked examples.
WesleyTangNationalInstruments May 24, 2023
a0f1506
Fixed Size to Text.
WesleyTangNationalInstruments May 24, 2023
065efe2
Unselected "View as Icon"
WesleyTangNationalInstruments May 24, 2023
250a470
Right-aligned output controls.
WesleyTangNationalInstruments May 24, 2023
b77aaa7
Fixed input and output alignment.
WesleyTangNationalInstruments May 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</Item>
<Item Name="Public Helpers" Type="Folder">
<Property Name="NI.LibItem.Scope" Type="Int">1</Property>
<Item Name="Create Enum Type Specialization.vi" Type="VI" URL="../Helpers/Create Enum Type Specialization.vi"/>
<Item Name="Get Discovery Service Address.vi" Type="VI" URL="../Helpers/Get Discovery Service Address.vi"/>
</Item>
<Item Name="Public TypeDefs" Type="Folder">
Expand Down