Application examples for parameter references

Example

example

Parameter reference within a file

(Excerpt from an axis parameter list)

getriebe[0].dynamik.a_max           2000 ( P-AXIS-00008 )

getriebe[1].dynamik.a_max           2000 ( P-AXIS-00008 )

(Reference to a_max of the entry getriebe[0] )

getriebe[1].dynamik.a_emergency     P-AXIS-00008.0

(Reference to a_max of the entry getriebe[1] )

getriebe[1].dynamik.a_emergency     P-AXIS-00008.1

Example

example

Use of parameter reference in standard axis parameter list

(Excerpt from an axis parameter list)

getriebe[0].dynamik.a_max           2000 ( P-AXIS-00008 )

getriebe[1].dynamik.a_max           2000 ( P-AXIS-00008 )

(Excerpt of axis parameter list Axis 1)

(Reference to a_max of the standard parameter list)

getriebe[0].dynamik.a_emergency     P-AXIS-00008.0

getriebe[1].dynamik.a_emergency     P-AXIS-00008.1

(Excerpt of axis parameter list Axis 2)

(Reference to a_max of the standard parameter list)

getriebe[0].dynamik.a_emergency     P-AXIS-00008.1

getriebe[1].dynamik.a_emergency     P-AXIS-00008.1

It is also possible to overwrite the values assigned in the individual axis parameter lists. However, this value is then only valid within this list.

getriebe[0].dynamik.a_max           2500 ( P-AXIS-00008 )