beautypg.com

Data type: product_struct, Data type declaration – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 358

background image

Pack ML Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

345

Data Type: Product_STRUCT

A structure containing product information

Data Type Declaration

Product_STRUCT : STRUCT

ProductID : INT;

(* Used to indicate to the machine what product it is producing, also displayed on all HMI

screens *)

ProcessVariables : ProcessVariable_ARRAY;

(* Array of information containing parameters for multiple machines

*)

Ingredients : Ingredient_ARRAY;

(* An array containing all information regarding an ingredient *)

END_STRUCT;