Programming

In the NC program, the drive functions are controlled by the NC command #DRIVE WR SYN. The KEY call parameter is used to select the drive function.

Example

example

In NC line above, the “MOMRED” drive function is invoked with the value 437 for the X axis.]

#DRIVE WR SYN [AX=X KEY=MOMRED, VAL=437]

The transferred value can be used for parameterisation, whether

By parameterising the CNC kernel, make sure that this NC line is mapped onto the appropriate parameterisation of the drive controller depending on the drive profile used.

Notice

notice

The value transferred to the call parameter VAL can only be converted to the drive format for torque/current values.