Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni/niveristand-ballard-arinc429-custom-device
Custom device for Ballard ARINC 429 hardware
https://github.com/ni/niveristand-ballard-arinc429-custom-device
arinc429 ballard custom-device veristand
Last synced: 4 days ago
JSON representation
Custom device for Ballard ARINC 429 hardware
- Host: GitHub
- URL: https://github.com/ni/niveristand-ballard-arinc429-custom-device
- Owner: ni
- License: mit
- Created: 2021-03-03T22:34:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T19:11:12.000Z (17 days ago)
- Last Synced: 2024-12-18T20:23:47.540Z (17 days ago)
- Topics: arinc429, ballard, custom-device, veristand
- Language: LabVIEW
- Homepage:
- Size: 27.1 MB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ballard ARINC 429 Custom Device
The **Ballard ARINC 429 Custom Device** allows use of [Astronics ARINC 429 PXIe Modules with Ballard Technology](http://www.ni.com/en-ca/shop/select/pxi-arinc-429-interface-module) in VeriStand. The custom device targets one **core** of a Ballard ARINC 429 PXIe module. To target multiple modules or multiple cores on the same module, use multiple instances of this custom device.
The custom device supports the following functionality:
- Import configuration files via scripting and System Explorer
- LabVIEW scripting of the custom device configuration
- Viewing read-only configuration in System Explorer
- Transmit and Receive configured labels
- Scheduled and Acyclic labels
- Multiple parameters per label
- Multiple labels per channel
- Multiple Rx and Tx channels per core
- Log all configured channels and labels per core## Using the Custom Device
- Download the latest release package from the [Releases page](https://github.com/ni/niveristand-ballard-arinc429-custom-device/releases).
- See the [User Guide](Docs/User%20Guide/User%20Guide.md) for a walkthrough of using the Custom Device.
- See the [Parameters XML File Schema documentation](Docs/Parameters%20XML%20File/Parameters%20XML%20File.md) for configuring the custom device.## Requirements
- PXI Linux RT Controller
- Supported Ballard ARINC 429 PXI Module**Note**: Only NI-keyed PXI modules are supported by the custom device. The part number should have the form `LV-222-###-###`, were `###` stands for the core configuration. **441** and **442** core models are supported. See the mapping between NI and Ballard part numbers on [ni.com](https://www.ni.com/en-us/support/documentation/supplemental/17/astronics-ballard-and-national-instruments-part-number-mapping.html).
## LabVIEW Source Code Version
LabVIEW 2020
## Dependencies
### Running the custom device
- [VeriStand 2020 or later](https://www.ni.com/ro-ro/support/downloads/software-products/download.veristand.html#382072)
- Optional: [Astronics Ballard Avionics Driver](https://www.ni.com/en-us/support/downloads/drivers/download.astronics-ballard-avionics-driver.html#370805)### Real-Time target software components
- Astronics Ballard Avionics Driver
- Must enable the `ni-third-party` feed in MAX to install### Developing or building from source
- [LabVIEW 2020 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)
- [Astronics Ballard Avionics Driver and LabVIEW API](https://www.ni.com/en-us/support/downloads/drivers/download.astronics-ballard-avionics-driver.html#370805)
- [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 Message Library](https://github.com/ni/niveristand-custom-device-message-library)
- Install the latest package from the [release page](https://github.com/ni/niveristand-custom-device-message-library/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
This Ballard ARINC 429 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.