TaskIntegers Parameter

Default Value: 256

Minimum Value: 0

Maximum Value: 10000000

Units: None

Type: int

The TaskIntegers parameter specifies the total number of signed 64-bit integer variables ($itask[]) that are available to the task for which this parameter is set. You can use these variables to share information between iterations of a program that are running on the same task.

Each task integer variable uses 8 bytes of available memory. When this parameter has a nonzero value and the corresponding task is enabled, controller memory is allocated for each task variable. For more information about enabled tasks, see the Tasks Category.