From 5af27359ddb945d57f73a8d59683327e2379391b Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 12 Feb 2007 12:48:30 +1100 Subject: [PATCH] Simulated motors don't have a blockage_check_interval paramater r1465 | ffr | 2007-02-12 12:48:30 +1100 (Mon, 12 Feb 2007) | 2 lines --- site_ansto/instrument/mksim_config.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/instrument/mksim_config.tcl b/site_ansto/instrument/mksim_config.tcl index 649d3369..af1f1cc1 100755 --- a/site_ansto/instrument/mksim_config.tcl +++ b/site_ansto/instrument/mksim_config.tcl @@ -7,7 +7,7 @@ puts "# [clock format [clock seconds] -format %c]\n" proc unknown {args} { set param [lindex $args 1]; - set nonsim_motpars [list speed home hardlowerlim hardupperlim accel decel maxSpeed minSpeed maxAccel minDecel ] + set nonsim_motpars [list speed home hardlowerlim hardupperlim accel decel maxSpeed minSpeed maxAccel minDecel blockage_check_interval] if { [ lsearch -exact $nonsim_motpars $param ] == -1 } { puts $args; }