Configuration of task periods
With the sole exception of BACKGROUND, the tasks run periodically and cyclically have configurable run times. The meaning and selection of the significant times are described below.PeriodBase time used by the system for its management .Configurable from the “Option” panel with values expressed on the basis of 100 us and range from 1 (100 us) to 200 (20 ms) (recommended 50 or 5ms).Attention: the value set must also be a divisor of 10000 without remainders (i.e.: Period must be an exact multiple of 1 second).Period is implicitly the run time of the FAST task.NORMAL task period.The NORMAL task is run cyclically at multiples of the FAST period.Its period can be configured in GF Project VX Code, indicating the specific task with the right button of the mouse (NB : the operation is possible if at least one POU is assigned to the task).Attention: the value set must be a Period multiple. Otherwise the program will not launch on the target, generating an error when loading.SLOW task periodThe SLOW task is run cyclically at multiples of the FAST period.Its period can be configured in GF Project VX Code, indicating the specific task with the right button of the mouse (NB : the operation is possible if at least one POU is assigned to the task).Attention: the value set must be a Period multiple. Otherwise the program will not launch on the target, generating an error when loading.