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.

GA import from ETS
#4
Hi,

Or you can create them from script:
Code:
for i = 0, 255, 1 do
 address = grp.create({
     datatype = dt.bool,
     address = '1/1/' .. i,
     name = 'Object ' .. i,
     comment = 'Auto created by script',
     units = '',
     tags = {},
 })
end
BR,

Erwin
Reply


Messages In This Thread
GA import from ETS - by s.prathmesh - 25.10.2017, 15:22
GA import from ETS - by Habib - 25.10.2017, 15:45
RE: GA import from ETS - by admin - 25.10.2017, 15:48
RE: GA import from ETS - by Erwin van der Zwart - 25.10.2017, 16:26
RE: GA import from ETS - by s.prathmesh - 26.10.2017, 10:04
RE: GA import from ETS - by Thomas - 26.10.2017, 11:58

Forum Jump: