TaskReals Parameter
Default Value: 256
Minimum Value: 0
Maximum Value: 10000000
Units: None
Type: int
The TaskReals parameter specifies the total number of IEEE-754 double-precision floating-point variables ($rtask[]) 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 double-precision 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.