Hello. I am new in robot programming.
I would like to ask you for a help.
I need to read out FlexPendant speed and send it out to the PLC. Reading and sending is actually working, but in one procedure which I created. I used for it CSpeedOverride() function. I dont know how to do it on cyclic period during whole program execution. Does exist such a ,background task" which will be reading and sending this value all the time?
Thank you very much for any ideas.
Yes, you could make a Background task IF you have the Multitasking option. Otherwise you could program a cyclic interrupt.
Thank you. Yes we have multitasking option, but unfortunately I cannot find how to create Background task
. Is the procedure the same as for normal task?
Thank a lot!
Sorry for the delay.
It is suggested to follow the instructions as detailed above.
Step 7 is the key. That is where task type, normal, semi-static, static, is configured. Semi-static and static are the available background task types.