Allow two LS336 and two LS340 temperature controllers to be selected.
This commit is contained in:
committed by
Ferdi Franceschini
parent
5d40914ee0
commit
03c00623ee
@@ -13,11 +13,11 @@ type = B
|
||||
id = 1
|
||||
port = 55001
|
||||
|
||||
[ls336]
|
||||
[ls336_1]
|
||||
desc = "tc1: Lakeshore 336 temperature controller"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 10.157.201.85
|
||||
ip = 137.157.201.85
|
||||
name = tc1
|
||||
type = T
|
||||
id = 1
|
||||
@@ -26,19 +26,45 @@ terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls340]
|
||||
desc = "tc1: Lakeshore 340 temperature controller"
|
||||
[ls336_2]
|
||||
desc = "tc2: Lakeshore 336 temperature controller"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.201.87
|
||||
name = tc2
|
||||
type = T
|
||||
id = 2
|
||||
port = 7777
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls340_1]
|
||||
desc = "tc3: Lakeshore 340 temperature controller"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.201.86
|
||||
name = tc1
|
||||
name = tc3
|
||||
type = T
|
||||
id = 1
|
||||
id = 3
|
||||
port = 4001
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[ls340_2]
|
||||
desc = "tc4: Lakeshore 340 temperature controller"
|
||||
enabled = False
|
||||
group = environment:temperature
|
||||
ip = 137.157.201.86
|
||||
name = tc4
|
||||
type = T
|
||||
id = 4
|
||||
port = 4002
|
||||
terminator = \r\n
|
||||
tol1 = 1.0
|
||||
tol2 = 1.0
|
||||
|
||||
[mercury_itc500]
|
||||
addr = @1
|
||||
desc = "tc1: Oxford Mercury temperature controller in legacy mode"
|
||||
|
||||
Reference in New Issue
Block a user