25.03.2021, 08:34
Hi,
Can someone tell me what datatype I have to use for multistate value?
Can someone tell me what datatype I have to use for multistate value?
Multistate value
|
25.03.2021, 08:34
Hi,
Can someone tell me what datatype I have to use for multistate value?
25.03.2021, 08:37
Use 1-byte unsigned with Custom values to map numeric value to text.
25.03.2021, 08:44
25.03.2021, 08:45
25.03.2021, 10:48
(25.03.2021, 08:45)admin Wrote: See this: https://forum.logicmachine.net/showthrea...4#pid17624 Hi, I have tried this, but this doesn't work. When I change value in LM it doesn't change for the device.
25.03.2021, 10:56
Why are you writing multiple values one after one?
Keep only one write and replace value = 1 with value = event.getvalue() so you actually write the current object value not a fixed value.
25.03.2021, 11:11
|
« Next Oldest | Next Newest »
|