User interface

Variable name

Description

xError

Data type – BOOL

  • TRUE – Fault present
  • FALSE – No fault present

xWarning

Data type – BOOL

  • TRUE – Warning present
  • FALSE – No warning present

udiMessageID

Data type – UDINT

Message ID number

xEnable

Data type – BOOL

  • TRUE – Activate software module
  • FALSE – Deactivate software module

itfAxis

Data type - __System.IQueryInterface

Input variable for the MultiMotion axis instance from the global variable list SEW_GVL_Internal

xReset

Data type – BOOL

  • TRUE – Reset messages
  • FALSE – Do not reset messages

sFileName

Data type: STRING(80)

  • When writing: Name of the file in which the measured values are saved. The current date and time are always added to the name. For example, when specifying the "Measurement1" value, a file with the name "Measurement1_20211206T074204" is created.
  • When reading: Name of the file that is to be read. The complete file name along with date and time must be transferred here, for example "Measurement1_20211206T074204".

eFileFormat

Data type – SEW_ModBasedMon.E_FileFormat

Storage format of the data recording

xSaveFile

Data type – BOOL

  • TRUE – Save data in file
  • FALSE – No saving process active or abort the active saving process

xReadFile

Data type – BOOL

  • TRUE – Read file
  • FALSE – No reading process active or abort the active reading process

xClearBuffer

Data type – BOOL

  • TRUE – Clear astBuffer
  • FALSE – No action

astBuffer

Data type - ARRAY [#..#] OF SEW_ModBasedMon.ST_DataRecor

Data buffer for the data recording. The array limits can be individually defined by the user.

sAdditionalText

Data type – STRING

Additional message text

xRecording

Data type – BOOL

  • TRUE – Recording in progress
  • FALSE – No recording in progress

diBufferCounter

Data type – DINT

Current array index of the memory used for the data buffer astBuffer

xBufferFull

Data type – BOOL

  • TRUE – No free memory available in the astBuffer data buffer
  • FALSE – Free memory available in the astBuffer data buffer

lrBufferStatus

Data type – LREAL – Floating-point number

Storage utilization of the astBuffer data buffer in [%]

lrMaxRecordTime

Data type – LREAL – Floating-point number

Maximum recording duration in [s]

The recording duration depends on the size of the data buffer and sampling rate.

xFileSaved

Data type – BOOL

  • TRUE – Storage process for data set complete
  • FALSE – No storage process active or storage process not yet complete

lrFileStatus

Data type – LREAL – Floating-point number

Progress of the writing/reading process in [%]