<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpAssetIntExportType |
mapp Services V5.16
This data type defines the export behavior.
Data type |
Value |
Description |
||
BOOL |
TRUE |
Defines whether job statistics are exported |
||
STRING[50] |
'JobStatistics_%Y_%m_%d_%H_%M.csv' |
Filename including timestamp. This format can be changed. |
||
BOOL |
TRUE |
Defines whether the shift statistics are exported |
||
STRING[50] |
'ShiftStatistics_%Y_%m_%d_%H_%M.csv' |
Filename including timestamp. This format can be changed. |
||
BOOL |
TRUE |
Defines whether the timeline statistics are exported |
||
STRING[50] |
'Timeline_%Y_%m_%d_%H_%M.csv' |
Filename including timestamp. This format can be changed. |
||
STRING[50] |
'%Y-%m-%d %H:%M:%S' |
Timestamp. This format can be changed. |
||
UINT |
2 |
Specifies how many decimal positions are saved |
||
STRING[1] |
"," |
Delimiter used to separate PVs in the .csv file |
||
STRING[1] |
"." |
Character to be used for the decimal separator |