ST_SplittedBIC
The structure ST_SplittedBIC can be filled via the function F_SplitBIC of the Tc2_Utilities using the Beckhoff Identification Conde (BIC). The identifiers and data sizes of the substrings used to decompose the BIC are given as comments at the structure elements.
TYPE ST_SplittedBIC :
STRUCT
    sItemNo : STRING(6);  //1, '1P' 8(2+6)
    sBTN : STRING(8); //2, 'SBTN' 12(4+8)
    sDescription : STRING(30); //3, '1K' 32(2+30)
    sQuantity : STRING(5); //4, 'Q' 6(1+5)
    sBatchNo : STRING(12); //5, '2P' 14(2+12)
    sIdSerialNo : STRING(9); //6, '51S' 12(3+9)
    sVariantNo : STRING(9); //7, '30P' 12(3+9)
    sDataCode : STRING(6); //8, '9D' 8(2+6)
    sOrderBatchNo : STRING(12); //9, '1T' 14(2+12)
    sSerialNo : STRING(20); //10, '52S' 23(3+20)
    sPackUnitQuantity : STRING(5); //11, '4QPU' 9(4+5)
    sDataElement : STRING(11); //12, '6D' 13(2+11)
    sMoistSensLevel : STRING(4); //13, 'Z' 5(1+4)
    sPlatingMaterial : STRING(2); //14, 'E' 3(1+2)
    sManufacturer : STRING(9); //15, '12V' 12(3+9)
    sCountryOfOrigin : STRING(2); //16, '4L' 4(2+2)
    sCustomSpecItemNo : STRING(16); //17, 'P' 17(1+16)
    sUndefined : STRING(819); //remaining undefined BIC string (1023 + /0)
END_STRUCT
END_TYPEName  | Description  | 
|---|---|
sItemNo  | Item number, length max. 6 characters, e.g. "072222"  | 
sBTN  | Beckhoff Traceability Number (BTN), length max. 8 characters, e.g. "k4p562d7"  | 
sDescription  | Description, length max. 30 characters, e.g. "KL9010"  | 
sQuantity  | Quantity, length max. 5 characters, e.g. "1"  | 
sBatchNo  | Batch number, length max. 12 characters, e.g. "401503180016"  | 
sIdSerialNo  | ID/serial number, length max. 9 characters, e.g. "678294104"  | 
sVariantNo  | Variant, length max. 9 characters, e.g. "000048443"  | 
sDataCode  | Supplier-specific data code, length max. 6 characters, e.g. "G0118"  | 
sOrderBatchNo  | Supplier-specific order/batch number, length max. 12 characters, e.g. "FA12345678"  | 
sSerialNo  | Supplier-specific serial number, length max. 20 characters, e.g. "2304853-1-004"  | 
sPackUnitQuantity  | Packaging unit quantity, length max. 5 characters, e.g. "1000"  | 
sDataElement  | Date Code YYYYMMDD, specified, length max. 11 characters, e.g. "20190315146"  | 
sMoistSensLevel  | MS dry level, length max. 4 characters, e.g. "MSL3"  | 
sPlatingMaterial  | Coating material (according to JEDEC J-STD-609), length max. 2 characters, e.g. "e1"  | 
sManufacturer  | Manufacturer (DUNS number), length max. 9 characters, e.g. "313291892"  | 
sCountryOfOrigin  | Country of origin, length max. 2 characters, e.g. "CN"  | 
sCustomSpecItemNo  | Customer-specific item number, length max. 16 characters, e.g. "0000000107353052"  | 
sUndefined  | Unrecognized remaining string of the BIC (length max. 819 characters), e.g. after extension of the BIC by additional elements, if necessary check if new version of the Tc2_Utilities library is available  |