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:
@@ -1,23 +1,28 @@
|
||||
[12tmagnet]
|
||||
desc = "12 Tesla Oxford Magnet"
|
||||
enabled = False
|
||||
group = environment:magnet
|
||||
ip = 10.157.205.3
|
||||
name = magnetic
|
||||
type = B
|
||||
id = 1
|
||||
port = 55001
|
||||
|
||||
[12tmagnet_setup]
|
||||
cascade = 12tmagnet,s1_sample_insert,mercury_scipi
|
||||
cascade = 12tmagnet,s1_sample_insert,mercury_scpi
|
||||
enabled = False
|
||||
group = 0setup
|
||||
|
||||
[ls336_1]
|
||||
desc = "tc2: Lakeshore 336 temperature controller"
|
||||
desc = "tc1: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.xxx.xxx
|
||||
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
|
||||
@@ -26,46 +31,92 @@ terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_4]
|
||||
desc = "tc3: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.30
|
||||
name = tc3
|
||||
type = T
|
||||
id = 3
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_5]
|
||||
desc = "tc4: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.201.21
|
||||
name = tc4
|
||||
type = T
|
||||
id = 4
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls336_6]
|
||||
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_12]
|
||||
desc = "tc6: Lakeshore 336 temperature controller"
|
||||
driver = "ls336"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.31
|
||||
name = tc6
|
||||
type = T
|
||||
id = 6
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls340_1]
|
||||
desc = "tc1: Lakeshore 340 temperature controller"
|
||||
desc = "tc13: Lakeshore 340 temperature controller"
|
||||
driver = "ls340"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.203.137
|
||||
name = tc1
|
||||
name = tc13
|
||||
type = T
|
||||
id = 1
|
||||
id = 13
|
||||
port = 4001
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls370]
|
||||
desc = "tc3: Lakeshore 370 temperature controller"
|
||||
desc = "tc8: Lakeshore 370 temperature controller"
|
||||
driver = "ls370"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.203.137
|
||||
name = tc3
|
||||
name = tc8
|
||||
type = T
|
||||
id = 3
|
||||
id = 8
|
||||
port = 4003
|
||||
terminator = \r\n
|
||||
tol = 2.0
|
||||
|
||||
[mercury_itc500]
|
||||
addr = @1
|
||||
desc = "tc9: Oxford Mercury temperature controller in legacy mode"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.5
|
||||
name = tc9
|
||||
type = T
|
||||
id = 9
|
||||
offifon = mercury_scipi
|
||||
port = 7020
|
||||
tol = 2.0
|
||||
|
||||
[mercury_scipi]
|
||||
[mercury_scpi]
|
||||
desc = "tc9: Oxford Mercury temperature controller in Mercury mode"
|
||||
driver = "mercury_scpi"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.5
|
||||
@@ -83,10 +134,22 @@ enabled = False
|
||||
group = motors
|
||||
|
||||
[west4100]
|
||||
desc = "tc1: Blue furnace temperature controller"
|
||||
desc = "tc10: Blue furnace temperature controller"
|
||||
driver = "west4100"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.205.19
|
||||
name = tc1
|
||||
name = tc10
|
||||
type = T
|
||||
id = 1
|
||||
id = 10
|
||||
|
||||
[12tmagnet]
|
||||
desc = "12 Tesla Oxford Magnet"
|
||||
driver = "12tmagnet"
|
||||
enabled = False
|
||||
group = environment:magnet
|
||||
ip = 10.157.205.3
|
||||
name = magnetic
|
||||
type = B
|
||||
id = 11
|
||||
port = 55001
|
||||
|
||||
Reference in New Issue
Block a user