beautypg.com

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

Page 172

background image

Communications Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

159

Data Type: EthernetConfig

Supporting data structure for CommStruct, contains information about Ethernet interface configuration.

Data Type Declaration

EthernetConfig: STRUCT

LocalIPAddress:STRING;

(* User Input – Ethernet address of controller *)

LocalPort:UINT;

(* User Input – Ethernet port number to open*)

RemoteIPAddress:STRING;

RemotePort:UINT;

END_STRUCT;