(29.09.2023, 07:33)admin Wrote: Event script attached to 10/0/1:
Code:value = event.getvalue()
grp.checkwrite('29/0/6', value)
I've should have mentioned that 29/0/6 is a 1 byte value. So 0 - Stop, 1 - Low, 2 - Home, 3 - High.
So I when the value from my touchpanel is 0, I want it to set the value to 2 (Home), and with 1 to 3 (High).