Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-custom-device-wizard
LabVIEW project template for VeriStand custom devices
https://github.com/ni/niveristand-custom-device-wizard
custom-device veristand
Last synced: 4 days ago
JSON representation
LabVIEW project template for VeriStand custom devices
- Host: GitHub
- URL: https://github.com/ni/niveristand-custom-device-wizard
- Owner: ni
- License: mit
- Created: 2019-03-26T20:52:50.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T07:15:43.000Z (6 days ago)
- Last Synced: 2024-12-30T08:22:35.931Z (6 days ago)
- Topics: custom-device, veristand
- Language: LabVIEW
- Size: 5.39 MB
- Stars: 13
- Watchers: 5
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# NI VeriStand Custom Device Wizard
This project template is a consolidated version of pre-existing project templates for creating custom devices. It includes the following templates:
- Asynchronous
- Inline HW Interface
- Inline HW Interface (Inline-Async)
- Inline Model Interface
- Inline Timing and Sync
- Asynchronous Timing and SyncThe scripting code uses a LabVIEW Class-based design that allows you to easily add support for creating new custom device project templates.
## LabVIEW Version
The source for this repository is written in LabVIEW 2020.
## Dependencies
- [VeriStand 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html)
- [LabVIEW 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview.html)
- [LabVIEW Real-Time Module 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.labview-real-time-module.html)
- [VeriStand Custom Device Development Tools](https://github.com/ni/niveristand-custom-device-development-tools)
- Latest [released package](https://github.com/ni/niveristand-custom-device-development-tools/releases/latest)
- [HTML Workshop](https://github.com/ni/niveristand-custom-device-development-tools/issues/38)
- [Latest release of the Custom Device Wizard](https://github.com/ni/niveristand-custom-device-wizard/releases/latest)## 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 NI VeriStand Custom Device Wizard is 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.