Pull some changes from RELEASE-3_1 in gen_sct and *.sct

This commit is contained in:
Douglas Clowes
2015-02-19 09:48:38 +11:00
parent bf8be461ee
commit a5498a2a77
3 changed files with 632 additions and 259 deletions

View File

@ -5,7 +5,7 @@ driver isotech_ps = {
vendor = isotech; device = ps; protocol = std; vendor = isotech; device = ps; protocol = std;
class = environment; class = environment;
simulation_group = environment_simulation; simulation_group = environment_simulation;
protocol_args = '"\r"'; protocol_args = '{terminator \r}';
group = { group = {
readable = 5 readable = 5
mutable = true mutable = true

View File

@ -8,7 +8,7 @@ driver julabo_lh45_gen = {
simulation_group = environment_simulation simulation_group = environment_simulation
add_args = '{id 1} {ctrl_sensor "bath"} {tol 5.0}'; add_args = '{id 1} {ctrl_sensor "bath"} {tol 5.0}';
make_args = 'id ctrl_sensor tol'; make_args = 'id ctrl_sensor tol';
protocol_args = '"\r"'; protocol_args = '{terminator \r}';
# #
# Unnamed group has variables at device level # Unnamed group has variables at device level
# #
@ -22,7 +22,7 @@ driver julabo_lh45_gen = {
permlink = 'T.SP01'; permlink = 'T.SP01';
writeable = 1; write_function = setPoint; write_command = 'out_sp_00'; writeable = 1; write_function = setPoint; write_command = 'out_sp_00';
driveable = sensor/'value'; driveable = sensor/'value';
lowerlimit = 10; upperlimit = 90; tolerance = '${tol}'; lowerlimit = -20; upperlimit = 90; tolerance = '${tol}';
} }
var overtemp_warnlimit = { var overtemp_warnlimit = {
read_command = 'in_sp_03'; read_command = 'in_sp_03';

File diff suppressed because it is too large Load Diff