Update relocated third boiler position
This commit is contained in:
@@ -57,7 +57,7 @@ Waehrend der Computer aus ist, bleibt die Hardware durch den Fackel-Inverter abg
|
||||
nach erfolgreichem Programmstart wird ein zuvor gespeicherter RUNNING-Zustand wieder aktiviert.
|
||||
|
||||
Die Boiler werden nicht anhand wechselnder Peripheral-Namen, sondern fest ueber ihre
|
||||
Controller-Koordinaten `11266/64/10810`, `11260/64/10810` und `11252/64/10810` zugeordnet.
|
||||
Controller-Koordinaten `11266/64/10810`, `11260/64/10810` und `11254/64/10810` zugeordnet.
|
||||
Fehlt ein Reader, bleibt dadurch exakt die betroffene Boiler-Zeile auf `MISSING / NO READER`.
|
||||
Jeder Block Reader muss direkt auf den Controller-Tank seines Boiler-Multiblocks zeigen.
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ local STATE_FILE = "create_boiler_state.txt"
|
||||
local BOILERS = {
|
||||
{ label = "BOILER 1", position = { 11266, 64, 10810 } },
|
||||
{ label = "BOILER 2", position = { 11260, 64, 10810 } },
|
||||
{ label = "BOILER 3", position = { 11252, 64, 10810 } },
|
||||
{ label = "BOILER 3", position = { 11254, 64, 10810 } },
|
||||
}
|
||||
|
||||
local clutchButton = { x1 = 0, x2 = 0, y = 0 }
|
||||
|
||||
Reference in New Issue
Block a user