FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
a week ago
Is it possible after PLC is already started and in RUN, to do another whole Axis and Kinematic Interface reinitialisation???
This function is normaly called/done be PLC_Cold restart.
Can You give some example code for this (v2.6_LTS).
5 hours ago
Hello @Renk
A reinit of the AxisInterface will be done automatically during a motion state changing to running. No need to do it manual.
Details:
The TE_AxisInterfaceMainProg(...) always check the motion state via the IMC interface.
If the motion is coming in state "RUNNING" a reinit of the motion interface will be initiated.... User signal: "InitDone = TRUE"
If the motion is leaving the state "RUNNING" the "InitDone = FALSE".
For more details please open the TE_AxisInterfaceMainProg at the library manager. If necessary (currently I don't know why) you can modify it.
Regards
Jochen