Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
Line 147: Line 147:
 
*[[Changing_the_Speed_of_a_Simulation|Changing the Speed of a Simulation]] - Changing the run speed of the simulator
 
*[[Changing_the_Speed_of_a_Simulation|Changing the Speed of a Simulation]] - Changing the run speed of the simulator
 
*[[Simulation_Only_Code|Simulation-Only Code]] - Code designed to work only via the simulator
 
*[[Simulation_Only_Code|Simulation-Only Code]] - Code designed to work only via the simulator
*[[DifferentCodeSimAndDownload|Different Code For Sim and Download]] - Setting up Flowcode so it knows it the code is for download or simulation.
+
*[[DifferentCodeSimAndDownload|Different Code For Sim and Download]] - Detecting if code is for download or simulation
 
*[[Simulation_Events|Simulation Events]] - Event macros used to provide more functionality to both simulation and compiled code
 
*[[Simulation_Events|Simulation Events]] - Event macros used to provide more functionality to both simulation and compiled code
 
*[[DLL_Support|DLL Support]] - Changing the nature of a macro to instead call a external DLL function (simulation only)
 
*[[DLL_Support|DLL Support]] - Changing the nature of a macro to instead call a external DLL function (simulation only)

Revision as of 09:45, 1 August 2018


Version 8

  • New in Flowcode 8 - Introduction to new features in Flowcode 8 and other useful information
  • Chips - List of supported microcontroller devices in Flowcode
  • Migrating to Flowcode 8 - Help and advise moving to v8 from an older version

Getting Started

Using the Flowchart

Macros

Functions

Variables

Panels

Tools and Views

Components

Component Creation

Simulation

Chip Specifics

Support