Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
Line 30: Line 30:
 
*[[Adding_an_Icon_to_a_Flowchart|Adding an Icon to a Flowchart]] - Adding flowchart icons to your program
 
*[[Adding_an_Icon_to_a_Flowchart|Adding an Icon to a Flowchart]] - Adding flowchart icons to your program
 
*[[Editing_Icon_Properties|Editing Icon Properties]] - Editing the properties of a flowchart icon
 
*[[Editing_Icon_Properties|Editing Icon Properties]] - Editing the properties of a flowchart icon
*[[Adding_Comments_to_a_Flowchart]] - Commenting your flowchart
+
*[[Adding_Comments_to_a_Flowchart|Adding Comments to a Flowchart]] - Commenting your flowchart
*[[Selecting_Icons]] - Selecting icons on the flowchart
+
*[[Selecting_Icons|Selecting Icons]] - Selecting icons on the flowchart
*[[Flowchart_Editing_Functions]] - Functions to make editing your flowchart easier
+
*[[Flowchart_Editing_Functions|Flowchart Editing Functions]] - Functions to make editing your flowchart easier
*[[Code_Folding]] - Compressing known working code to increase screen real estate
+
*[[Code_Folding|Code Folding]] - Compressing known working code to increase screen real estate
*[[Icon_Grouping]] - Combining multiple icons together into a single group icon
+
*[[Icon_Grouping|Icon Grouping]] - Combining multiple icons together into a single group icon
*[[C_Code_Simulation]] - Simulating C code in your program
+
*[[C_Code_Simulation|C Code Simulation]] - Simulating C code in your program
*[[C_Code_to_Flowchart_Conversion]] - Converting a section of C code into Flowchart icons
+
*[[C_Code_to_Flowchart_Conversion|C Code to Flowchart Conversion]] - Converting a section of C code into Flowchart icons
*[[Code_Paradigms]] - Coding Paradigms - Flowchart, Blocks, Pseudocode, C Code
+
*[[Code_Paradigms|Code Paradigms]] - Coding Paradigms - Flowchart, Blocks, Pseudocode, C Code
*[[Tab_Tear_Off_-_Multi_Monitor_Support]] - How to manage tabs on multi-monitor systems
+
*[[Tab_Tear_Off_-_Multi_Monitor_Support|Tab Tear Off - Multi Monitor Support]] - How to manage tabs on multi-monitor systems
  
 
==Macros==
 
==Macros==
 
<span id="Macros"></span>
 
<span id="Macros"></span>
*[[Creating_a_New_Macro]] - Creating a new flowchart macro or subroutine
+
*[[Creating_a_New_Macro|Creating a New Macro]] - Creating a new flowchart macro or subroutine
*[[Editing_and_Deleting_Macros]] - Editing a macro and removing a macro from your program
+
*[[Editing_and_Deleting_Macros|Editing and Deleting Macros]] - Editing a macro and removing a macro from your program
*[[Using_the_Project_Explorer]] - Features of the project explorer designed to help simplify programming
+
*[[Using_the_Project_Explorer|Using the Project Explorer]] - Features of the project explorer designed to help simplify programming
*[[Exporting_a_Macro]] - Exporting a macro from within Flowcode
+
*[[Exporting_a_Macro|Exporting a Macro]] - Exporting a macro from within Flowcode
*[[Importing_a_Macro]] - Importing a macro into Flowcode
+
*[[Importing_a_Macro|Importing a Macro]] - Importing a macro into Flowcode
  
 
==Functions==
 
==Functions==
 
<span id="Functions"></span>
 
<span id="Functions"></span>
*[[Mathematical_Functions]] - Built in routines designed to help with mathematical operations such as Sin() and Float
+
*[[Mathematical_Functions|Mathematical Functions]] - Built in routines designed to help with mathematical operations such as Sin() and Float
*[[String_Manipulation_Functions]] - Built in routines designed to help with string manipulation
+
*[[String_Manipulation_Functions|String Manipulation Functions]] - Built in routines designed to help with string manipulation
*[[Undo_and_Redo]] - Undo and Redo operations and shortcuts
+
*[[Undo_and_Redo|Undo and Redo]] - Undo and Redo operations and shortcuts
*[[Disabling_Icons]] - Disabling flowchart icons to comment out sections of code
+
*[[Disabling_Icons|Disabling Icons]] - Disabling flowchart icons to comment out sections of code
*[[Icon_Annotations]] - Icon annotations
+
*[[Icon_Annotations|Icon Annotations]] - Icon annotations
*[[Find_and_Replace]] - Ability to search within your flowcode project to replace specific text with alternate text
+
*[[Find_and_Replace|Find and Replace]] - Ability to search within your flowcode project to replace specific text with alternate text
  
 
==Variables==
 
==Variables==
 
<span id="Variables"></span>
 
<span id="Variables"></span>
*[[Creating_Variables]] - How to create a variable
+
*[[Creating_Variables|Creating Variables]] - How to create a variable
*[[Variable_Types]] - Variable types and their meanings
+
*[[Variable_Types|Variable Types]] - Variable types and their meanings
*[[Editing_Variables]] - How to edit a variable
+
*[[Editing_Variables|Editing Variables]] - How to edit a variable
*[[Variable_Manager]] - The Flowcode variable manager interface
+
*[[Variable_Manager|Variable Manager]] - The Flowcode variable manager interface
*[[Handles]] - Handle variables and their function within the system
+
*[[Handles|Handles]] - Handle variables and their function within the system
*[[Typecasting]] - Variable type casting, applications and usage
+
*[[Typecasting|Typecasting]] - Variable type casting, applications and usage
 
*[[FiniteStateMachine]] - Programming tutorial on using state machines
 
*[[FiniteStateMachine]] - Programming tutorial on using state machines
  

Revision as of 08:29, 24 May 2018

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

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

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