ProductionDataSetStruct
Short summary
This structure defines the mininum required set of information for a production data set.
Access: -
| Name | Type | Comment |
|---|---|---|
| additionalMessage | Tc2_System.T_MaxString | additional notice (test part, other nok reason, spc part, ..) |
| process | Tc2_System.T_MaxString | process/command number or name as string |
| productType | Tc2_System.T_MaxString | product type as string |
Code
Declaration
TYPE ABSTRACT ProductionDataSetStruct :
STRUCT
(* additional notice (test part, other nok reason, spc part, ..) *)
additionalMessage :Tc2_System.T_MaxString;
(* process/command number or name as string *)
process :Tc2_System.T_MaxString;
(* product type as string *)
productType :Tc2_System.T_MaxString;
END_STRUCT
END_TYPE