Ny-Series Instructions Reference Manual (W560 - Omron NY532-5400 Reference Manual

Ny-series
Hide thumbs Also See for NY532-5400:
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;

NY-series Instructions Reference Manual (W560)

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;
2 Instruction Descriptions
// Execution
// Connected FTP server
// Local directory name
// File name
// Uploaded file results
2
2-1139

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents