SolarPowerSystem.ds2

Go to the documentation of this file.
00001 
00002 <Simulation>
00003     <version>1</version>
00004     <timeStep>1</timeStep>
00005     <startSeconds>0</startSeconds>
00006     <startJD>2456349.000313881</startJD>
00007     <timeScale>-1.0</timeScale>
00008     <name>Solar Power System</name>
00009     <integrator>
00010         <name>RK4</name>
00011         <type>DSimRK4</type>
00012         <library>builtin</library>
00013     </integrator>
00014     <objectTree>
00015         <object>
00016             <name>Battery</name>
00017             <type>Battery</type>
00018             <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00019             <integrator>RK4</integrator>
00020             <connectOutlet>
00021                 <variable>power</variable>
00022                 <source>PowerSystem:net_power</source>
00023             </connectOutlet>
00024             <logVariable>battery_charge</logVariable>
00025             <telemetry>charge_rate</telemetry>
00026             <telemetry>battery_charge</telemetry>
00027             <telemetry>max_charge</telemetry>
00028             <command>charge_rate</command>
00029             <command>max_charge</command>
00030         </object>
00031         <object>
00032             <name>PowerSystem</name>
00033             <type>PowerSystem</type>
00034             <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00035             <integrator>RK4</integrator>
00036             <networkConnection>
00037                 <network>power</network>
00038                 <objectA>PowerSystem</objectA>
00039                 <objectB>TV</objectB>
00040                 <biDirectional>0E0</biDirectional>
00041                 <connectionVariable>
00042                     <variable>power</variable>
00043                     <value></value>
00044                 </connectionVariable>
00045             </networkConnection>
00046             <networkConnection>
00047                 <network>power</network>
00048                 <objectA>PowerSystem</objectA>
00049                 <objectB>SolarPanels</objectB>
00050                 <biDirectional>0E0</biDirectional>
00051                 <connectionVariable>
00052                     <variable>power</variable>
00053                     <value></value>
00054                 </connectionVariable>
00055             </networkConnection>
00056             <networkConnection>
00057                 <network>power</network>
00058                 <objectA>PowerSystem</objectA>
00059                 <objectB>Battery</objectB>
00060                 <biDirectional>0E0</biDirectional>
00061                 <connectionVariable>
00062                     <variable>power</variable>
00063                     <value></value>
00064                 </connectionVariable>
00065             </networkConnection>
00066             <telemetry>number_connections</telemetry>
00067             <telemetry>net_power</telemetry>
00068         </object>
00069         <object>
00070             <name>SolarPanels</name>
00071             <type>SolarPanelModel</type>
00072             <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00073             <integrator>RK4</integrator>
00074             <telemetry>power</telemetry>
00075         </object>
00076         <object>
00077             <name>TV</name>
00078             <type>Load</type>
00079             <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00080             <integrator>RK4</integrator>
00081             <setValue>
00082                 <variable>power_consumed</variable>
00083                 <value>-150</value>
00084             </setValue>
00085             <telemetry>power</telemetry>
00086             <telemetry>power_consumed</telemetry>
00087             <command>power_consumed</command>
00088         </object>
00089     </objectTree>
00090 </Simulation>
 All Classes Files Functions Variables