beautypg.com

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

Page 173

background image

Communications Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

160

Data Type: RecipientArray

If more than 10 recipients are needed then the declaration of RecipientArray needs to be changed to reflect
that.

Data Type Declaration

TYPE

RecipientArray : ARRAY[0..9] OF RecipientStruct;

END_TYPE