The RMP Motion Controller APIs

◆ InterruptWake()

void InterruptWake ( )
Description:
InterruptWake wakes all threads waiting for an interrupt on this Axis.
Remarks
This function is also available in RapidSequencer.

Wake all threads waiting for an interrupt on this Axis.

Sample Code:
// wake any threads waiting for a Axis interrupt
axis->InterruptWake();
See also
InterruptWait