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 2017.06
#3
Hi,

Admin are there any examples for these new functions cause they don't seem to work.

My interpretation from these check functions would be to read\write\respond\update to the bus\object if the current object value is different to the requested value. This is to prevent repeat values being sent on the bus. Which is equivalent to something like.

local vln = tonumber(somevalue)
if(grp.getvalue('11/2/14')~=vln)then
grp.response('11/2/14',vln,dt.scale)
end

Thanks

Roger


Messages In This Thread
RE: LogicMachine firmware 2017.06 RC4 - by rocfusion - 01.07.2017, 21:56

Forum Jump: