(CAA_Types.library)
               In order to be able to easily identify the type system of the current runtime system there is a global constant in which the manufacturer of the controller sets the valid configuration.
               
                   
                  Example:
                  gc_eSYSTYPE : SYSTYPE := SYSTYPE.MEDIUM;
                
               The Enum data type SYSTYPE is defined as follows: 
               
                   
                  
                     
                        
                        
                        
                     
                     
                        
                           | 
                               UNKNOWN 
                            | 
                           
                               0 
                            | 
                           
                                 
                            | 
                        
                        
                           | 
                               SMALL 
                            | 
                           
                               1 
                            | 
                           
                                (* 16 bit system *) 
                            | 
                        
                        
                           | 
                               MEDIUM 
                            | 
                           
                               2 
                            | 
                           
                                (* 32 bit system *) 
                            | 
                        
                        
                           | 
                               LARGE 
                            | 
                           
                               3 
                            | 
                           
                                (* 64 bit system *) 
                            |