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.

Maximum Value
#4
Hi,

Just.make 2 extra (virtual) objects (1x 2 byte and 1x 250 byte) and put this event script on your windspeed object.
Code:
if event.getvalue() > grp.getvalue('32/1/1') then
   grp.update('32/1/1', event.getvalue())
   grp.update('32/1/2', os.date('%A %d %B %H:%M'))
end
You should also be able to put these 2 object values to a widget with the widget creator in the Touch visu.

BR,

Erwin
Reply


Messages In This Thread
Maximum Value - by Tee_Trinker - 13.03.2020, 20:10
RE: Maximum Value - by Tokatubs - 13.03.2020, 20:16
RE: Maximum Value - by Tee_Trinker - 13.03.2020, 22:47
RE: Maximum Value - by Erwin van der Zwart - 15.03.2020, 06:54
RE: Maximum Value - by Tee_Trinker - 15.03.2020, 11:43
RE: Maximum Value - by Tokatubs - 16.03.2020, 08:01
RE: Maximum Value - by admin - 16.03.2020, 08:13
RE: Maximum Value - by AlexLV - 16.03.2020, 18:34
RE: Maximum Value - by admin - 16.03.2020, 18:39
RE: Maximum Value - by AlexLV - 16.03.2020, 18:57
RE: Maximum Value - by Daniel - 17.03.2020, 08:31
RE: Maximum Value - by admin - 17.03.2020, 09:03
RE: Maximum Value - by AlexLV - 17.03.2020, 16:25
RE: Maximum Value - by Daniel - 17.03.2020, 16:33
RE: Maximum Value - by AlexLV - 17.03.2020, 16:49
RE: Maximum Value - by Tee_Trinker - 24.03.2020, 16:29
RE: Maximum Value - by admin - 24.03.2020, 16:51
RE: Maximum Value - by Tee_Trinker - 24.03.2020, 18:02
RE: Maximum Value - by admin - 24.03.2020, 18:44
RE: Maximum Value - by Tee_Trinker - 24.03.2020, 20:23

Forum Jump: