EasyManua.ls Logo

Embedded Systems LogiMachine5 Power - Input Definition; Output Definition

Embedded Systems LogiMachine5 Power
254 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
253
if input then
result = true
break
end
end
return result, not result
end
27.9.3. Input definition
- Input1 [object] - Input 1 = grp.getvalue('object')
- Input2 [storage] Input2 = storage.get('storage')
- Input3 [object:find] Input3 = grp.find('object')
- Input4 [tag] Input4 = tag
- Input5 [tag:find] - Input5 = grp.tag('tag')
- Input6 [value] Input6 = value
- Input7 [value:atext|12|true|false] Input7 is a value which can onlu be selected from
(atext|12|true|false
27.9.4. Output definition
out Output [object] - grp.write('object', out)
out_not Output Not[storage] -- storage.set('storage', out_not)
If result is = null then nothing is send on the output.

Table of Contents