I know that through TaskConfiguration I can configure or Monitor when i'm online the task cycle ( average, time... in micro sec ). How can I get those informations through program ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I know that through TaskConfiguration I can configure or Monitor when i'm online the task cycle ( average, time... in micro sec ). How can I get those informations through program ?
Hi,
Have a GOOD DAY
use a time() and when same routine is done again (main loop subtracte newtime with oldtime.
Hi,
you could use the implcit generated instance which is used by SyslibTaskinfo.lib
_callTask+'Name of the Task'
Example:
Your Task is called ErsteTask then use _callTaskErsteTask
cu
Edwin