12-10-2012 11:19 AM
Great! Glad it is appreciated. I know you asked for the SDI feature a long time ago.
Unfortunatley, there is no export function at this time. Good idea though
03-04-2013 02:36 AM
Hi,this CustomDevices seems not support "Block" and "Acyclic" type.However we wanna program via Veristand with C#,so we need to use AIT429 as same in CustomDevice as in AIT Driver provided by AIT.Could you give me some help or advices?
03-04-2013 03:25 AM
Hi,
For the Acyclic type, perhaps the Disable channel could be used as a workaround.
Regards
03-04-2013 08:58 PM
Thanks for your advice,however it`s maybe not a good idea,because we must consider the factory of effiency.
04-05-2013 02:47 AM
Hi !
At first, i'm quite new with ARINC 429 protocol (so apologize if my questions seems to be stupid).
We planned to use AIT 429 board and corresponding VeriStand Custom device. I have a few question :
1) If i'm right we need to use AIT Flight simulyzer software to generate the xml file which will be loaded by VeriStand Add on. I tryed this software, it seems you can only define the channels and the labels. The data inside the label can not be defined in this software. You have to define the data parameters in veristand after importing the database. It seems you can modify the xml generated and add manually the data in the xml... All this is a little bit complicated, i cannot understand why you need two differents tools to define the database.
2) In ARINC 429 there is 3 different encoding type : BCD, BNR and DSC, there is no way in the custom device to define the encoding type for each data. Is it possible to use BCD encoding wih this custom device ? If yes how ?
4) Is it possible to modify the SDI of a channel during the transmiting?
5) An improvement: The custom device doesn't check any data overlapping or if the data are defined outside the range (it is possible to define a start bit of -1...)
6) Is there any performances test of this custom device? I read legacy board may occasionally suffer brief period of poor performance if using a large buffer size .....
04-05-2013 10:23 AM
Hi Kaboom!
Lets see if I can help:
04-05-2013 11:08 AM
Hi Stephen,
Thanks a lot for your answer, it will surely help! I also post the same thing in veristand forum (i didn't know if somebody will help me...) sorry !
It still one thing i'm not really sure (certainly because a lack of knowledge). It's about the encoding of the data in the label. For example if in the same label, i have 2 data, one encoded in BNR and the other one in BCD. I will get 2 veristand channel. After that in order to get the correct corresponding physical value, it means i wil have to decode the raw data for example using a veristand calculated channel ?
04-05-2013 11:15 AM
Hi Kaboom,
I am using the AIT Custom Device. You don't need to use calculated channel. The CD decodes the data regarding the parameters that you have associated to your channel : Start bit, Length, Offset, Scale and Sign.
04-12-2013 02:27 AM
HI,
Is there a way to detect if we not receive new message on a Rx link ?
When a link is down, the Custom Device returns the last read value.
I was looking the information in the staus section but I am not able to understand them. The Inputs Loop Duration displays 0 or 1 permanently (the Read Rate is set to 100 Hz). The input Late Count can be different of zero but I didn't understand in which condition this count is increased.The Outputs information are always 0.
Regards,
Hubert
04-12-2013 09:53 AM
Unfortunately the custom device does not support this. Ideally, it could have "label information" channels for all label inputs similar to the way the XNET portion of NIVS works. These would say a timestamp of the last label received and a time difference between the last two receptions.
I can add this to a list of requested features, however, given my current schedule... it would likely be faster to add the code yourself.