LOG_ENUM_STATE (ENUM)
- TYPE LOG_ENUM_STATE(
zLOG_IDLE
Details of the output Message and Current Action in each function block, which displays current status of the block.
- InOut:
Name
Initial
Comment
zLOG_IDLE
0
idle
zLOG_OPEN
file open in progress
zLOG_GETPOS
file getpos in progress
zLOG_SETPOS
file setpos in progress
zLOG_WRITE
file write in progress
zLOG_READ
file read in progress
zLOG_CLOSE
file close in progress
zLOG_CLOSE1
file close in progress
zLOG_GETSIZE
file getsize in progress
zLOG_FLUSH
file flush in progress
zLOG_FILE_OPENED
file is opened
zLOG_FILE_FLUSHED
file is flushed
zLOG_FILE_DELETED
file is deleted
zLOG_MOVE_COPY_ACTIVE
file move (part copy) active
zLOG_MOVE_DELETE_ACTIVE
file move (part delete) active
zLOG_DELETE_ACTIVE
file delete active
zLOG_BUILD_DIRECTORY_ACTIVE
build directory active
zLOG_DIR_OPEN
directory open in progress
zLOG_DIR_LIST
directory list in progress
zLOG_DIR_CLOSE
directory close in progress
zLOG_BUFFER1_MAX_NUMBER_OF_DATASET_REACHED
buffer1: max number of datasets reached
zLOG_BUFFER2_MAX_NUMBER_OF_DATASET_REACHED
buffer2: max number of datasets reached
zLOG_DIRECTORY_OPENED
directory is opened
zLOG_DIRECTORY_LISTED
directory is listed
zLOG_DIRECTORY_LIST_NO_MORE_FILES_FOUND
no more files found while directory list
zLOG_DIRECTORY_CLOSED
Directory closed
zLOG_BUFFER1_IDLE
Buffer 1 idle
zLOG_BUFFER1_CURRENTLY_LOGGING
buffer1 is currently the active logging buffer
zLOG_BUFFER1_WAIT_FOR_SAVE_IN_FILE
buffer1 is waiting for its values to be saved to the file
zLOG_BUFFER1_WRITE_IN_FILE
the values of buffer1 are written to the file
zLOG_BUFFER1_WRITE_SUCCESSFUL_FILE_CLOSED
the values of buffer1 were successfully written to the file - the file will now be closed
zLOG_BUFFER2_IDLE
Buffer2 idle
zLOG_BUFFER2_CURRENTLY_LOGGING
buffer2 is currently the active logging buffer
zLOG_BUFFER2_WAIT_FOR_SAVE_IN_FILE
buffer2 is waiting for its values to be saved to the file
zLOG_BUFFER2_WRITE_IN_FILE
the values of buffer2 are written to the file
zLOG_BUFFER2_WRITE_SUCCESSFUL_FILE_CLOSED
the values of buffer2 were successfully written to the file - the file will now be closed
zLOG_HEADER_WRITE_IN_FILE
the header is written to the file
zLOG_DELETE_IS_CANCELLED_THEN_TEMPORARY_FILE_NOT_EXIST
delete was aborted because no temporary file exists
zLOG_DELETE_FILE_WAS_SKIPPED_BECAUSE_THE_FILE_DOES_NOT_EXIST
Delete file was skipped because the file does not exist
zLOG_NO_FILE_FOUND
delete file was skipped because the file does not exist
zLOG_FILE_MOVE_COPY_DESTINATIONFILE_EXIST_TRANSFER_ABORTED
A file with the same name already exists, so the copying process is aborted. This is not an error, just a message
zLOG_FILE_MOVE_COPY_TEMPORARY_SOURCEFILE_NOT_EXIST
there is no temporary file that could be copied, so the copying process is aborted. This is not an error, just a message
zLOG_FILE_MOVE_DELETE_IS_CANCELLED_BECAUSE_TEMPORARY_FILE_NOT_EXIST
there is no temporary file that could be deleted, so the deleting process is aborted. This is not an error, just a message
zLOG_WARNING_IN_MODE3_MAX_NUM_DS_FILE_HAVE_TO_BE_AT_LEAST_3TIMES_MAX_NUM_DS_BUFFER
Warning in mode 3: the value at the MaxNumDatasetFile input should be at least three times the size of MaxNumDatasetsBuffer
zLOG_PLEASE_CHECK_IF_THE_SPECIFIED_DISKNAME_IN_FILEPATH_IS_CORRECT
Wrong diskname or disk not available.