Reset DI Input Counter
-
Is there a way to reset inputs counter? I have tried with:
wget -qO- http://localhost/rest/input/1_01 --post-data='counter=1'
But it returns:
{"errors": {"__all__": "Input instance has no attribute '_regcounter'"}, "success": false}
Any suggestions? Does the counter restart from 0 once it reach the max number rappresentation? Thanks.
-
@roberts_lando Support for Neurons is limited only to set the outputs and read inputs. Setting counter is not possible using Evok but if you want, you can use the TCP Modbus interface for that.
Yes, once the maximum number of counter is reached it is reset to 0.