Programming Topic (Tasks Category)
Use the Programming topic to specify different types of task variables, the maximum size of the program stack, and string stack memory for tasks. You can also specify the number of program lines the controller executes each second. This topic and its
For more information about Joystick parameters and their related AeroScript functions, see Joystick Functions.
Task Variables Module
The Tasks module lets you specify the number of available task variables. You can specify the total number of IEEE-754 double-precision floating-point variables, 64-bit integer variables, and string variables available for the selected task.
For more information, see the Controller Task Variables section of Data Types and Variables. Also see the parameters that follow:
Runtime Module
The Runtime module lets you specify the number of program lines the controller tries to execute each millisecond. You can also specify the maximum size of the program stack and string stack memory available for the selected task.
For more information, see the Task Scheduling section of Task and Program Functions and the Declare a String section of String Functions. Also see the parameters that follow: