21.01.2019, 15:38
Hallo,
I need create a OR port with about 90-100 input. I tagged each input in objects window. It's possible create the OR gate useing the tag of the group address?
I wrote the follow example that don't function:
if (true == grp.tag('LuciScalaA')) then
grp.write('12/1/21', true)
else
os.sleep(100)
grp.write('12/1/21', false)
end
See attached
Best regards
I need create a OR port with about 90-100 input. I tagged each input in objects window. It's possible create the OR gate useing the tag of the group address?
I wrote the follow example that don't function:
if (true == grp.tag('LuciScalaA')) then
grp.write('12/1/21', true)
else
os.sleep(100)
grp.write('12/1/21', false)
end
See attached
Best regards