03-01-2023 01:16 PM
Hi,
Has anyone used Copilot software by Astronics Ballard Technology.
I am trying to use under the OMNIBUS II NI PXIe, Omnibus II PXIe versions LV222-442-442.
Co Pilot software is connected to
Ch0 - RX (Receive)
Ch24 - TX (Transmit)
then it converts the data to hex.
I need to write a VI that would enable ch0 and ch24 and have a control for "Distance to Go" to change NM value and have it received at ch0 with the same hex value received.
how do i got about doing so or is it even possible?
03-01-2023 01:31 PM
03-01-2023 03:30 PM
I am new to the company and thats what they asked me to do. i am not too sure if its even possible. i dont know to derive the hex number 0AA8C8.
03-01-2023 10:09 PM - edited 03-01-2023 10:12 PM
There is a VeriStand custom device to support that hardware which supports ARINC 429 protocol.
https://github.com/ni/niveristand-ballard-arinc429-custom-device
That code relies on other components mentioned in the readme for that project. One of those dependent libraries is an encoding and decoding library for ARINC 429.
Hopefully, that VeriStand custom device and those helper libraries written in LabVIEW give you some ideas.