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 <bjoern_pedersen@frm2.tum.de> Reviewed-by: Jens Krueger <jens.krueger@frm2.tum.de>
This commit is contained in:
parent
7041d0f020
commit
82b3e93126
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user