From dba900c124449b695b1c72028acb6141c128e5a6 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 5 Feb 2014 15:51:22 +1100 Subject: [PATCH] Bilby has eight motion controllers. --- site_ansto/instrument/bilby/hostport_config.tcl | 4 ++++ site_ansto/instrument/bilby/hostport_config_test.tcl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/site_ansto/instrument/bilby/hostport_config.tcl b/site_ansto/instrument/bilby/hostport_config.tcl index b62c704f..3ca21815 100644 --- a/site_ansto/instrument/bilby/hostport_config.tcl +++ b/site_ansto/instrument/bilby/hostport_config.tcl @@ -4,6 +4,10 @@ foreach {mc host port} { MC2 mc2-bilby 1034 MC3 mc3-bilby 1034 MC4 mc4-bilby 1034 + MC5 mc5-bilby 1034 + MC6 mc6-bilby 1034 + MC7 mc7-bilby 1034 + MC8 mc8-bilby 1034 } { dict set MOTOR_HOSTPORT $mc HOST $host dict set MOTOR_HOSTPORT $mc PORT $port diff --git a/site_ansto/instrument/bilby/hostport_config_test.tcl b/site_ansto/instrument/bilby/hostport_config_test.tcl index 28b076de..104d03fa 100644 --- a/site_ansto/instrument/bilby/hostport_config_test.tcl +++ b/site_ansto/instrument/bilby/hostport_config_test.tcl @@ -6,6 +6,10 @@ foreach {key host port} { MC2 localhost 63031 MC3 localhost 63032 MC4 localhost 63033 + MC5 mc5-bilby 63034 + MC6 mc6-bilby 63035 + MC7 mc7-bilby 63036 + MC8 mc8-bilby 63037 } { dict set MOTOR_HOSTPORT $key HOST $host dict set MOTOR_HOSTPORT $key PORT $port