Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-routing-and-faulting-custom-device
Custom device for switching and fault insertion
https://github.com/ni/niveristand-routing-and-faulting-custom-device
custom-device fault-insertion slsc slsc-switch veristand
Last synced: 4 days ago
JSON representation
Custom device for switching and fault insertion
- Host: GitHub
- URL: https://github.com/ni/niveristand-routing-and-faulting-custom-device
- Owner: ni
- License: mit
- Created: 2019-06-28T13:33:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T08:20:17.000Z (6 days ago)
- Last Synced: 2024-12-30T09:32:28.502Z (6 days ago)
- Topics: custom-device, fault-insertion, slsc, slsc-switch, veristand
- Language: LabVIEW
- Homepage:
- Size: 30.7 MB
- Stars: 5
- Watchers: 7
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: Docs/Support/Class Diagram.png
Awesome Lists containing this project
README
# Routing and Faulting Custom Device
The **Routing and Faulting Custom Device** allows users to configure routes and inject faults using SLSC Switch and Fault Insertion modules.
## 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-routing-and-faulting-custom-device/releases/)
- See the [User Guide](Docs/User%20Guide.md) for a walkthrough of using the Custom Device.
- See the [Developer Guide](Docs/Developer%20Guide.md) for information about extending 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)
- Includes [NI-SLSC](https://www.ni.com/en-us/support/downloads/drivers/download.ni-slsc.html)
- [NI-SWITCH](https://www.ni.com/en-us/support/downloads/drivers/download.ni-switch.html) (if using the NI-SWITCH Custom Device)### Real-Time target software components
- NI-SWITCH (if using the NI-SWITCH Custom Device)
- NI-SLSC Switch (if using the NI-SLSC Switch Custom Device)### 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)
- `CDMessaging.lvlibp` from [Custom Device Message Library](https://github.com/ni/niveristand-custom-device-message-library)
- `SLSCSwitchMessaging.lvlibp` from [Routing and Faulting Message Library](https://github.com/ni/niveristand-routing-and-faulting-message-library)
- `NISWITCHMessaging.lvlibp` from [Routing and Faulting Message Library](https://github.com/ni/niveristand-routing-and-faulting-message-library)
- [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 Routing and Faulting 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.