Application examples

Example 1

It should be optionally possible to output the M function to the channel or the X axis. Synchronization is not necessary.

Channel parameter list

m_synch[83]                0x1

Programming example

N10 M83 X[M83]
N20 M83
N30 X[M83]
Application examples 1:

Example 2

In future, the H function H3 is always to be output to the spindle axis S without there being a need for a change to CNC programs. Synchronization is necessary before starting a motion. To simulate the production time, an execution time of 1 s is assumed.

Channel parameter list

h_synch[3]                 0x2     MVS_SVS
h_default_outp_ax_name[3]  S
h_prozess_zeit[3]          1000000

Programming example

N10 X10 H3

Example 3

The default M function M1 is to be synchronized before starting of a motion. To simulate the production time, an execution time of 0.8 s must be assumed.

Channel parameter list

m_synch[1]        0x2       MVS_SVS
m_prozess_zeit[1]           800000

Programming example

N10 M1 X100