Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-slsc-12201-custom-device
Adds support for the NI SLSC-12201 module to VeriStand
https://github.com/ni/niveristand-slsc-12201-custom-device
custom-device slsc veristand
Last synced: 4 days ago
JSON representation
Adds support for the NI SLSC-12201 module to VeriStand
- Host: GitHub
- URL: https://github.com/ni/niveristand-slsc-12201-custom-device
- Owner: ni
- License: mit
- Created: 2018-09-27T19:32:34.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:02:12.000Z (5 months ago)
- Last Synced: 2024-08-20T20:18:30.860Z (5 months ago)
- Topics: custom-device, slsc, veristand
- Language: JavaScript
- Homepage:
- Size: 12.2 MB
- Stars: 0
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: Docs/Support/Add Module to System Definition.png
Awesome Lists containing this project
README
# SLSC-12201 DIO Plugin Custom Device
The **SLSC-12201 DIO Plugin Custom Device** enables access to properties, commands, and physical channels of the [SLSC-12201 33 V Digital I/O Conditioning Module](https://www.ni.com/en-ph/support/model.slsc-12201.html) within VeriStand.
## Using the Custom Device
- Download the latest release of the VeriStand Custom Devices on [ni.com](https://www.ni.com/en-us/support/downloads/software-products/download.veristand-custom-devices.html) or manually from the [GitHub Releases page](https://github.com/ni/niveristand-slsc-12201-custom-device/releases).
- See the [User Guide](Docs/User%20Guide.md) for a walkthrough of using the Custom Device.## LabVIEW Source Code Version
LabVIEW 2020
## Dependencies
### Running the custom device
- [VeriStand 2023 or later](https://www.ni.com/en-us/support/downloads/software-products/download.veristand.html)
### Developing or building from source
- [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)
- [NI R Series Multifunction RIO](https://www.ni.com/en-us/support/downloads/drivers/download.ni-r-series-multifunction-rio.html)
- Required for FPGA-based loopback test, not a direct dependency of the Custom Device
- [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 SLSC-12201 DIO Plugin Custom Device 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.