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

Page 350

Advertising
background image

Pack ML Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

337

Data Type: Parameter_STRUCT

Supporting Structure for

Parameter_ARRAY

Data Type Declaration

Parameter_STRUCT : STRUCT

ID : DINT;

(* ID value assigned to the parameter *)

Name : STRING;

(* Literal description of the parameter *)

Unit : STRING_5;

(* Unit associated with the given parameter *)

Value : REAL;

(*Numeric value associated with the given parameter *)

END_STRUCT;

Advertising