Change limites on e3200 setpoint
This commit is contained in:
@ -3,8 +3,8 @@ driver eurotherm_3200 = {
|
||||
protocol = modbus_ap;
|
||||
class = environment;
|
||||
simulation_group = environment_simulation;
|
||||
add_args = 'id datype dev_id tol';
|
||||
make_args = 'id datype dev_id tol';
|
||||
add_args = 'id datype dev_id {tol 5 } {lowerlimit 0} {upperlimit 500}';
|
||||
make_args = 'id datype dev_id {tol 5} {lowerlimit 0} {upperlimit 500}';
|
||||
|
||||
group util = {
|
||||
data = false; control = false; nxsave = false; mutable = false;
|
||||
@ -17,7 +17,7 @@ driver eurotherm_3200 = {
|
||||
var sensor = { read_command = '1'; permlink = 'T.S01'; };
|
||||
writeable = 1;
|
||||
var setpoint = { read_command = '2'; write_command = '2'; permlink = 'T.SP01';
|
||||
driveable = loop1/sensor; lowerlimit = 0; upperlimit =40; tolerance = '${tol}';
|
||||
driveable = loop1/sensor; lowerlimit = '${lowerlimit}'; upperlimit = '${upperlimit}'; tolerance = '${tol}';
|
||||
};
|
||||
}
|
||||
group loop1_extra = {
|
||||
|
Reference in New Issue
Block a user