Omron sysmac NX102-9 Series Owner's Manual page 417

Machine automation controller, cpu unit built-in ethernet/iptm port
Table of Contents

Advertisement

FTPPutFile_instance(
IF (FTPPutFile_instance.Done = TRUE) THEN
ELSIF (FTPPutFile_instance.Error = TRUE) THEN
END_IF;
0:
// Processing after normal end
DoFTPTrigger:=FALSE;
Trigger
ELSE // Processing after error end
DoFTPTrigger:=FALSE;
Trigger
END_CASE;
END_IF;
NJ/NX-series CPU Unit Built-in EtherNet/IP Port User's Manual (W506)
Execute
:= TRUE,
ConnectSvr
:= FTPAddr,
SvrDirName
:= '/Backup/yyyy-mm-dd',// FTP server directory name
LocalDirName
:= '/',
FileName
:= '*.*',
PutFileResult := PutResult) ;
Stage := INT#0;
// Normal end
Stage := INT#20; // Error end
:=FALSE;
:=FALSE;
12 FTP Client
// Execution
// Connected FTP server
// Local directory name
// File name
// Uploaded file results
12
12-13

Advertisement

Table of Contents
loading

Table of Contents