Omron NY532-5400 User Manual page 279

Ny-series ipc machine controller industrial panel pc / industrial box pc
Hide thumbs Also See for NY532-5400:
Table of Contents

Advertisement

3 :
SktUDPRcv_instance(
Execute
Socket
TimeOut
Size
RcvDat
IF (SktUDPRcv_instance.Done=TRUE) THEN
Stage
ELSIF (SktUDPRcv_instance.Error=TRUE) THEN
Stage
END_IF;
4 :
SktClose_instance(
Execute
Socket
IF (SktClose_instance.Done=TRUE) THEN
Stage
ELSIF (SktClose_instance.Error=TRUE) THEN
Stage
END_IF;
0 :
DoSendAndRcv:=FALSE;
Trigger
ELSE
DoSendAndRcv:=FALSE;
Trigger
END_CASE;
END_IF;
 Remote Node Programming
In this example, programming is also required in the remote node. The order of sending and receiv-
ing is reversed in comparison with the above procedure.
1
The SktUDPCreate instruction is used to request creating a UDP socket.
2
The SktUDPRcv instruction is executed to request reception. The receive data is stored in
RcvSocketDat[].
3
Execute the SktUDPSend instruction to request sending. The data in SendSocketDat[] is sent.
4
The SktClose instruction is executed to close the socket.
NY-series Industrial Panel PC / Industrial Box PC Built-in EtherNet/IP Port User's Manual (W563)
// Request receiving data.
:=TRUE,
:=WkSocket,
:=UINT#0,
:=UINT#2000,
:=RcvSocketDat[0]);
:=INT#4;
:=INT#30;
// Request closing data.
:=TRUE,
:=WkSocket);
:=INT#0;
:=INT#40;
// Normal end
:=FALSE;
// Interrupted by error.
:=FALSE;
9 Socket Service
// Socket
// Timeout value
// Receive data size
// Receive data
// Normal end
// Error end
// Socket
// Normal end
// Error end
9
9-21

Advertisement

Table of Contents
loading

Table of Contents