Load drivers which have been enabled in the SICS config ini files.
Lakeshore 336 drivers with known IP addresses have been added to the ini files with unique IDs. All entries in the ini files now have unique IDs The wombat ini now has radio buttons to select sample stage motor configurations.
This commit is contained in:
123
site_ansto/instrument/rsd/util/sics_config.ini
Normal file
123
site_ansto/instrument/rsd/util/sics_config.ini
Normal file
@@ -0,0 +1,123 @@
|
||||
[ls336_1]
|
||||
desc = "tc1: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.28
|
||||
name = tc1
|
||||
type = T
|
||||
id = 1
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_2]
|
||||
desc = "tc2: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.29
|
||||
name = tc2
|
||||
type = T
|
||||
id = 2
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_4]
|
||||
desc = "tc4: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.30
|
||||
name = tc4
|
||||
type = T
|
||||
id = 4
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_5]
|
||||
desc = "tc5: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.201.21
|
||||
name = tc5
|
||||
type = T
|
||||
id = 5
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_6]
|
||||
desc = "tc6: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.201.21
|
||||
name = tc6
|
||||
type = T
|
||||
id = 6
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_11]
|
||||
desc = "tc11: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.27
|
||||
name = tc11
|
||||
type = T
|
||||
id = 11
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_12]
|
||||
desc = "tc12: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.31
|
||||
name = tc12
|
||||
type = T
|
||||
id = 12
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[mercury_scpi]
|
||||
desc = "tc25: Oxford Mercury temperature controller in Mercury mode"
|
||||
driver = "mercury_scpi"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.5
|
||||
name = tc25
|
||||
type = T
|
||||
id = 25
|
||||
offifon = mercury_itc500
|
||||
port = 7020
|
||||
tol = 2.0
|
||||
terminator = \r
|
||||
|
||||
[eurotherm_2000]
|
||||
desc = "tc26: Eurotherm 2000 temperature controller"
|
||||
driver = "et2000"
|
||||
enabled = false
|
||||
group = environment:temperature
|
||||
name = et2000
|
||||
ip = 137.157.201.213
|
||||
port = 502
|
||||
id = 26
|
||||
tol = 5.0
|
||||
type = T
|
||||
Reference in New Issue
Block a user