Name of a thread function (P-RTCF-00012)
P-RTCF-00012 | Name of the function within a thread |
Description | The parameter defines the name of a function within the thread. |
Parameter | thread[i].function[j].name |
Data type | STRING |
Data range | Maximum of 127 characters The names to be used are already permanently compiled in the source. The following parameter assignments are allowed:
|
Dimension | ---- |
Default value | * |
Remarks | * Note: The default value of variables is a blank string. Parameterisation example: thread[0].name GEO1 thread[0].context_info 1 thread[0].cycle 2000 thread[0].priority 31 # HIGHEST thread[0].error_on_overflow 1 thread[0].function[0].name task_int thread[0].function[0].calls_per_cycle 1
|