From c71cbbc521843380ad18957bf502cb300365cdfb Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Fri, 14 Jun 2013 10:13:15 +1000 Subject: [PATCH] Added lyrebird and re-ordered server socket offsets. The offsets were re-ordered to match the 3rd digit of the SIM_GALIL baseports. --- site_ansto/instrument/runsics.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/site_ansto/instrument/runsics.py b/site_ansto/instrument/runsics.py index f9a68d93..5cef6dd1 100755 --- a/site_ansto/instrument/runsics.py +++ b/site_ansto/instrument/runsics.py @@ -23,17 +23,18 @@ server_port = { 'quieck': 60014} } inst_test_sockoffset = { - 'wombat' : 0, - 'echidna' : 100, + 'echidna' : 0, + 'wombat' : 100, 'kowari' : 200, - 'quokka' : 300, - 'platypus' : 400, - 'taipan' : 500, + 'dingo' : 300, + 'quokka' : 400, + 'platypus' : 500, 'pelican' : 600, - 'dingo' : 700, - 'emu' : 800, + 'taipan' : 700, + 'lyrebird' : 800, 'kookaburra' : 900, - 'bilby' : 1000 + 'bilby' : 1000, + 'emu' : 1100 } deflt_dir = '/usr/local/sics/server'