beautypg.com

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

Page 352

background image

Pack ML Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

339

Data Type: ProcessVariable_STRUCT

Supporting structure for

ProcessVariable_ARRAY

Data Type Declaration

ProcessVariable_STRUCT : STRUCT

ID : DINT;

(* ID value assigned to the parameter *)

Name : STRING;

(* Literal description of the parameter, can also be displayed on an HMI screen *)

Unit : STRING_5;

(* Unit associated with the given parameter, can also be displayed on an HMI screen *)

Value : REAL;

(*Numeric value associated with the given parameter, can also be displayed on an HMI screen *)

END_STRUCT;