Pre-output of M functions (MicroJoint)
![]() | Use of this function requires a license for the “Cutting” option. It is not included in the scope of the standard license. |
Requirements to use the MicroJoints function:
The pre-output function must be enabled in each channel in P-CHAN-00600, or in the start-up list in P-STUP-00060.
![]() | The MicroJoint function only supports the pre-output of channel-specific M functions; axis-specific M functions are not supported. |
![]() | With the MicroJoint function, M functions can be pre-output by specifying a path. No timed pre-output is possible. This can only be implemented with M functions of synchronisation type MET_SVS. |
When the MicroJoints function is inactive, a path-based pre-output of M/H functions is only possible with the synchronisation type MEP_SVS.
Activating and enabling the function
Pre-output of an M/H function is executed if:
a pre-output path is specified in P-CHAN-00070 or P-CHAN-00107
Path-related pre-output of M functions
A pre-output can automatically output an M function in advance at a specific point along the path.
For example, in the case of M functions with a time stamp MOS_TS, this can be used for advanced deactivation of a laser to briefly interrupt the cutting process. This leaves so-called MicroJoints.
Output of the advanced M function is not tied to the originally programmed block limits. The motion block is opened automatically by the CNC at the corresponding positions and the M function is inserted.

Programming Example
Pre-output of M functions
Programming Example
Equivalent example with explicit programming
M/H functions for pre-output
In addition to the actual use of pre-output with high-resolution MOS_TS, output is basically also possible for other M or H functions.
The following synchronisation methods of the M and H functions are evaluated at pre-output:
MOS, MVS_SVS, MVS_SNS, MNS_SNS, MOS_TS
reference position of the pre-output
If the M/H function is programmed together with a motion, then:
the path of the pre-output is determined for its output time relative to the block.
MOS, MOS_TS, MVS_SVS and MVS_SNS are determined relative to the block start position
MNS_SNS is positioned relative to the block end position.
![]() | Due to pre-output, however, it is basically no longer required to separate the output and synchronisation points. In other word, if the M/H function is synchronised (MVS_SVS, MVS_SNS, MNS_SNS), output and synchronisation take place at the same point. This corresponds to programming the M/H function in a separate NC line. With synchronisation type MCS_SNS: if it is necessary to split blocks due to the pre-output since the pre-output fails to occur at an existing block limit, the split block is synchronised at the end and not at the output point. |
Parametrisation using lists
M functions with pre-output are parameterised in the channel list by P-CHAN-00041 (m_synch[..]) and P-CHAN-00070 (m_pre_outp[..]):
H functions with pre-output are parameterised in the channel list by P-CHAN-00027 (h_synch[..]) and P-CHAN-00107 (h_pre_outp[..]):
Parametrisation by programming
As a alternative to the parametrisation of M/H functions, the synchronisation method and the path also can be specified directly in NC program.
Programming Example
Synchronisation types as macro