Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
253:ae850c19cf81
Parent:
252:3c9863f951b7
Child:
255:912b438d1148
--- a/src/CommandParser/cmd.cpp	Fri Oct 21 18:16:42 2016 +0000
+++ b/src/CommandParser/cmd.cpp	Fri Oct 21 18:35:29 2016 +0000
@@ -1632,8 +1632,8 @@
     //      output_o_rly02.json         // relay-2
     //
     // Standard Controls:
-    //      control_sp_bd01.json        // blowdown
-    //      control_sp_tra01.json       // Trasar
+    //      control_sp_i_bd01.json        // blowdown
+    //      control_sp_i_tra01.json       // Trasar
     //
     // Control Algorithms:
     //      control_ca_eq1.json         // == 1
@@ -1673,7 +1673,7 @@
     Thread::wait(1000);
 
     // INPUT: Conductivity Temperature
-    filename = "input_i_bdcond_temp.json";
+    filename = "input_i_cond_temp01.json";
     snprintf(buf, sizeof(buf),
              "{ "
              "\"id\":        \"i_cond_temp01\","
@@ -1931,7 +1931,7 @@
     Thread::wait(1000);
 
     // SETPOINT: Blowdown
-    filename = "control_sp_bd01.json";
+    filename = "control_sp_BLOWDOWN_01.json";
     snprintf(buf, sizeof(buf),
              "{ "
              "\"id\": \"BLOWDOWN_01\", "
@@ -1957,7 +1957,7 @@
     Thread::wait(1000);
 
     // SETPOINT: Trasar
-    filename = "control_sp_tra01.json";
+    filename = "control_sp_INH_TRA_01.json";
     snprintf(buf, sizeof(buf),
              "{ "
              "\"id\": \"INH_TRA_01\", "
@@ -1983,7 +1983,7 @@
     Thread::wait(1000);
 
     // ALGORITHM == 1
-    filename = "control_ca_eq1.json";
+    filename = "control_ca_EQUAL_TO_1.json";
     snprintf(buf, sizeof(buf),
              "{"
              "\"id\":    \"EQUAL_TO_1\", "
@@ -2004,7 +2004,7 @@
     Thread::wait(1000);
 
     // ALGORITHM == 129
-    filename = "control_ca_greq129.json";
+    filename = "control_ca_EQUAL_TO_129.json";
     snprintf(buf, sizeof(buf),
              "{"
              "\"id\":    \"EQUAL_TO_129\", "
@@ -2025,7 +2025,7 @@
     Thread::wait(1000);
 
     // FLOW
-    filename = "control_comp_flow.json";
+    filename = "control_comp_FLOW_OVERRIDE.json";
     snprintf(buf, sizeof(buf),
              "{ "
              "\"id\":  \"FLOW_OVERRIDE\",  "
@@ -2056,7 +2056,7 @@
     Thread::wait(1000);
 
     // LOCKOUT
-    filename = "control_comp_lockout.json";
+    filename = "control_comp_LOCKOUT_BLOWDOWN.json";
     snprintf(buf, sizeof(buf),
              "{ "
              "\"id\":  \"LOCKOUT_BLOWDOWN\",  "