Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-engine-simulation-toolkit-custom-device
Enables validation of engine control units in VeriStand.
https://github.com/ni/niveristand-engine-simulation-toolkit-custom-device
custom-device engine-simulation veristand
Last synced: 4 days ago
JSON representation
Enables validation of engine control units in VeriStand.
- Host: GitHub
- URL: https://github.com/ni/niveristand-engine-simulation-toolkit-custom-device
- Owner: ni
- License: mit
- Created: 2018-09-27T19:35:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:07:11.000Z (5 months ago)
- Last Synced: 2024-08-20T20:23:09.871Z (5 months ago)
- Topics: custom-device, engine-simulation, veristand
- Language: LabVIEW
- Homepage:
- Size: 64.2 MB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: Docs/Support/APU Diagram.png
Awesome Lists containing this project
README
# NI VeriStand Engine Simulation Toolkit Custom Device
The **Engine Simulation Toolkit Custom Device** provides a configuration-based experience for validating engine control units (ECUs).
## Using the Custom Device
- Download the latest release package from the [Releases page](https://github.com/ni/niveristand-engine-simulation-toolkit-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)
- [LabVIEW FPGA Module](https://www.ni.com/en-us/support/downloads/software-products/download.labview-fpga-module.html)
- [NI R Series Multifunction RIO](https://www.ni.com/en-us/support/downloads/drivers/download.ni-r-series-multifunction-rio.html)
- LabVIEW FPGA Advanced Session Resources
- For driver versions older than 21.0, find the download on [NI Labs Toolkits](https://forums.ni.com/t5/NI-Labs-Toolkits/LabVIEW-FPGA-Advanced-Session-Resources/ta-p/3500447?profile.language=en)
- For R Series device driver versions 21.0 and later, this library is included with the installer
- [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 NI VeriStand Engine Simulation Toolkit 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.