Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-embedded-data-logger-custom-device
VeriStand embedded data logger custom device
https://github.com/ni/niveristand-embedded-data-logger-custom-device
custom-device data-logger veristand
Last synced: 4 days ago
JSON representation
VeriStand embedded data logger custom device
- Host: GitHub
- URL: https://github.com/ni/niveristand-embedded-data-logger-custom-device
- Owner: ni
- License: mit
- Created: 2019-11-11T20:58:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:07:27.000Z (5 months ago)
- Last Synced: 2024-08-20T20:23:25.003Z (5 months ago)
- Topics: custom-device, data-logger, veristand
- Language: LabVIEW
- Homepage:
- Size: 6.46 MB
- Stars: 3
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Embedded Data Logger Custom Device
The **Embedded Data Logger Custom Device** allows users to log VeriStand channels to file.
## Using the Custom Device
- Download the latest release package from the [Releases page](https://github.com/ni/niveristand-embedded-data-logger-custom-device/releases).
## 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)
- [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 Embedded Data Logger 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.