diff gpf/BIN/debug/emw.ini @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpf/BIN/debug/emw.ini	Mon Jun 01 03:24:05 2015 +0000
@@ -0,0 +1,28 @@
+<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Steve Farmwald (private) -->
+<!--The values are case-insensitive-->
+<EMW>
+	<GuiDefinitionFile>..\..\cfg\emw_at_via_pco_db.xml</GuiDefinitionFile>
+	<!--
+		ProcessModel MUST be set to SingleProcess
+		This is currently the only process model.
+	-->
+	<ProcessModel>SingleProcess</ProcessModel>
+	<LoggerLimit>500</LoggerLimit>
+	<!--
+		BackendModel may be one of:
+		- DSample
+		- Simulation
+		- SimulatePCO
+	-->
+	<!--
+		<BackendModel>Simulation</BackendModel>
+		<BackendModel>DSample</BackendModel>
+		<BackendModel>SimulatePCO</BackendModel>
+	-->
+	<BackendModel>DSample</BackendModel>
+	<!--
+		SimulationInterval is only used when
+		BackendModel = Simulation
+	-->
+	<SimulationInterval>500</SimulationInterval>
+</EMW>