Synchronization types MET_SVS, MEP_SVS
N10 G01 X10 G90 F5000
N20 X20
N30 X30
N40 X40
N45 M96 (M96 MEP_SVS m_pre_outp = 250000)
(oder MET_SVS m_pre_outp = 300000µs)
N50 X80
M30
![]() | If several M functions of this synchronization type are overlapping itself in relation to its ranges of effect and position in NC program, the first programmed M function in the NC block sequence determines the most primal time of output for all following M functions (see examples shown below). |
Programming example: Range overlapping and output for MEP_SVS, MET_SVS
M functions in different NC blocks, range overlapping causes changed output times:
(M95 MEP_SVS m_pre_outp = 50000)
(M96 MEP_SVS m_pre_outp = 250000)
M functions in the same NC block, range overlapping has no effect on output times:
(M95 MEP_SVS m_pre_outp = 50000)
(M96 MEP_SVS m_pre_outp = 250000)