mpiAxisEventReset

Declaration
long mpiAxisEventReset(MPIAxis      axis,
                       MPIEventMask eventMask) 
Required Header stdmpi.h
Description

 

To... Then...
enable host notification of all events configure eventmask with mpiEventMaskALL(eventMask)
disable host notification of all events

configure eventmask with mpiEventMaskCLEAR(eventMask)

Return Values
MPIMessageOK if AxisEventNotifySet successfully requests host notification of the event(s) that are specified by eventMask and generated by motion
Remarks
 

Event notification is enabled for event types specified in eventMask, a bit mask generated by the logical OR of the MPIEventMask bits associated with the desired MPIEventType values. Configuration of the eventMask should be done with Event macros. Event notification is disabled for event types that are not specified in eventMask.

The mask of event types generated by a Motion object consists of bits from MPIEventMaskMOTION and MPIEventMaskAXIS.

     

See Also

  MEIEventNotifyData | MEIEventStatusInfo | MPIEventType | mpiEventMaskALL
  mpiEventMaskCLEAR | MPIEventMaskMOTION | MPIEventMaskAXIS | MPIEventMask