Konstanten

Syntax

     AMSPORT_FTPADSSRV      : UINT:= 10900;

FTPADS_IGR_CONNOPEN    : UDINT:= 16#100;
FTPADS_IGR_RESOLVEDNS  : UDINT:= 16#101;
FTPADS_IGR_CONNCLOSE   : UDINT:= 16#200;
FTPADS_IGR_CONNCLOSEALL: UDINT:= 16#201;

FTPADS_IGR_CONNINFO    : UDINT:= 16#300;

FTPADS_IGR_FILEUPLOAD  : UDINT:= 16#10000;
FTPADS_IGR_FILEDOWNLOAD: UDINT:= 16#20000;

FTPADS_IGR_DIRREMOV    : UDINT:= 16#30000;
FTPADS_IGR_DIRCREATE   : UDINT:= 16#30001;

FTPADS_IGR_FILEEXIST   : UDINT:= 16#40000;
FTPADS_IGR_FILERENAME  : UDINT:= 16#40001;
FTPADS_IGR_FILEREMOVE  : UDINT:= 16#40002;
FTPADS_IGR_FILELIST    : UDINT:= 16#40003;
FTPADS_IGR_FILELISTEX  : UDINT:= 16#40004;

MAX_FTP_CONNECTIONS    : UDINT:= 25;
MAX_FILELIST_ITEMS     : UDINT:= 255;

DEFAULT_FTP_PORT       : UDINT:= 21;

Values

Name

Type

Description

AMSPORT_FTPADSSRV

UINT

The port of the FTP client ADS server.

FTPADS_IGR_CONNOPEN

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_RESOLVEDNS

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_CONNCLOSE

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_CONNCLOSEALL

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_CONNINFO

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_FILEUPLOAD

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_FILEDOWNLOAD

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_DIRREMOV

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_DIRCREATE

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_FILEEXIST

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_FILERENAME

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_FILEREMOVE

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_FILELIST

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

FTPADS_IGR_FILELISTEX

UDINT

The ADS server uses the index group to distinguish the commands coming in via ADS.

MAX_FTP_CONNECTIONS

UDINT

The maximum number of simultaneous FTP connections.

MAX_FILELIST_ITEMS

UDINT

The maximum number of elements contained in a Filelist.

DEFAULT_FTP_PORT

UDINT

The FTP default port




Requirements

Development Environment

Target Platform

PLC Libraries to include

TwinCAT v3.0 Build 3102

PC or CX (x86)

Tc2_FTP