Parameters XML Generation for 1553 Ballard Custom Device

Updated Dec 1, 2025

Reported In

Software

  • Automotive Diagnostic Command Set Toolkit

Driver

  • Astronics Ballard Avionics Driver

Issue Details

I am using the 1553 Ballard custom device to drive our 1553 data, which requires both a hardware configuration XML and a parameters XML file. I created the hardware XML using the BTIXMLEdit tool, but there is no easy way to generate the parameters XML. I am currently building the parameters XML manually using the GitHub documentation, which is very time-consuming and not practical for a full solution. Is there a tool available to generate the parameters XML automatically?

Solution

No standalone GUI tool exists to generate the Ballard MIL-STD-1553 parameters XML.
Instead, the supported and recommended solution is to use the Ballard MIL-STD-1553 LabVIEW scripting API, provided via the package ni-ballard-mil-std-1553-veristand-20xx-labview-support. Using the example “Build New Ballard MIL-STD-1553 Custom Device.vi”, you can programmatically build the entire custom device configuration directly from their 1553 database, fully bypassing the need to manually create a parameters XML file.

You can access the examples in the following path: C:\Program Files\National Instruments\LabVIEW 20XX\examples\NI VeriStand Custom Devices\Ballard MIL-STD-1553