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 |
|---|---|---|---|
int |
512 |
The maximum number of events that may be defined. |
|
int |
1024 |
The maximum byte size of the bit array used for event execution. |
|
int |
256 |
The maximum number of latched values per hardware touch probe. |
|
int |
64 |
The maximum number of software touch probe channels. |
|
int |
64 |
The maximum number of position synchronous output channels. |
|
int |
128 |
The maximum number of position synchronous output data points per channel. |
|
int |
4 |
The maximum number of bytes in the I/O encoder for positional synchronous output. |
|
int |
64 |
The maximum number of planned velocity override channels. |
|
int |
20 |
The maximum number of planned velocity override data points per channel. |
|
int |
4 |
The maximum number of bytes in the I/O encoder for planned velocity override. |
|
int |
8192 |
The maximum size of the input data for an event in bytes. |
|
int |
8192 |
The maximum size of the output data for an event in bytes. |
|
int |
8192 |
Reserved. |