Difference between revisions of "Overview of Simulation"
From Flowcode Help
Jump to navigationJump to search| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<sidebar>Sidebar: Flowcode Help Overview</sidebar> | <sidebar>Sidebar: Flowcode Help Overview</sidebar> | ||
| − | Flowcode can simulate | + | Flowcode can simulate advanced systems and replicate applications by using the [[Dashboard Panel]] and [[System Panel]] in combination with [[Simulation Events]], [[Simulation Functions|Functions]] and [[API_Overview|Macros]] (covered later) in a flowchart project to instruct the simulation. |
| − | {| class="wikitable" style="width: | + | |
| + | |||
| + | {| class="wikitable" style="width: 70%; margin:auto; text-align:center;" | ||
|- | |- | ||
| − | ! colspan="2" | [[Exercise - Simulating a | + | ! colspan="2" | [[Exercise - Simulating a Program]] |
|- | |- | ||
| − | | width="40%" | [[Starting Flowchart Simulation]] | + | | width="40%" align="center" | [[Starting Flowchart Simulation]] |
|How to start simulation and information explaining simulation | |How to start simulation and information explaining simulation | ||
|- | |- | ||
| − | | width="40%" | [[Simulating Icons Step by Step]] | + | | width="40%" align="center" | [[Simulating Icons Step by Step]] |
|Step by step simulation and changing variables during simulation | |Step by step simulation and changing variables during simulation | ||
|- | |- | ||
| − | | width="40%" | [[Changing the Speed of a Simulation]] | + | | width="40%" align="center" | [[Changing the Speed of a Simulation]] |
|Changing the simulation and clock speed using 'Project Options' | |Changing the simulation and clock speed using 'Project Options' | ||
|- | |- | ||
| − | | width="40%" | [[Simulation Debugger]] | + | | width="40%" align="center" | [[Simulation Debugger]] |
| − | | | + | |Display and control variable values, macro calls and simulation speed |
| + | |- | ||
| + | | width="40%" align="center" | [[Component Debugger]] | ||
| + | |Allows you to monitor API calls, functions, events and timers in simulation | ||
|} | |} | ||
Latest revision as of 15:33, 1 November 2013
<sidebar>Sidebar: Flowcode Help Overview</sidebar> Flowcode can simulate advanced systems and replicate applications by using the Dashboard Panel and System Panel in combination with Simulation Events, Functions and Macros (covered later) in a flowchart project to instruct the simulation.
| Exercise - Simulating a Program | |
|---|---|
| Starting Flowchart Simulation | How to start simulation and information explaining simulation |
| Simulating Icons Step by Step | Step by step simulation and changing variables during simulation |
| Changing the Speed of a Simulation | Changing the simulation and clock speed using 'Project Options' |
| Simulation Debugger | Display and control variable values, macro calls and simulation speed |
| Component Debugger | Allows you to monitor API calls, functions, events and timers in simulation |