0

I am using ARINC 429 protocol to stream 4 different labels over a single channel using Ballard device.

BTI SDK provides the way to pause/resume/stop the channels but I am not finding any direct way to pause any particular label over the channel? Is there any workaround for this to make it work?

I am mainly looking for any functions provided by BTI42964.DLL?

Joe
  • 7,378
  • 4
  • 37
  • 54
NitinG
  • 893
  • 3
  • 21
  • 38

1 Answers1

0

I got the answer. We have to use the skip bit in order to skip the messages. We can use BTI429_MsgMultiSkipWr or BTI429_CmdSkipWr methods in order to skip those labels.

NitinG
  • 893
  • 3
  • 21
  • 38