beautypg.com

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

Page 525

background image

Yaskawa Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

512

Data Type: XYDataStruct

For use with the

XYLookup

function block

Data Type Declaration

TYPE

XYDataStruct: STRUCT

Pair:

XYArray

;

(* Adjust the XYArray size if more data elements are desired. *)

LastPair:INT;

(* Set this value to indicate the last ACTUAL array element

that contains user data *)

END_STRUCT;

END_TYPE;