CL2I.COBID (ALIAS; Prefix cob)

(CAA_CanL2.library)

This alias is set in dependence of the driver. It decides whether the driver can handle 11-bit identifiers only (UINT), or if it can also master 29-bit identifiers (UDINT).

TYPE CL2I.COBID : UDINT; END_TYPE (* 29 Bit Identifier *)    

TYPE CL2I.COBID : UINT; END_TYPE (* 11 Bit Identifier *)