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.

FAN SPEEDS TO TEXT
#2
Code:
textobject ='1/1/1'
speed = event.getvalue()
if speed == 0 then
  grp.checkwrite(textobject, 'Auto')
elseif speed > 0 and speed =< 33 then
  grp.checkwrite(textobject, 'Low')
elseif speed > 33 and speed <= 67 then
  grp.checkwrite(textobject, 'Medium')
elseif speed > 67 then
  grp.checkwrite(textobject, 'High')
end
Reply


Messages In This Thread
FAN SPEEDS TO TEXT - by d.r soutras - 15.09.2021, 18:19
RE: FAN SPEEDS TO TEXT - by Erwin van der Zwart - 15.09.2021, 18:33
RE: FAN SPEEDS TO TEXT - by d.r soutras - 17.09.2021, 18:21
RE: FAN SPEEDS TO TEXT - by admin - 20.09.2021, 11:05
RE: FAN SPEEDS TO TEXT - by d.r soutras - 20.09.2021, 12:28
RE: FAN SPEEDS TO TEXT - by khalil - 27.06.2022, 07:48
RE: FAN SPEEDS TO TEXT - by admin - 27.06.2022, 12:31
RE: FAN SPEEDS TO TEXT - by khalil - 27.06.2022, 13:06

Forum Jump: