Footer

SINUMERIK Data Recorder

Product
SINUMERIK Data Recorder
Product Version
1.0.0
Language
es-ES

The following table shows the explanations of the footer object:

Field name

JSON datatype

Valid from output version

Description

ErrorMessages

Array of strings

0.7

This is a JSON array containing strings. Any of the string values describes an

error coming from data processing. This page field is an empty array in the case

of data processing has ended without error.

FilePathChain

Object

0.7

This object contains information about the current recording session. It chains the recorded files during this recording together.

Previous

String

0.7

File name of the previous recorded file. This field contains null value in the case of the amount of recorded data has not reached the file size limit for output files. Basically, the null value means that this is the very first (or only one) recorded file for a job.

Actual

String

0.7

File name of the actual recorded file.

Next

String

0.7

File name of the next recorded file. This field contains null value in the case of the recording is stopped and the actual is the last file in the row.

Consider the syntax of the JSON file footer:

{

"Header": {},

"Payload": [],

"Footer": {

"ErrorMessages": [<string>, <string>, ...],

"FilePathChain": {

"Previous": <string>,

"Actual": <string>,

"Next": <string>,

"Index": <integer>

}

   }

}