Dear friends
I want to use a timer in a FB and call that FB in my program,
but I dont know how to use the timer in FB,
if I use T01 for timer name in FB,
then can I call that FB many times with T01 timer?
When you call FB many times, from another FB or OB, the same timer will be used parellally for all the application. So will is really work or not if you have the Fb called multiple times? (eventhough instance DB are different)
pkbiju wrote:When you call FB many times, from another FB or OB, the same timer will be used parellally for all the application. So will is really work or not if you have the Fb called multiple times? (eventhough instance DB are different)
Each time a timer supplied to IN parameter will be used.
Of course it will overlap if you have multiple calls with same timers.
marcs7 wrote:you can multi instance the SFB4
i never use s5timer , just for dirty patch
I think this is the better way to use the SFB4, in this case each instance of the FB will use a different timer !! Thank you very much
bunglehead wrote:
pkbiju wrote:When you call FB many times, from another FB or OB, the same timer will be used parellally for all the application. So will is really work or not if you have the Fb called multiple times? (eventhough instance DB are different)
Each time a timer supplied to IN parameter will be used.
Of course it will overlap if you have multiple calls with same timers.