GlobalIntegers Parameter
Default Value: 256
Minimum Value: 0
Maximum Value: 10000000
Units: None
Type: int
The GlobalIntegers parameter specifies the total number of signed 64-bit integer variables ($iglobal[]) that are available to, and shared by, all tasks on the controller. You can use these variables to share information between tasks.
Each global integer variable uses 8 bytes of available memory. When this parameter has a nonzero value, controller memory is allocated for each global variable.