Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CommandParser/cmd.cpp
- Revision:
- 235:ce028fbf054d
- Parent:
- 231:f22901955e0c
- Child:
- 240:34e560c86cff
--- a/src/CommandParser/cmd.cpp	Wed Oct 19 20:55:19 2016 +0000
+++ b/src/CommandParser/cmd.cpp	Wed Oct 19 22:28:28 2016 +0000
@@ -1413,7 +1413,7 @@
         SimulateInputMap["i_cond_temp01"].moving_up = true;
 
         ModbusRegisterMap["i_ph01"].simulated = true;
-        SimulateInputMap["i_ph01"].start_value = 8;
+        SimulateInputMap["i_ph01"].start_value = 8000;
         SimulateInputMap["i_ph01"].min = 0;
         SimulateInputMap["i_ph01"].max = 0;
         SimulateInputMap["i_ph01"].up_step = 0;
@@ -1467,11 +1467,11 @@
     SimulateInputMap["i_bdcond01"].down_step = 5;
 
     ModbusRegisterMap["i_ph01"].simulated = true;
-    SimulateInputMap["i_ph01"].start_value = 8;
-    SimulateInputMap["i_ph01"].min = 7.25;
-    SimulateInputMap["i_ph01"].max = 8.75;
-    SimulateInputMap["i_ph01"].up_step = .05;
-    SimulateInputMap["i_ph01"].down_step = .1;
+    SimulateInputMap["i_ph01"].start_value = 8000;
+    SimulateInputMap["i_ph01"].min = 7250;
+    SimulateInputMap["i_ph01"].max = 8750;
+    SimulateInputMap["i_ph01"].up_step = 5;
+    SimulateInputMap["i_ph01"].down_step = 10;
 
     ModbusRegisterMap["i_orp01"].simulated = true;
     SimulateInputMap["i_orp01"].start_value = 350;
    