From eafcd89abaf9e93cc645f759ce1162d033e99651 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Tue, 11 Feb 2025 22:40:17 +0000 Subject: [PATCH] updated SNA RTU note after #564's changes --- rtu/config/peripherals.lua | 2 +- rtu/startup.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtu/config/peripherals.lua b/rtu/config/peripherals.lua index 10ddca3..e214379 100644 --- a/rtu/config/peripherals.lua +++ b/rtu/config/peripherals.lua @@ -149,7 +149,7 @@ function peripherals.create(tool_ctl, main_pane, cfg_sys, peri_cfg, style) reposition("This SNA is for reactor unit # .", 46, 1, 31, 4, 7) self.p_idx.hide() self.p_assign_btn.hide(true) - self.p_desc_ext.set_value("Before adding lots of SNAs: multiply the \"PEAK\" rate on the flow monitor (after connecting at least 1 SNA) by 10 to get the mB/t of waste that they can process. Enough SNAs to provide 2x to 3x of your max burn rate should be a good margin to catch up after night or cloudy weather. Too many devices (such as SNAs) on one RTU can cause lag.") + self.p_desc_ext.set_value("Warning: too many devices on one RTU Gateway can cause lag. Note that 10x the \"PEAK\x1a\" rate on the flow monitor gives you the mB/t of waste that the SNA(s) can process. Enough SNAs to provide 2x to 3x of that unit's max burn rate should be a good margin to catch up after night or cloudy weather.") elseif type == "dynamicValve" then reposition("This is the below system's # dynamic tank.", 29, 4, 17, 6, 8) self.p_assign_btn.show() diff --git a/rtu/startup.lua b/rtu/startup.lua index c957ac9..d40eefd 100644 --- a/rtu/startup.lua +++ b/rtu/startup.lua @@ -31,7 +31,7 @@ local sna_rtu = require("rtu.dev.sna_rtu") local sps_rtu = require("rtu.dev.sps_rtu") local turbinev_rtu = require("rtu.dev.turbinev_rtu") -local RTU_VERSION = "v1.11.0" +local RTU_VERSION = "v1.11.1" local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE local RTU_HW_STATE = databus.RTU_HW_STATE