Difference between revisions of "Exercise - Simulating a Program"

From Flowcode Help
Jump to navigationJump to search
(Replaced content with "For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]")
Tag: Replaced
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This exercise looks at testing the flowchart 'Lamp1.fcf' which you developed in the exercises [[Exercise - Creating Your First Flowchart|Creating Your First Flowchart]] and [[Exercise - Adding Devices to Your First Flowchart|Adding Devices to Your First Flowchart]].<br />
+
For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]
The first part of this process is to simulate the flowchart. This tests the program only, and not the hardware.
 
It is done within the Flowcode program itself, and does not require that any hardware is present.
 
For more details about simulation, see [[Overview of Simulation]].
 
 
 
 
 
 
 
__TOC__
 
 
 
 
 
==Load the Flowcode Flowchart==
 
 
 
* Open the flowchart, called 'Lamp1.fcf' which you created in the exercise [[Exercise - Creating Your First Flowchart|Creating Your First Flowchart]].
 
:(For help with this, see the exercise [[Exercise - Opening an Existing Flowchart|Opening an Existing Flowchart]])
 
 
 
 
 
==Run the simulation==
 
 
 
* Click on the 'Run' icon,(or hit the F5 function key.)[[File:gen_exerciseSImulatingFirstFlowcode_runicon_01.png|30px]]
 
: The 'Simulation debugger window may open - ignore it for now! (For more information, see
 
 
 
==Step through the simulation==
 
 
 
 
 
==What Next?==
 

Latest revision as of 13:13, 25 April 2023

For an excellent introduction guide, we recommend Introduction to microcontroller programming