24.03.2017, 10:18
(This post was last modified: 24.03.2017, 10:19 by Erwin van der Zwart.)
Hi,
Add tag 'status' to all your objects that needs to be read on init and put these 2 lines in your start-up script: (make sure you have read flag enabled on your objects fromĀ ETS)
If you have a lot of objects make sure to request them in a couple of requests with a os.sleep between them and tag them status1, status2 etc..
BR,
Erwin
Add tag 'status' to all your objects that needs to be read on init and put these 2 lines in your start-up script: (make sure you have read flag enabled on your objects fromĀ ETS)
Code:
statusobjects = grp.tag('status')
statusobjects:read()
If you have a lot of objects make sure to request them in a couple of requests with a os.sleep between them and tag them status1, status2 etc..
BR,
Erwin