Event Constants

Event constants are referenced inside the Event module.

For the .NET library, these constants are defined in the EventConstants class.

Constant

Type

Value

Description

maxEvents

int

512

The maximum number of events that may be defined.

maxBitArray

int

1024

The maximum byte size of the bit array used for event execution.

maxHardwareTouchProbeLatchedValues

int

256

The maximum number of latched values per hardware touch probe.

maxTouchprobeChannel

int

64

The maximum number of software touch probe channels.

maxPsoChannel

int

64

The maximum number of position synchronous output channels.

maxPsoData

int

128

The maximum number of position synchronous output data points per channel.

maxPsoIoEncSize

int

4

The maximum number of bytes in the I/O encoder for positional synchronous output.

maxPveloChannel

int

64

The maximum number of planned velocity override channels.

maxPveloData

int

20

The maximum number of planned velocity override data points per channel.

maxPveloIoEncSize

int

4

The maximum number of bytes in the I/O encoder for planned velocity override.

maxEventInputDataSize

int

8192

The maximum size of the input data for an event in bytes.

maxEventOutputDataSize

int

8192

The maximum size of the output data for an event in bytes.

maxEventConfigureOfModuleDataSize

int

8192

Reserved.