Startup Changes

This commit is contained in:
root
2015-08-24 19:42:38 +02:00
parent c60ad615b5
commit d2a0e0a78e
3 changed files with 7 additions and 7 deletions

View File

@@ -270,9 +270,9 @@ if __name__ == '__main__':
#_name, _proto, _addr, _port, _mpi, _rack, _slot, _rsid1, _rsid2, _rrack, _rslot, _rmpi
# MPI Adress 2
app.adddaveconn ('HALLEA', 'IBH_Link', '192.168.11.99', 1099, 4, 0, 4, 0, 0, 0, 0, 0)
app.adddaveconn ('HALLEA', 'IBH_Link', '192.168.11.99', 1099, 2, 0, 4, 0, 0, 0, 0, 0)
# MPI Adress 3
app.adddaveconn ('HALLEB', 'IBH_Link', '192.168.11.99', 1099, 4, 0, 4, 0, 0, 0, 0, 0)
app.adddaveconn ('HALLEB', 'IBH_Link', '192.168.11.99', 1099, 3, 0, 4, 0, 0, 0, 0, 0)
# MPI Adress 4
app.adddaveconn ('ABP-Buero', 'IBH_Link', '192.168.11.99', 1099, 4, 0, 4, 0, 0, 0, 0, 0)

View File

@@ -51,11 +51,11 @@ def GetVisuState ():
r_server = redis.Redis ('localhost')
r_pipe = r_server.pipeline ()
r_pipe.get('HALLEA-Visu00')
r_pipe.get('HALLEA-Visu00')
r_pipe.get('HALLEA-Visu01')
r_pipe.get('HALLEB-Visu00')
r_pipe.get('HALLEA-Visu01')
r_pipe.get('HALLEB-Visu01')
r_pipe.get('HALLEA-Visu02')
r_pipe.get('HALLEA-Visu02')
r_pipe.get('HALLEB-Visu02')
r_pipe.get('ABP-Buero-Visu00')
ret_val = r_pipe.execute ()
return ret_val

View File

@@ -42,8 +42,8 @@ def setDone (nr):
def setCtrl (conn, nr):
ioserv = SOAPProxy ('http://localhost:8089/')
conns = {0 : 'ABP-Buero'
1 : 'HALLEA'
conns = {0 : 'ABP-Buero',
1 : 'HALLEA',
2 : 'HALLEB'
}
try: