From d1d5afc4df8647e5292bf68b0562da4cab2db319 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 16 Mar 2007 17:11:56 +1100 Subject: [PATCH] Allow anything for the arguments to MG. Whether or not we can parse and process it is another matter. r1665 | ffr | 2007-03-16 17:11:56 +1100 (Fri, 16 Mar 2007) | 3 lines --- site_ansto/instrument/TEST_SICS/fakeDMC/dmc2280Server.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site_ansto/instrument/TEST_SICS/fakeDMC/dmc2280Server.tcl b/site_ansto/instrument/TEST_SICS/fakeDMC/dmc2280Server.tcl index 7aa3ee84..db5ba73f 100644 --- a/site_ansto/instrument/TEST_SICS/fakeDMC/dmc2280Server.tcl +++ b/site_ansto/instrument/TEST_SICS/fakeDMC/dmc2280Server.tcl @@ -1,5 +1,5 @@ -# $Revision: 1.1 $ -# $Date: 2006-10-12 23:06:05 $ +# $Revision: 1.2 $ +# $Date: 2007-03-16 06:11:56 $ # Author: Ferdi Franceschini (ffr@ansto.gov.au) # Last revision by: $Author: ffr $ @@ -43,7 +43,7 @@ proc readLine {who channel} { "TC 1" { puts $channel " DMC2280 ERROR"; puts -nonewline $channel ":" } - "MG _*" { + "MG *" { set output [eval [parse $line]] puts $channel " $output"; puts -nonewline $channel ":" }