Files
sics/site_ansto/instrument/config/environment/temperature/eurotherm_m2000.sct

13 lines
387 B
Plaintext

# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
driver eurotherm_m2000 = {
protocol = std
sobj_priv_type = 'user float'
class = environment
simulation_group = environment_simulation
add_args = 'id datype dev_id tol'
make_args = 'id datype dev_id tol'
code mkDriver = {%%
add_eurotherm_2000 $name $ip_address $tcp_port $dev_id $tol $id $datype
%%}
}