Hi all,
I try to create a script(ST) in tesla scada 2, and I need a function (wait, sleep) for stop thread for 2 seconds.
In official documentation is indicated sleep(num_mili) function, but it doesn't work.
sleep(2000); // wait 2 seconds, !!! At compile time I receive --> Error message: Wrong call function
How can I do this? Thx for any idea.