PE

PXSvPeRequest PXVT_PE

Fn

PxPeRequest()

A1

ID of the periodic event object if the request was successful or invalid ID on failure

A2

Period in number of PxTicks_t that is requested

Er

PxPeRequest() error codes

PXSvPeStart PXVT_PE

Fn

PxPeStart()

A1

ID of the periodic event object to start

A2

Period in number of PxTicks_t or 0 on failure

Er

PxPeStart() error codes

PXSvPeStop PXVT_PE

Fn

PxPeStop()

A1

ID of the periodic event object to stop

A2

Period in number of PxTicks_t or 0 on failure

Er

PxPeStop() error codes

PXSvPeRelease PXVT_PE

Fn

PxPeRelease()

A1

Invalid ID if the release was successful or ID of the periodic event object to release

Fn

PxPeRelease() error codes

PXSvPeChange PXVT_PE

Fn

PxPeChange()

A1

ID of the periodic event object which period to change

A2

Period in number of PxTicks_t to set

Er

PxPeChange() error codes

PXSvPeRequest_NoWait PXVT_PE

Fn

PxPeRequest_NoWait()

A1

ID of the periodic event object if the request was successful or invalid ID on failure

Er

PxPeRequest_NoWait() error codes

PXSvPeRequest_EvWait PXVT_PE

Fn

PXSvPeRequest_EvWait()

A1

ID of the periodic event object if the request was successful or invalid ID on failure/event abortion

A2

Events, if the request was aborted by a waiting event

Er

PXSvPeRequest_EvWait() error codes

PXSvPeStart_Hnd PXVT_PE, PXVT_HND

Fn

PxPeStart_Hnd()

A1

ID of the periodic event object to start

A2

Signal period of the event in number of PxTicks_t

Er

PxPeStart_Hnd() error codes

PXSvPeStop_Hnd PXVT_PE, PXVT_HND

Fn

PxPeStop_Hnd()

A1

ID of the periodic event object to stop

A2

Signal period of the event in number of PxTicks_t

Er

PxPeStop_Hnd() error codes