This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

How to control event based script
#2
Hi,

Have not checked your script fully, but in the first lines i already see mistakes..

1) event.getvalue(0/2/10) needs to be event.getvalue() without any value passing to the function.

2) grp.getvalue(32/1/4) is missing the quotes and needs to be grp.getvalue(‘32/1/4’)

Your script will probably start to work better if you change these mistakes, but i expect you notice more problems as you use a os.sleep() in a event based script without script to avoid paralell execution.

This will probably not going to work as you expect..

BR,

Erwin
Reply


Messages In This Thread
How to control event based script - by 02dag - 22.09.2018, 18:50
RE: How to control event based script - by Erwin van der Zwart - 22.09.2018, 21:20

Forum Jump: