Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
 
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
 
__NOTOC__
 
__NOTOC__
 +
A set of videos are available showing some projects using Flowcode 6 as well as talking you through some example programs.
 +
[https://www.youtube.com/watch?v=g5SrkU-5TuU&list=PLCZaPFyK6UlLyg-a8Fm01ZWFvp-GxBLgc Flowcode 6 Playlist]
 +
 
==Version 6==
 
==Version 6==
 
<span id="Version_6"></span>
 
<span id="Version_6"></span>
Line 11: Line 14:
 
* [[Activating_Flowcode]] - Activating your Flowcode license
 
* [[Activating_Flowcode]] - Activating your Flowcode license
 
* [[Opening_Flowcode]] - Launching the Flowcode application
 
* [[Opening_Flowcode]] - Launching the Flowcode application
 +
* [[Finding_Your_Way_Around_Flowcode]] - Finding your way around
 
* [[Creating_Flowcharts]] - Creating your first Flowcode flowchart and see the options available
 
* [[Creating_Flowcharts]] - Creating your first Flowcode flowchart and see the options available
 
* [[Selecting_a_Target_Chip]] - Selecting the target microcontroller device
 
* [[Selecting_a_Target_Chip]] - Selecting the target microcontroller device
Line 19: Line 23:
 
* [[Creating_Templates]] - Creating your own templates
 
* [[Creating_Templates]] - Creating your own templates
 
* [[Closing_Flowcode]] - Closing Flowcode
 
* [[Closing_Flowcode]] - Closing Flowcode
 +
* [[Disabling the 3D Panel]] - Disabling the 3D interface
  
 
==Flowcharts==
 
==Flowcharts==
Line 59: Line 64:
 
<span id="Panels"></span>
 
<span id="Panels"></span>
 
*[[Panels_Where_And_Why]] - What the panels do and how they help you design your system
 
*[[Panels_Where_And_Why]] - What the panels do and how they help you design your system
 +
*[[Choosing_your_Simulation_Panel]] - Information about choosing the correct panel
 
*[[Dashboard_Panel]] - More in depth information on the dashboard panel
 
*[[Dashboard_Panel]] - More in depth information on the dashboard panel
 
*[[System_Panel]] - More in depth information on the system panel
 
*[[System_Panel]] - More in depth information on the system panel
Line 90: Line 96:
 
==Components==
 
==Components==
 
<span id="Components"></span>
 
<span id="Components"></span>
 +
*[[Component]] - Information about what a component is and how they work inside the Flowcode environment.
 
*[[Common_Components]] - Information on some of the more commonly used components
 
*[[Common_Components]] - Information on some of the more commonly used components
 
*[[What_Is_a_Switch%3F]] - Detailed information regarding the switch components
 
*[[What_Is_a_Switch%3F]] - Detailed information regarding the switch components
Line 113: Line 120:
 
*[[Creating_a_Property]] - How to create a property
 
*[[Creating_a_Property]] - How to create a property
 
*[[Panel_Managers]] - Overview of the component creation 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
 
*[[Assigning_Code_to_an_Existing_Component]] - Complementing or overriding an existing components functionality
 
*[[Assigning_Code_to_an_Existing_Component]] - Complementing or overriding an existing components functionality
 
*[[Base_Components]] - The base components and their function
 
*[[Base_Components]] - The base components and their function
 
*[[Using_A_Base_Component]] - Creating a new component using a base
 
*[[Using_A_Base_Component]] - Creating a new component using a base
 +
*[[Creating a two wheeled robot]] - Creating a 2 wheeled robot from scratch (simulation & downloadable)
  
 
==Simulation==
 
==Simulation==
Line 127: Line 136:
 
*[[Simulation_Events]] - Event macros used to provide more functionality to both simulation and compiled code
 
*[[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]] - 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.
  
 
==Chip Specifics==
 
==Chip Specifics==

Latest revision as of 10:50, 15 August 2016

<sidebar>Sidebar: Flowcode Help Overview</sidebar>

A set of videos are available showing some projects using Flowcode 6 as well as talking you through some example programs. Flowcode 6 Playlist

Version 6

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

Getting Started

Flowcharts

Macros

Functions

Variables

Panels

Tools and Views

Components

Component Creation

Simulation

Chip Specifics

Support