User interface
Variable name | Description |
|---|---|
xError | Data type – BOOL |
| |
xWarning | Data type – BOOL |
| |
udiMessageID | Data type – UDINT |
Message ID number | |
xEnable | Data type – BOOL |
| |
itfAxis | Data type - __System.IQueryInterface |
Input variable for the MultiMotion axis instance from the global variable list SEW_GVL_Internal | |
xReset | Data type – BOOL |
| |
sFileName | Data type: STRING(80) |
| |
eFileFormat | Data type – SEW_ModBasedMon.E_FileFormat |
Storage format of the data recording | |
xSaveFile | Data type – BOOL |
| |
xReadFile | Data type – BOOL |
| |
xClearBuffer | Data type – BOOL |
| |
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 |
| |
diBufferCounter | Data type – DINT |
Current array index of the memory used for the data buffer astBuffer | |
xBufferFull | Data type – BOOL |
| |
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 |
| |
lrFileStatus | Data type – LREAL – Floating-point number |
Progress of the writing/reading process in [%] |