LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

AIM ARINC429 LoopBack

I have the AIM ARINC429 ACE in my NI PXIe 8881 chassis and want to utilize a loopback LabVIEW VI for this card however I cannot find any and trying to utilize the provided C loopback code is causing a lot of issues.

Is anyone if there is a loopback VI that would work for this card?

0 Kudos
Message 1 of 4
(100 Views)

Have you tried the VI from their official website?

ZYOng_0-1756860277310.png

 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 4
(62 Views)

Thank you for the response!! The only VI I was able to find in code base was a VI that transmitted values from a transmit channel and then had a delay then read them from a receive channel. 

 

I am looking for a VI that reads in a stream of data and immediately writes each incoming data word out to a transmit channel while still reading. (Essentially 1 in 1 out). 

I have found a VI called CreateSession(RxTx- Loop) that initializes Rx and Tx channels and then called Rx Data Loop Assign and Config Labels Rx VIs. Could this be used/ does anyone have insight on what I would use this in conjunction with to create the type of looping I am looking for?

 

0 Kudos
Message 3 of 4
(38 Views)

If you also use VeriStand, consider using this LabVIEW-built custom device:
https://github.com/ni/niveristand-aim-arinc429-custom-device/tree/main

 

Doug
Enthusiast for LabVIEW, DAQmx, and Sound and Vibration
0 Kudos
Message 4 of 4
(17 Views)