29.12.2015, 17:06
To create objects:
http://openrb.com/docs/lua.htm#grp.create
To delete objects use this function:
You can find multiple objects either by tag or data type, look for grp.tag and grp.dpt in the docs.
http://openrb.com/docs/lua.htm#grp.create
To delete objects use this function:
Code:
-- you can delete by group address
grp.delete('1/1/1')
-- or delete by object name
grp.delete('My object name')