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.

Object behaviour
#2
thanks FatMax for your kind words, we are trying to improve every day!

As of your question, you need to create a virtual object in Object list e.g. 1/1/2. Then create event-based script for this grp address with the following content:

Code:
-- 1/1/1 is grp address which you want to turn on /off
grp.write('1/1/1', true)
os.sleep(0.1) -- pause for 0.1 second
grp.write('1/1/1', false)

On visualization add 1/1/2 and it will do the job
Reply


Messages In This Thread
Object behaviour - by FatMax - 16.11.2015, 08:04
RE: Object behaviour - by edgars - 16.11.2015, 08:16
RE: Object behaviour - by FatMax - 16.11.2015, 08:21
RE: Object behaviour - by gtsamis - 16.11.2015, 11:04
RE: Object behaviour - by admin - 16.11.2015, 11:16
RE: Object behaviour - by FatMax - 16.11.2015, 16:39
RE: Object behaviour - by FatMax - 15.12.2015, 12:50
RE: Object behaviour - by edgars - 15.12.2015, 13:14
RE: Object behaviour - by AdriSaliai - 28.12.2015, 18:57
RE: Object behaviour - by AEK - 29.12.2015, 09:47
RE: Object behaviour - by AdriSaliai - 29.12.2015, 21:53
RE: Object behaviour - by admin - 30.12.2015, 07:20
RE: Object behaviour - by AdriSaliai - 30.12.2015, 18:59

Forum Jump: