beautypg.com

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

Page 360

background image

Pack ML Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

347

Data Type: Limit_STRUCT

Supporting structure for

Limit_ARRAY

.

Data Type Declaration

Limit_STRUCT : STRUCT

ID : INT;

(* User defined ID for the limit, 0000 reserved for no limit assigned *)

Name : STRING;

(* Literal name for the limit *)

Unit : STRING_5;

(* Unit of the limit value *)

Value : REAL;

(* Value assigned to the limit *)

END_STRUCT;