Aeronautical Radio, Incorporated (ARINC) defines reference standards for avionics equipment - APIs for safety critical systems.
Questions tagged [arinc]
7 questions
                    
                    1
                    
            vote
                
                0 answers
            
        Extract the 12 bit "words" from raw ARINC data file
I am trying to decode and analyse some raw data, coded in ARINC 573 format. It means, that the values are stored in 12 bit long words in a datastream. One data frame contains 4 seconds of data divided to 4 subframes. Each subframe contains 64 words…
        
        Lameus
        
- 19
 - 3
 
                    0
                    
            votes
                
                0 answers
            
        Can we invoke a process in ARINC 653 upon receiving certains events.?
2 Systems
System A with Process A
System B with Process B
So my question here is
Process B should be not be invoked till there is event from Process A..
Is this possible in ARINC 653
It would be helpful if any leads
        
    
                    0
                    
            votes
                
                2 answers
            
        Is it possible to design Arinc653 scheduler with Azure-RTOS?
I want to design a scheduler that works in Arinc653 manner just for experimental issues.
Is this possible to manipulate the scheduler in this way?
There is time-slicing in threadX I know but all examples I've encountered are using TX_NO_TIME_SLICE…
        
        tolgayilmaz
        
- 3,987
 - 2
 - 19
 - 19
 
                    0
                    
            votes
                
                1 answer
            
        VxWorks 653 Restart after START command
Using VxWorks 653 2.5.0.2 for P2020RDB-PC target, using BSP1.0/4
I have a very simple test application
void usrAppInit (void)
{
RETURN_CODE_TYPE errCode;
printf("\n I am alive!");
PROCESS_ATTRIBUTE_TYPE processAttributes;
PROCESS_ID_TYPE…
        
        Felipe GM
        
- 129
 - 1
 - 8
 
                    0
                    
            votes
                
                0 answers
            
        Move qemu window output over the network to catch it with another PC
I have an application written in C which uses qemu and its output is continuously displaying itself on the qemu window.
Now what I want is to get this output over the network.
I need some changing in the overall command of qemu. I have read the…
        
        Atir Chaudary
        
- 1
 - 3
 
                    0
                    
            votes
                
                1 answer
            
        How to control ARINC429 label over a single channel?
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…
        
        NitinG
        
- 893
 - 3
 - 21
 - 38
 
                    -1
                    
            votes
                
                1 answer
            
        Different Clock Domain VHDL
I'm making a custom hardware ARINC 429 Core.
For now I have described the module in transmission (TX-FSM), according to the ARINC 429 standard and a FIFO in transmission from which it takes the data and sends them to the outside.
The FIFO works at a…
        
        KemKing
        
- 11
 - 3