From 82b3e931268d5ec6cae4eb97cdcd9104f8bb3abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Kr=C3=BCger?= Date: Tue, 17 Apr 2018 13:48:38 +0200 Subject: [PATCH] STRESSIHTF2: Fix maximum ramp value The maximum ramp value is 9999. This will be used by the entangle server during the stop, but it collides with the former limit 600 and creates errors in the client. Change-Id: I6888b876515a4a13ba04e4ccad3d045a8092f499 Reviewed-on: https://forge.frm2.tum.de/review/17747 Tested-by: JenkinsCodeReview Reviewed-by: Jens Krueger --- etc/stressihtf2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/stressihtf2.cfg b/etc/stressihtf2.cfg index 5b37c5a..5c07de1 100644 --- a/etc/stressihtf2.cfg +++ b/etc/stressihtf2.cfg @@ -19,7 +19,7 @@ tangodevice=tango://localhost:10000/box/eurotherm/ctrl .description=Main temperature control node of Stressihtf2. value.unit='degC' target.datatype=["double", 0, 2000] -ramp.datatype=["double",0,600] +ramp.datatype=["double",0,9999] ramp.description=target ramping speed in K/min. ramp.default=60 ramp.unit=K/min