Skip to content
Snippets Groups Projects
Commit 7ef575f8 authored by Jan David Mol's avatar Jan David Mol
Browse files

Increase RECV on/off timeouts until we speed them up

parent 183a593c
Branches
Tags v0.1.3
No related merge requests found
...@@ -85,14 +85,14 @@ class RECV(opcua_device): ...@@ -85,14 +85,14 @@ class RECV(opcua_device):
doc='Maximum amount of time to wait after turning RCU(s) on or off', doc='Maximum amount of time to wait after turning RCU(s) on or off',
dtype='DevFloat', dtype='DevFloat',
mandatory=False, mandatory=False,
default_value=10.0 default_value=30.0
) )
RCU_DTH_On_Off_timeout = device_property( RCU_DTH_On_Off_timeout = device_property(
doc='Maximum amount of time to wait after turning dithering on or off', doc='Maximum amount of time to wait after turning dithering on or off',
dtype='DevFloat', dtype='DevFloat',
mandatory=False, mandatory=False,
default_value=20.0 default_value=30.0
) )
# ----- Calibration values # ----- Calibration values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment