Switch to desktop version  
Creating multiple Tags with different tag names - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: BASIC Script (https://techforum.ewon.biz/forum-52.html)
+--- Thread: Creating multiple Tags with different tag names (/thread-995.html)



Creating multiple Tags with different tag names - gomzy04 - 01-08-2019

Hi There, 

I was wondering what's the wait time for the PUTFTP command when writing in to the local tag file with multiple Tags with completely different tag  names needs creating  in one go?  Or there a different way to solve the problem?

Thanks

Ash


RE: Creating multiple Tags with different tag names - simon - 08-08-2019

Ash,

The PUTFTP command will be executed asynchronously from the BASIC. When you trigger it, it goes into the Scheduled Action queue and is then processed as fast as possible according to the pending action that were existing in the queue.
If you want to monitor the end of this action, you must use the event "ONSTATUS".

Simon


RE: Creating multiple Tags with different tag names - gomzy04 - 13-08-2019

Got it. Thanks Simon!