Commissioning Manual
304 01/2017
If the parser starts to process the tag CREATE_CYCLE, initially, the message
<CREATE_CYCLE_EVENT> is sent to the active form. This message can be used for
preparing the cycle parameters, before the parser generates the NC operation from the
parameter list and the generation rule.
<CREATE_CYCLE_EVENT>
…
…
</CREATE_CYCLE_EVENT>
<SOFTKEY_OK>
…
<CREATE_CYCLE />
…
…
<SOFTKEY_OK>
…
…
<FORM>
<NC_INSTRUCTION>MY_CYCLE($P1, $P2)</ NC_INSTRUCTION >
…
…
<CREATE_CYCLE_EVENT>
<type_cast name="P1" type="int"/>
<OP> P1 = P1 * 150 </OP>
</CREATE_CYCLE_EVENT>
…
…