Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Sync

The 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.