Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
Line 127: Line 127:
 
==Component Creation==
 
==Component Creation==
 
<span id="Component_Creation"></span>
 
<span id="Component_Creation"></span>
*[[Creating_a_Property]] - How to create a property
+
*[[Creating_a_Property|Creating a Property]] - How to create a property
*[[Panel_Managers]] - Overview of the component creation panel managers
+
*[[Panel_Managers|Panel Managers]] - Overview of the component creation panel managers
*[[Number_Conversions]] - Creating a helper component to help convert between number systems Decimal, Hexadecimal and Binary
+
*[[Number_Conversions|Number Conversions]] - Creating a helper component to help convert between number systems Decimal, Hexadecimal and Binary
*[[Assigning_Code_to_an_Existing_Component]] - Complementing or overriding an existing components functionality
+
*[[Assigning_Code_to_an_Existing_Component|Assigning Code to an Existing Component]] - Complementing or overriding an existing components functionality
*[[Base_Components]] - The base components and their function
+
*[[Base_Components|Base Components]] - The base components and their function
*[[Using_A_Base_Component]] - Creating a new component using a base
+
*[[Using_A_Base_Component|Using A Base Component]] - Creating a new component using a base component
*[[Creating a two wheeled robot]] - Creating a 2 wheeled robot from scratch (simulation & downloadable)
+
*[[Creating_a_two_wheeled_robot|Creating a two-wheeled robot]] - Creating a 2 wheeled robot from scratch (simulation & downloadable)
*[[Exercises]] - Worked exercises including creating components
+
*[[Exercises|Exercises]] - Worked exercises including creating components
*[[New_Component_Features]] - Additional component creation features added in Flowcode 7.2
+
*[[New_Component_Features|New Component Features]] - Additional component creation features added in Flowcode 8
  
 
==Simulation==
 
==Simulation==
 
<span id="Simulation"></span>
 
<span id="Simulation"></span>
*[[Starting_Flowchart_Simulation]] - Information on how to use the flowchart simulation
+
*[[Starting_Flowchart_Simulation|Starting Flowchart Simulation]] - Information on how to use the flowchart simulation
*[[Simulating_Icons_Step_by_Step]] - Stepping through icons
+
*[[Simulating_Icons_Step_by_Step|Simulating Icons Step-by-Step]] - Stepping through icons
*[[Breakpoints]] - Using breakpoints
+
*[[Breakpoints|Breakpoints]] - Using breakpoints
*[[Bookmarks]] - Using bookmarks
+
*[[Bookmarks|Bookmarks]] - Using bookmarks
*[[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]] - Code designed to work only via the simulator
+
*[[Simulation_Only_Code|Simulation-Only Code]] - Code designed to work only via the simulator
*[[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]] - 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)
*[[Data_Scope_Test]] - Information on how to use the Flowcode data scope window.
+
*[[Data_Scope_Test|Data Scope Test]] - Information on how to use the Flowcode data scope window.
*[[CodeProfiling]] - Introduction to Code Profiling, and how to use it
+
*[[CodeProfiling|Code Profiling]] - Introduction to Code Profiling, and how to use it
  
 
==Chip Specifics==
 
==Chip Specifics==
 
<span id="Chip_Specifics"></span>
 
<span id="Chip_Specifics"></span>
*[[Compiling_a_Flowchart_to_a_Chip]] - Information on how to compile a flowchart into machine code
+
*[[Compiling_a_Flowchart_to_a_Chip|Compiling a Flowchart to a Chip]] - Information on how to compile a flowchart into machine code
*[[Internal_Oscillator]] - Specifics on using an internal oscillator
+
*[[Internal_Oscillator|Internal Oscillator]] - Specifics on using an internal oscillator
*[[Phase_Locked_Loop_(PLL)]] - Specifics on using a PLL frequency multiplier
+
*[[Phase_Locked_Loop_(PLL)|Phase Locked Loop (PLL)]] - Specifics on using a PLL frequency multiplier
*[[Interrupts]] - Built in interrupts for your hardware
+
*[[Interrupts|Interrupts]] - Built in interrupts for your hardware
*[[Custom_Interrupts]] - Custom interrupts for your hardware
+
*[[Custom_Interrupts|Custom Interrupts]] - Custom interrupts for your hardware
*[[Debugging_Hardware_and_Software]] - Tips on how to debug hardware and software
+
*[[Debugging_Hardware_and_Software|Debugging Hardware and Software]] - Tips on how to debug hardware and software
*[[In_Circuit_Debugging]] - Overview of the in circuit debugging (ICD) interface
+
*[[In_Circuit_Debugging|In Circuit Debugging]] - Overview of the in circuit debugging (ICD) interface
*[[In_Circuit_Test]] - Overview of the in circuit test (ICT) interface
+
*[[In_Circuit_Test|In Circuit Test]] - Overview of the in circuit test (ICT) interface
*[[Ghost_Settings]] - Overview of the Ghost functionality and settings (ICD + ICT)
+
*[[Ghost_Settings|Ghost Settings]] - Overview of the Ghost functionality and settings (ICD + ICT)
*[[Supporting_Third_Party_Programming_Tools]] - Using 3rd party programmers such as PICkit and Arduino
+
*[[Supporting_Third_Party_Programming_Tools|Supporting Third Party Programming Tools]] - Using 3rd party programmers such as PICkit and Arduino
*[[Viewing_Code_Output]] - Viewing the code generated by Flowcode
+
*[[Viewing_Code_Output|Viewing Code Output]] - Viewing the code generated by Flowcode
*[[Managing_Compiler_Options]] - Overview of the compiler options settings
+
*[[Managing_Compiler_Options|Managing Compiler Options]] - Overview of the compiler options settings
*[[FCD_Data_Collection]] - Chip definition files and how to collect data from them
+
*[[FCD_Data_Collection|FCD Data Collection]] - Chip definition files and how to collect data from them
  
 
==Support==
 
==Support==

Revision as of 14:56, 24 May 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