The default interval of five seconds seems to be working for everyone so let it be.
This commit is contained in:
@ -569,14 +569,14 @@ proc ::scobj::oxford_labview::read_config {} {
|
||||
}
|
||||
}
|
||||
set arg_list [list]
|
||||
foreach arg {interval} {
|
||||
if {[dict exists $v $arg]} {
|
||||
lappend arg_list "[dict get $v $arg]"
|
||||
} else {
|
||||
${ns}::sics_log 9 "Missing configuration value $arg"
|
||||
error "Missing configuration value $arg"
|
||||
}
|
||||
}
|
||||
# foreach arg {interval} {
|
||||
# if {[dict exists $v $arg]} {
|
||||
# lappend arg_list "[dict get $v $arg]"
|
||||
# } else {
|
||||
# ${ns}::sics_log 9 "Missing configuration value $arg"
|
||||
# error "Missing configuration value $arg"
|
||||
# }
|
||||
# }
|
||||
${ns}::sics_log 9 "add_oxford_labview ${name} aqadapter ${asyncqueue} {*}$arg_list"
|
||||
add_oxford_labview ${name} "aqadapter" ${asyncqueue} {*}$arg_list
|
||||
}
|
||||
|
Reference in New Issue
Block a user