Files
storage_fresco/locations.py
2019-05-23 13:36:01 +00:00

40 lines
767 B
Python
Executable File

#! /usr/bin/python
__author__ = "Daniel Egger, Michael Rest"
__date__ = "22 Okt 2007"
__email__ = "egger@interearth.com, michi@rosstein.de"
__version__ = "$Revision: 1.2 $"[11:-2]
#Locations
locations = {}
locations ['Pick'] = ''
locations ['Puffer'] = ''
locations ['RFZ1'] = ''
locations ['RFZ2'] = ''
locations ['RFZ3'] = ''
locations ['IPKT'] = ''
locations ['DEST'] = ''
locations ['VF01'] = ''
#scanners
scanners = {}
scanners ['IPKT'] = 1
scanners ['RFZ1'] = 2
scanners ['RFZ2'] = 3
scanners ['RFZ3'] = 4
scanners ['BCL1'] = 101
scanners ['BCL2'] = 102
scanners ['BCL3'] = 103
scanners ['BCL4'] = 104
scanners ['BCL5'] = 105
scanners ['BCL6'] = 106
scanners ['HBCL1'] = 201
scanners ['MDE'] = 300
HBCL1 = 201