Skip to content

Collection of methods to compose and decompose various data types in LabVIEW.

License

Notifications You must be signed in to change notification settings

logmanoriginal/LabVIEW-Composition

Repository files navigation

Contributors Forks Stargazers Issues Build Status BSD-3-Clause License


Logo

LabVIEW Composition

Composes and decomposes LabVIEW™ data types.
Explore the docs »

View Demo
Report Bug
Request Feature

About The Project

Composes and decomposes objects, clusters, maps and sets in LabVIEW, effectively breaking encapsulation by making private data accessible. Use with caution!

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • LabVIEW™ 2017 or later
  • VI Package Manager

Installation

  1. Clone the repo
    git clone https://github.com/logmanoriginal/labview-composition.git
  2. Install packages
    start .vipc
    Or apply .vipc manually.

Usage

Here is an example that takes an object and writes new data to it.

Example

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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.

License

Distributed under the BSD-3-Clause License. See LICENSE for more information.

Contact

Project Link: https://github.com/logmanoriginal/labview-composition

Acknowledgements

About

Collection of methods to compose and decompose various data types in LabVIEW.

Topics

Resources

License

Stars

Watchers

Forks