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

Page 524

Advertising
background image

Yaskawa Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

511

Data Type: XYData

Supporting structure for

XYArray

. For use with the

XYLookup

function block

Data Type Declaration

TYPE

XYData: STRUCT

X:LREAL;

(* Any data that will be used with the XY lookup function

as input *)

Y:LREAL;

(* Any data that will be used with the XY lookup function

as output *)

END_STRUCT;

END_TYPE

Advertising