Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-instrument-addon-classes
Dependencies for the Instrument Addon custom device
https://github.com/ni/niveristand-instrument-addon-classes
custom-device instrument-addon veristand
Last synced: 4 days ago
JSON representation
Dependencies for the Instrument Addon custom device
- Host: GitHub
- URL: https://github.com/ni/niveristand-instrument-addon-classes
- Owner: ni
- License: mit
- Created: 2020-03-23T14:49:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T07:29:53.000Z (6 days ago)
- Last Synced: 2024-12-30T08:27:57.957Z (6 days ago)
- Topics: custom-device, instrument-addon, veristand
- Language: LabVIEW
- Homepage:
- Size: 16.1 MB
- Stars: 1
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Instrument Addon Classes
The **Instrument Addon Classes** are used in the [Instrument Addon Custom Device](https://github.com/ni/niveristand-instrument-addon-custom-device) to handle the various instrument protocols and protection schemes over these protocols.
If installing the **Instrument Addon Custom Device** from a [released package](https://github.com/ni/niveristand-instrument-addon-custom-device/releases/latest), you do not need to separately clone or install this component. Only making modifications to the custom device's protocol or protections require using this repository as source.
## LabVIEW Source Code Version
LabVIEW 2020
## Dependencies
- [LabVIEW 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview.html)
- [LabVIEW Real-Time Module](https://www.ni.com/en-us/support/downloads/software-products/download.labview-real-time-module.html)
- [VeriStand 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html)
- [NI-VISA 2023Q2 or later](https://www.ni.com/en-us/support/downloads/drivers/download.ni-visa.html)
- [NI-Serial 2023Q2 or later](https://www.ni.com/en-us/support/downloads/drivers/download.ni-serial.html)
- [VeriStand Custom Device Development Tools](https://github.com/ni/niveristand-custom-device-development-tools)
- Install the latest package from the [release page](https://github.com/ni/niveristand-custom-device-development-tools/releases)
- [VeriStand Custom Device Testing Tools](https://github.com/ni/niveristand-custom-device-testing-tools)
- Install the latest package from the [release page](https://github.com/ni/niveristand-custom-device-testing-tools/releases)## Git History & Rebasing Policy
Branch rebasing and other history modifications will be listed here, with several notable exceptions:
- Branches prefixed with `dev/` may be rebased, overwritten, or deleted at any time.
- Pull requests may be squashed on merge.## License
The Instrument Addon Classes are licensed under an MIT-style license (see LICENSE). Other incorporated projects may be licensed under different licenses. All licenses allow for non-commercial and commercial use.