beautypg.com

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

Page 356

background image

Pack ML Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

343

Data Type: Ingredient_STRUCT

A structure of parameters containing information for a specific ingredient. Support structure for

Ingredient_ARRAY

.

Data Type Declaration

Ingredient_STRUCT : STRUCT

ID : INT;

(* ID value assigned to the ingredient *)

Parameter : Parameter_ARRAY;

(* An array of parameters used for the specified Ingredient *)

END_STRUCT;