Description of “TraceAxes” input

The input TraceAxes consists of an array containing 16 fields. The start index starts at 0. A maximum of 16 axes can be logged. They are entered by the logical axis number (1 to N); values not required contain the value 0. The number of axes therefore results from the number of entries > 0.

Example

example

Assume that axes 1, 2, 5 and 9 are to be logged: The array may look like this:

TraceAxes = [1,2,0,0,5,0,0,0,9,0,0,0,0,0,0,0]

TraceAxes = [1,2,5,9,0,0,0,0,0,0,0,0,0,0,0,0]

TraceAxes = [5,0,0,2,0,0,0,9,0,0,0,0,0,0,1,0]