From 840da2fb8624a7f02f8e26c3195192f915da871c Mon Sep 17 00:00:00 2001 From: thecarp Date: Mon, 5 Dec 2016 17:23:35 -0500 Subject: [PATCH] Added dish and cosangle params to stations After trying the Seti Rebalanced config with required connection for control, I found it wasn't working. Even with the control enabler, I still could not transmit science using the latest Remotetech. After reviewing some other configurations I found some new options in other configs and added them. This got my configuration working with RT 1.8.2. There are more new options probably worth reviewing. --- RemoteTech/RemoteTech_Settings.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/RemoteTech/RemoteTech_Settings.cfg b/RemoteTech/RemoteTech_Settings.cfg index 3300831..0048118 100644 --- a/RemoteTech/RemoteTech_Settings.cfg +++ b/RemoteTech/RemoteTech_Settings.cfg @@ -49,6 +49,8 @@ ANTENNA { Omni = 1E+06 + Dish = 0 + Cosangle = 1 } } } @@ -66,6 +68,8 @@ ANTENNA { Omni = 1E+06 + Dish = 0 + Cosangle = 1 } } } @@ -83,6 +87,8 @@ ANTENNA { Omni = 9E+06 + Dish = 0 + Cosangle = 1 } } } @@ -100,6 +106,8 @@ ANTENNA { Omni = 9E+06 + Dish = 0 + Cosangle = 1 } } } @@ -117,6 +125,8 @@ ANTENNA { Omni = 9E+06 + Dish = 0 + Cosangle = 1 } } } @@ -134,6 +144,8 @@ ANTENNA { Omni = 9E+06 + Dish = 0 + Cosangle = 1 } } } @@ -151,6 +163,8 @@ ANTENNA { Omni = 1E+06 + Dish = 0 + Cosangle = 1 } } } @@ -168,6 +182,8 @@ ANTENNA { Omni = 9E+06 + Dish = 0 + Cosangle = 1 } } } @@ -185,6 +201,8 @@ ANTENNA { Omni = 9E+06 + Dish = 0 + Cosangle = 1 } } } @@ -202,6 +220,8 @@ ANTENNA { Omni = 1E+06 + Dish = 0 + Cosangle = 1 } } }