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 change object value with no event call?
#1
Hello.
Does there is a way to change object value but with no object event call? 
For example there is object '1/1/1' with event script. And there are some other scripts. From first script value of object '1/1/1' is changed and event of object '1/1/1' must be called. But when second script change value of object '1/1/1' event script must not be called.
How to implement this feature?
Reply
#2
Event script is executed for all writes. You can check event.sender value to determine whether to execute certain actions or not. See this: https://forum.logicmachine.net/showthread.php?tid=1178
Reply


Forum Jump: