Composes and decomposes LabVIEW™ data types.
Explore the docs »
View Demo
Report Bug
Request Feature
Composes and decomposes objects, clusters, maps and sets in LabVIEW, effectively breaking encapsulation by making private data accessible. Use with caution!
Decompose Set
is not safe to use in LabVIEW 2019 to 2023 Q3 because of a known issue in theVariant To Flattened String
primitive. It was tracked under issue number 2058864 and fixed in LabVIEW 2024 Q1.1 2 3
To get a local copy up and running follow these simple steps.
- LabVIEW™ 2017 or later
- VI Package Manager
- Clone the repo
git clone https://github.com/logmanoriginal/labview-composition.git
- Install packages
Or apply
start .vipc
LabVIEW Composition.vipc
manually.
Here is an example that takes an object and writes new data to it.
Note
There are more examples in the Examples folder.
These examples are also available in Example Finder in directory view under PNR/LabVIEW Composition
.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Keep in mind that LabVIEW™ VIs are binary files, which are difficult to merge.
- Only change a single VI or library.
- Avoid conflicts with other pull requests (don't work on the same libraries or VIs).
- Send VI Snippets (via issues) instead of pull requests when possible.
Distributed under the BSD-3-Clause License. See LICENSE
for more information.
Project Link: https://github.com/logmanoriginal/labview-composition