plcopen/definitions.py
changeset 1749 d73b64672238
parent 1740 b789b695b5c6
child 1762 fcc406143e5b
equal deleted inserted replaced
1748:ba5f64fe0e00 1749:d73b64672238
    61     return infos
    61     return infos
    62 
    62 
    63 #-------------------------------------------------------------------------------
    63 #-------------------------------------------------------------------------------
    64 #                           Data Types definitions
    64 #                           Data Types definitions
    65 #-------------------------------------------------------------------------------
    65 #-------------------------------------------------------------------------------
       
    66 
    66 
    67 
    67 """
    68 """
    68 Ordored list of common data types defined in the IEC 61131-3
    69 Ordored list of common data types defined in the IEC 61131-3
    69 Each type is associated to his direct parent type. It defines then a hierarchy
    70 Each type is associated to his direct parent type. It defines then a hierarchy
    70 between type that permits to make a comparison of two types
    71 between type that permits to make a comparison of two types