Base Constants
Base constants are referenced by all modules in the WMX3 library.
For the .NET library, these constants are defined in the Constants class.
Constant |
Type |
Value |
Description |
|---|---|---|---|
int |
128 |
The maximum number of axes that can be controlled. |
|
int |
8000 |
The maximum number of I/O input bytes. |
|
int |
8000 |
The maximum number of I/O output bytes. |
|
int |
32 |
The maximum number of characters in the file name of a module. |
|
int |
16 |
The maximum number of characters in the name of a module. |
|
int |
512 |
The maximum number of characters in the description of a module. |
|
int |
64 |
The maximum number of modules. |
|
int |
64 |
The maximum number of characters in the device name. |
|
int |
256 |
The maximum number of devices that can run concurrently. |
|
int |
2 |
The maximum number of interrupts (cyclic handlers) that can run on the engine. |
|
int |
8 |
The maximum number of axes that may be commanded by certain events that execute interpolation commands. |
|
int |
100 |
The maximum number of log data that can be retrieved at one time using a derived class of LogOutput class. |