MpAssetIntExportType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

MpAssetIntExportType

mapp Services V5.16

This data type defines the export behavior.

Parameter

Data type

Value

Description

Configuration update

JobStatistics

BOOL

TRUE

Defines whether job statistics are exported

change_duringruntime

JobStatisticsFileNamePattern

STRING[50]

'JobStatistics_%Y_%m_%d_%H_%M.csv'

Filename including timestamp. This format can be changed.

change_duringruntime

ShiftStatistics

BOOL

TRUE

Defines whether the shift statistics are exported

change_duringruntime

ShiftStatisticsFileNamePattern

STRING[50]

'ShiftStatistics_%Y_%m_%d_%H_%M.csv'

Filename including timestamp. This format can be changed.

change_duringruntime

Timeline

BOOL

TRUE

Defines whether the timeline statistics are exported

change_duringruntime

TimelineFileNamePattern

STRING[50]

'Timeline_%Y_%m_%d_%H_%M.csv'

Filename including timestamp. This format can be changed.

change_duringruntime

TimeStampPattern

STRING[50]

'%Y-%m-%d %H:%M:%S'

Timestamp. This format can be changed.

change_duringruntime

DecimalDigits

UINT

2

Specifies how many decimal positions are saved

change_duringruntime

ColumnSeparator

STRING[1]

","

Delimiter used to separate PVs in the .csv file

change_duringruntime

DecimalMark

STRING[1]

"."

Character to be used for the decimal separator

change_duringruntime