LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ARINC 429 testing equipment

Dear all,
I'm new on interfacing ARINC429 with labview but, I would like to know if there is any testing solution available.
Do anybody of you already use labview to test aircraft components? Which kind of solutions do you use?
thanks
0 Kudos
Message 1 of 8
(5,794 Views)
Hi Fabio,

following this link you can download an Instrument Driver for the Tasco Arinc 429 Tester.
TASCO ARINC 429 Instrument Driver

This driver has been specifically developed for LabWindows/CVI. You can still import the Driver into LabVIEW by using the feature found in LabVIEW>>Tools>>Instrumentation>>import CVI Instrument Driver and then selecting the .FP file that comes with the instrument driver you download.
Regards,

AlessioD
National Instruments
0 Kudos
Message 2 of 8
(5,771 Views)
You have several options available, with each option involving some kind of PC hardware to interface with your Arinc429 bus. I am mostly using PCI cards in PC-based LabVIEW applications or RS232-to-Arinc429 adapters to interface with Arinc429 bus. You could also use a PXI-based system but this is going to be more expensive. Here are a few manufacturers, where you could get ARINC429 PCI/PXI interfaces: Condor Engineering, Excalibur, and Data Device Corporation (DDC). Each one provides LabVIEW drivers for their cards.

Another option is to use an RS232-to-Arinc429 adapter. This is basically a device that plugs into your serial port on the PC and interfaces with the Arinc429 bus. I am using a device from RTX Systems. The device comes with a DLL, and you can access all its functionality using DLL functions from LabVIEW. If you are using a non-Windows OS, then you can still talk to the device by writing directly to the serial port. In that case, you will have to handle the conversion from RS232 bytes to Arinc429 words. I have created a LabVIEW driver for both the DLL function calls and direct RS232 access from LabVIEW.

Each option will involve around $2000 (more or less) for 2/2 TX/RX channels pluse the development time for software.
Message 3 of 8
(5,733 Views)
ok,
thanks you all
0 Kudos
Message 4 of 8
(5,719 Views)
I'm working on an ARINC device at the moment. Using CONDOR software and hardware. I've also got a previous app running on Ballard equipment.

Both applications work, both drivers / interfaces have had different "issues." I've needed tech support from both manufacturers.

ARINC is serial like RS-232, but the similarity ends there. I found these applications non-trivial for all but very simple interfaces.

If you use LabVIEW, I'd recommend using a manufacturer who provides at least basic LabVIEW support and examples.
0 Kudos
Message 5 of 8
(5,681 Views)
Many thanks for your suggestions...
I've looked through many manufactures and the ones that fits my needs are:
* Excalibur;
* Condor Engineering;
* Ballard Technology;
Any experiences from you with those productors? How is their tech assistance?
I'm interested on a PCMCIA solution.
0 Kudos
Message 6 of 8
(5,670 Views)
I don't have any experience with Excalibur.

My Ballard experience was about two years ago. They may have updated their LabVIEW interfaces since then. I found Condor's LabVIEW drivers easier to use than Ballard's (from 2 years ago), but be sure you get Condor's latest DLL from their tech support group. The one provided on their CD had "issues" with some processes.

Nothing I've said should be construed as recommending one company over another. I don't know what your application is, so I don't know what will be easier for you. Both tech support groups were helpful. I still had to adapt examples from both companies, sometimes extensively, to make my applications work.
0 Kudos
Message 7 of 8
(5,643 Views)

Hello Ed. How you manage the buffer with these dlls? I have created a solution but I think that isn't the best way. Sometimes I keep having trouble with. 

 

0 Kudos
Message 8 of 8
(60 Views)