Skip to content

Commit 5250b60

Browse files
conf/params/caravel: Updated parameters.
1 parent 101de47 commit 5250b60

File tree

1 file changed

+36
-24
lines changed

1 file changed

+36
-24
lines changed

conf/params/caravel.en_US.xml

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<config format="1" version="2024.09.0 (system/caravel,59f1d07af)" modules="system/caravel,502feed" system="caravel" i18n="en_US">
2+
<config format="1" version="2024.09.0 (system/caravel,fd5e82a58)" modules="system/caravel,6a6581b" system="caravel" i18n="en_US">
33
<section name="Text Actions" name-i18n="Text Actions">
44
<param name="Entity Label">
55
<name-i18n>Entity Label</name-i18n>
@@ -2699,6 +2699,17 @@
26992699
<units>Hz</units>
27002700
<desc>Frequency at which task is executed</desc>
27012701
</param>
2702+
<param name="Distance Method">
2703+
<name-i18n>Distance Method</name-i18n>
2704+
<type>string</type>
2705+
<visibility>developer</visibility>
2706+
<scope>global</scope>
2707+
<default>both</default>
2708+
<units/>
2709+
<desc>Method to determine distance to AIS targets. Options: latlon (WGS84), ais_dist (from AIS message), both (use both methods). When using 'both', if distance from AIS message is &lt;= 0, use WGS84 calculation.</desc>
2710+
<values>latlon,ais_dist,both</values>
2711+
<values-i18n>latlon,ais_dist,both</values-i18n>
2712+
</param>
27022713
<param name="Proximity Distance">
27032714
<name-i18n>Proximity Distance</name-i18n>
27042715
<type>integer</type>
@@ -2750,43 +2761,43 @@
27502761
<units/>
27512762
<desc>True to activate task, false otherwise</desc>
27522763
</param>
2753-
<param name="Stern Light State No Targets">
2754-
<name-i18n>Stern Light State No Targets</name-i18n>
2764+
<param name="Light State No Targets">
2765+
<name-i18n>Light State No Targets</name-i18n>
27552766
<type>integer</type>
27562767
<visibility>developer</visibility>
27572768
<scope>global</scope>
2758-
<default>0</default>
2769+
<default>-1</default>
27592770
<units/>
2760-
<desc>State of the stern light when no targets are in proximity.</desc>
2771+
<desc>State of the light when no targets are in proximity.</desc>
27612772
<min>-1</min>
27622773
</param>
2763-
<param name="Stern Light State With Targets">
2764-
<name-i18n>Stern Light State With Targets</name-i18n>
2774+
<param name="Light State With Targets">
2775+
<name-i18n>Light State With Targets</name-i18n>
27652776
<type>integer</type>
27662777
<visibility>developer</visibility>
27672778
<scope>global</scope>
2768-
<default>1</default>
2779+
<default>0</default>
27692780
<units/>
2770-
<desc>State of the stern light when targets are in proximity.</desc>
2781+
<desc>State of the light when targets are in proximity.</desc>
27712782
<min>-1</min>
27722783
</param>
2773-
<param name="Stern Light Entity" editable="false">
2774-
<name-i18n>Stern Light Entity</name-i18n>
2784+
<param name="Light Entity" editable="false">
2785+
<name-i18n>Light Entity</name-i18n>
27752786
<type>string</type>
27762787
<visibility>developer</visibility>
27772788
<scope>global</scope>
27782789
<default>CPC</default>
27792790
<units/>
2780-
<desc>Entity label for the stern light.</desc>
2791+
<desc>Entity label for the light.</desc>
27812792
</param>
2782-
<param name="Stern Light Parameter Label" editable="false">
2783-
<name-i18n>Stern Light Parameter Label</name-i18n>
2793+
<param name="Light Parameter Label" editable="false">
2794+
<name-i18n>Light Parameter Label</name-i18n>
27842795
<type>string</type>
27852796
<visibility>developer</visibility>
27862797
<scope>global</scope>
27872798
<default>LED Period</default>
27882799
<units/>
2789-
<desc>Parameter label for the stern light state.</desc>
2800+
<desc>Parameter label for the light state.</desc>
27902801
</param>
27912802
</section>
27922803
<section name="Operational Limits" name-i18n="Operational Limits">
@@ -3040,7 +3051,7 @@
30403051
<type>list:string</type>
30413052
<visibility>developer</visibility>
30423053
<scope>global</scope>
3043-
<default>VerticalProfile:ADCP - North:900, VerticalProfile:ADCP - East:900, VerticalProfile:CTD - Temperature:1800, VerticalProfile:CTD - Salinity:1800, VerticalProfile:CTD - Conductivity:7200, VerticalProfile:Fluorometers - Chlorophyll:1800, VerticalProfile:Fluorometers - Turbidity:1800, VerticalProfile:Fluorometers - Dissolved Organic Matter:1800, VerticalProfile:AirMar120WX - Average:1800, VerticalProfile:AirMar120WX - Maximum:1800, VerticalProfile:Dissolved Oxygen:1800, Voltage:Batteries:3600</default>
3054+
<default>VerticalProfile:ADCP - North:900, VerticalProfile:ADCP - East:900, VerticalProfile:CTD - Temperature:1800, VerticalProfile:CTD - Salinity:1800, VerticalProfile:CTD - Conductivity:7200, VerticalProfile:Fluorometers - Chlorophyll:1800, VerticalProfile:Fluorometers - Turbidity:1800, VerticalProfile:Fluorometers - Dissolved Organic Matter:1800, VerticalProfile:AirMar120WX - Average:1800, VerticalProfile:AirMar120WX - Maximum:1800, VerticalProfile:Dissolved Oxygen:1800, Voltage:Batteries:3600, Current:Batteries:0</default>
30443055
<units/>
30453056
<desc>List of messages &lt;Message&gt;:&lt;Entity&gt;:&lt;Rate&gt; to send using Iridium. The rate is in seconds and is optional. If rate is not specified, the message will be sent every time it is received. If rate is 0, the message will be ignored.</desc>
30463057
</param>
@@ -3170,25 +3181,26 @@
31703181
<units/>
31713182
<desc>ID of the thruster to monitor.</desc>
31723183
</param>
3173-
<param name="Timeout for Expected Actuation">
3174-
<name-i18n>Timeout for Expected Actuation</name-i18n>
3184+
<param name="Expected Actuation">
3185+
<name-i18n>Expected Actuation</name-i18n>
31753186
<type>integer</type>
31763187
<visibility>user</visibility>
31773188
<scope>global</scope>
3178-
<default>5</default>
3189+
<default>15</default>
31793190
<units>s</units>
31803191
<desc>Maximum time to wait for high current levels on the thruster.</desc>
3181-
<min>5</min>
3192+
<min>15</min>
3193+
<max>59</max>
31823194
</param>
3183-
<param name="Timeout for Periodic Check in Error">
3184-
<name-i18n>Timeout for Periodic Check in Error</name-i18n>
3195+
<param name="Periodic Check During Error">
3196+
<name-i18n>Periodic Check During Error</name-i18n>
31853197
<type>integer</type>
31863198
<visibility>user</visibility>
31873199
<scope>global</scope>
31883200
<default>30</default>
31893201
<units>min</units>
31903202
<desc>Timeout to do a periodic check when the thruster is in error.</desc>
3191-
<min>5</min>
3203+
<min>2</min>
31923204
</param>
31933205
<param name="Current Threshold in Amperes">
31943206
<name-i18n>Current Threshold in Amperes</name-i18n>
@@ -3214,7 +3226,7 @@
32143226
<type>string</type>
32153227
<visibility>developer</visibility>
32163228
<scope>global</scope>
3217-
<default>THRUST_C</default>
3229+
<default>THRUSTER_C</default>
32183230
<units/>
32193231
<desc>Label of the thruster power channel.</desc>
32203232
</param>

0 commit comments

Comments
 (0)