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.

[OLD] LogicMachine firmware 2016.07.14
#33
I have problems with a grp.response() command.

When i execute this command i can't see this in ETS connected with the LM4. When i connect with another ip bus device i see the command.

Code:
-- handle read
function handleRead()  
 -- only reply to group read requests
 if event.type == 'groupread' then
   obj = grp.find(event.dst)
   -- object found and has datatype set
   if obj and obj.decoded then  
     grp.response(event.dst, obj.value, obj.datatype)
   end
 end
end


solved in next release.


Messages In This Thread
RE: [RELEASE-CANDIDATE] LogicMachine firmware 2016.07.14 - by gjniewenhuijse - 12.09.2016, 08:47

Forum Jump: