E_LON_file_status_t
Used by: SNVT_file_status
TYPE E_LON_file_status_t :
(
eLON_FS_NUL := -1,
eLON_FS_XFER_OK := 0,
eLON_FS_LOOKUP_OK := 1,
eLON_FS_OPEN_FAIL := 2,
eLON_FS_LOOKUP_ERR := 3,
eLON_FS_XFER_UNDERWAY := 4,
eLON_FS_IO_ERR := 5,
eLON_FS_TIMEOUT_ERR := 6,
eLON_FS_WINDOW_ERR := 7,
eLON_FS_AUTH_ERR := 8,
eLON_FS_ACCESS_UNAVAIL := 9,
eLON_FS_SEEK_INVALID := 10,
eLON_FS_SEEK_WAIT := 11
)
END_TYPE
eLON_FS_NUL: Invalid Value
eLON_FS_XFER_OK: File transfer successful
eLON_FS_LOOKUP_OK: Directory lookup successful
eLON_FS_OPEN_FAIL: Error on opening file
eLON_FS_LOOKUP_ERR: Error on directory lookup
eLON_FS_XFER_UNDERWAY: File transfer in progress
eLON_FS_IO_ERR: Error on reading/writing file
eLON_FS_TIMEOUT_ERR: File transfer timed out
eLON_FS_WINDOW_ERR: Window sequence error
eLON_FS_AUTH_ERR: Authentication failure
eLON_FS_ACCESS_UNAVAIL: Access mode not supported
eLON_FS_SEEK_INVALID: Random access beyond EOF
eLON_FS_SEEK_WAIT:
Requirements
Development Environment | TwinCAT 3 PLC library to be integrated |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_LON from 3.3.4.0 |