LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CoPilot software simulation

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?

 

HelloKristy_0-1677698059238.png

 

 

 

0 Kudos
Message 1 of 4
(1,625 Views)
Hi Kristy,

do you think LabVIEW is related to "LabelView" in any way?
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(1,611 Views)

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.

 

HelloKristy_0-1677706213391.png

 

0 Kudos
Message 3 of 4
(1,593 Views)

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.

Doug
NI Sound and Vibration
0 Kudos
Message 4 of 4
(1,560 Views)