LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI Max and Ballard ARINC 429 card

Solved!
Go to solution

Hello,

 

I have this system. 

 

krispiekream_1-1678212810827.png

 

I have two Ballard Arinc 429 cards in there, but I don't see them listed on NI Max. 

Should It be there?

I was told that since it's a Ballard card and not NI. It will not show up on NI Max. Not sure what to believe.

any advice would be appreciated.

Thank you

 

 

Best regards,
Krispiekream
0 Kudos
Message 1 of 9
(1,357 Views)

Where are those cards installed? In the PXI chassis or in your PC as PCI/PCIe card?

 

In the first case it should be visible in NI-MAX at least as a generic card, although you can't do much with it in NI-MAX, since PXI actually has some resource enumeration standards.

 

In the second case there is no hope. NI-MAX only can access cards that are accessed through an NI driver such as DAQmx, IMAQdx, NI-XNET etc. 

Rolf Kalbermatter
My Blog
Message 2 of 9
(1,353 Views)

they are in the chassis right now. 

SLot 5 and Slot 10

Best regards,
Krispiekream
0 Kudos
Message 3 of 9
(1,341 Views)
Solution
Accepted by krispiekream

If you mean the Ballard OmniBus II PXI card, I used this about two years ago and it NEVER appears in the PXI list of cards in NI MAX. It took me a little while to figure it all out, how you configure it and find it.

 

To access the cards you first need to install the PXI drivers for the card provided by Ballard. 

 

Find and download BTIINST64-DRIVERS.EXE or BTIINST32-DRIVERS.EXE go through the usual licenses and do you really want to do this screens, if the PXI rack is connected and powered on it should then autodetect and self identify your cards and tell you what drivers to install else manually tick the OmniBus II cPCIe/ PXIe Driver.

 

I found the picture below in my notes.

 

danny_t_0-1678215600420.png

 

Once the drivers is installed, you then need a program called “BTITST64-TEST" or “BTITST32-TEST  to launch the Ballard OmniBus II test program, this will allow you to actually see your card in the PXI rack and get some small feeling off "yep it is actually there :-)"

 

danny_t_1-1678216553461.png

 

Here you can see the PXI slot the cards are found in for each card. Note the Card numbers as that is used by the API to talk to the correct card when programming with them, I think they defaulted  both to the same number Card 0 so you may need to change one of them if that is the case.

 

danny_t_2-1678216727508.png

 

I hope this helps

 

cheers 

 

Danny

 

 

Danny Thomson AshVire Ltd
Message 4 of 9
(1,332 Views)

thank you guys so much for taking the time out of your busy to help me with this. i greatly appreciated. 

 

Best regards,
Krispiekream
0 Kudos
Message 5 of 9
(1,328 Views)

Hi Danny,

I have got the same problem. I couldnt the the ballard ARINC 429 slots in Max.  But I can see the core  A and core B cards in BTITST32 application.

How can I bring those in my Ni MAX  with com port selection. I have to select respective com ports for communication in my program.

Thanks

0 Kudos
Message 6 of 9
(923 Views)

Hi,

Does anyone  has a sample VI for Ballard ARINC 429 communication Please

0 Kudos
Message 7 of 9
(909 Views)

@RRBB wrote:

Hi,

Does anyone  has a sample VI for Ballard ARINC 429 communication Please


Astronics Ballard Avionics Driver Download

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 8 of 9
(891 Views)

@RRBB wrote:

Hi Danny,

I have got the same problem. I couldnt the the ballard ARINC 429 slots in Max.  But I can see the core  A and core B cards in BTITST32 application.

How can I bring those in my Ni MAX  with com port selection. I have to select respective com ports for communication in my program.

Thanks


You cannot to my knowledge, show the Ballard card in NI MAX, if you see the cards in the BTITST32 application they are there and ready for use.

 

Somebody else has already point you to the drivers, there were examples within the drivers download file. 

 

I very highly recommend you find  BTIDriver 429 Manual.PDF and read it, the example code is not LabVIEW but C, however the code snippets are short and easy to figure out. This document explains how the card works and what is functions do.

 

Danny Thomson AshVire Ltd
0 Kudos
Message 9 of 9
(886 Views)