Skip to main content

ProductionDataSetStruct

Short summary

This structure defines the mininum required set of information for a production data set.

Access: -

NameTypeComment
additionalMessageTc2_System.T_MaxStringadditional notice (test part, other nok reason, spc part, ..)
processTc2_System.T_MaxStringprocess/command number or name as string
productTypeTc2_System.T_MaxStringproduct 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