LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Identify several AIM ARINC Boards on a bench

Hello everyone!

 

I'm developping a software that shall pilote 2 AIM ARINC boards : ACX429 8, using the BSP v8.

For each board there is a bmodule that is an integer identifying the board. When there is only one board in the bench the bmodule = 0.

But when there is 2 boards, how can we tell which one is 0 and which one is 1 ?

 

Thanks for your help!

0 Kudos
Message 1 of 6
(2,506 Views)

Can you retrieve the s/n of the board?

0 Kudos
Message 2 of 6
(2,503 Views)

Yes, I have access to the PXI chassis and if the S/N is as usual on the board, I can retreive it.

0 Kudos
Message 3 of 6
(2,498 Views)

I think he is asking whether you can read, electronically, the board s/n

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 4 of 6
(2,493 Views)

Exactly.

Retrieving the s/n of the board (programmatically) let you pair the id (0 or 1) with the physical object.

That's what I did with Ballard ARINC boards, but should be possiblie also in your case.

Regards

Marco

0 Kudos
Message 5 of 6
(2,491 Views)

Actually MarcoMauri was write.

I know how to get the serial number. The problem that I'm facing is that it seems like I can only pilote one board at a time. I can access by soft the S/N of each board if there is one board in the PXI. As soon as I put both in, I have systematically an error on the second S/N request.

0 Kudos
Message 6 of 6
(2,471 Views)