FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
01-10-2022 05:04 PM
In the older firmware the ulitilty for waiting was available with the ML_GroupWait command. It could be buffered and provided a way to "pause" a series of buffered robot commands. What is the prescribed way to do the equivalent on the ctrlX?
Solved! Go to Solution.
01-18-2022 10:40 AM - edited 01-18-2022 10:41 AM
Can you tell us what you want to achieve exactly?
If you want to interrupt the movement at a certain point and continue later on you can use the function ML_KinInterrupt and ML_KinContinue out of the CXA_MOTION library.
If you want to wait for other commands or an external signal to synchronize some motion commands on a very exact scale you will have to use the SoMO (synchronized motion) functions: