Logic Machine Forum
Direct input / Step + / - - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Direct input / Step + / - (/showthread.php?tid=773)



Direct input / Step + / - - DarthPaul - 04.05.2017

Hello

I have an issue with the "Direct input / Step + / -"
I use this fore a Base-setpoint for temperature, and added Minimum value (18) and Maximum value (25)

When a user wants to max out his setpoint (they always click maximum..) the Step + will exceed its limit (25) eg stepping up to 25.5
The Visualisation will stop on 25, but the telegram will not be sent. It exceeds max of 25, and block the group.write on BUS 
on the Visualiasation-page it shows max (25) but no changes are made. 
If you visualize this value other pages, it will remain on the start before the multiple step-clicks

Could we somehow send the max-value when user Click 1-1000 times to many?? 
The way it is now no changes are made, and users are confused.

One suggestion I have is to allow all values, and do the limit in Script.
Simplified like this:
When Value is > 25 write 25 (if they click to + 34) Script will write 25....
I would do that on all 400 tags... 
Not ideal, but could work..

Any better suggestions?


Darth Paul


RE: Direct input / Step + / - - admin - 04.05.2017

Which firmware version are you running?


RE: Direct input / Step + / - - DarthPaul - 10.05.2017

(04.05.2017, 09:52)admin Wrote: Which firmware version are you running?

I am running on a LM4 Version: 20160927 


RE: Direct input / Step + / - - admin - 10.05.2017

Can you try this with 2017 RC1?


RE: Direct input / Step + / - - DarthPaul - 15.05.2017

(10.05.2017, 10:42)admin Wrote: Can you try this with 2017 RC1?


I finally Updated, to Version: 20170424 
And now it works perfect.

Thank you