Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
 
(96 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<sidebar>Flowcode Help Sidebar</sidebar>
+
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
 +
__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]
  
{| class="wikitable"
+
==Version 6==
|-
+
<span id="Version_6"></span>
! colspan="2" | [[Introduction]]
+
* [[New_in_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
| width="40%" | [[New In Version 6]]
+
* [[Migrating_to_V6|Migrating to Flowcode 6]] - Help and advise moving to v6 from an older version
| New things...
+
 
|-
+
==Getting Started==
| width="40%" | [[Chips]]
+
<span id="Getting_Started"></span>
|
+
* [[Activating_Flowcode]] - Activating your Flowcode license
|-
+
* [[Opening_Flowcode]] - Launching the Flowcode application
| width="40%" | [[Technical Support]]
+
* [[Finding_Your_Way_Around_Flowcode]] - Finding your way around
|
+
* [[Creating_Flowcharts]] - Creating your first Flowcode flowchart and see the options available
|-
+
* [[Selecting_a_Target_Chip]] - Selecting the target microcontroller device
| width="40%" | [[Licensed Compiler]]
+
* [[Configuring_the_Chip]] - Configuring your device
|
+
* [[Opening_an_Existing_Flowchart]] - Opening an existing .FCFX Flowcode project file
|-
+
* [[Selecting_a_Template]] - Opening a template project file
! colspan="2" | [[Getting Started]]
+
* [[Saving_a_Flowchart]] - Saving your program
|-
+
* [[Creating_Templates]] - Creating your own templates
| width="40%" | [[Developing a Flowchart for a Chip]]
+
* [[Closing_Flowcode]] - Closing Flowcode
|
+
* [[Disabling the 3D Panel]] - Disabling the 3D interface
|-
+
 
| width="40%" | [[Tools and Views]]
+
==Flowcharts==
|
+
<span id="Flowcharts"></span>
|-
+
*[[Icon_Properties]] - Flowchart icons and their functionality
| width="40%" | [[Zooming the View]]
+
*[[Adding_an_Icon_to_a_Flowchart]] - Adding flowchart icons to your program
|
+
*[[Editing_Icon_Properties]] - Editing the properties of a flowchart icon
|-
+
*[[Adding_Comments_to_a_Flowchart]] - Commenting your flowchart
| width="40%" | [[Selecting a Target Chip]]
+
*[[Selecting_Icons]] - Selecting icons on the flowchart
|
+
*[[Flowchart_Editing_Functions]] - Functions to make editing your flowchart easier
|-
+
*[[Printing_Flowcharts]] - Printing out a flowchart
| width="40%" | [[Project Options]]
+
 
|
+
==Macros==
|-
+
<span id="Macros"></span>
| width="40%" | [[Activating Flowcode]]
+
*[[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
|-
+
*[[Using_the_Project_Explorer]] - Features of the project explorer designed to help simplify programming
| width="40%" | [[Creating a Project Report]]
+
*[[Exporting_a_Macro]] - Exporting a macro from within Flowcode
|
+
*[[Importing_a_Macro]] - Importing a macro into Flowcode
|-
+
 
! colspan="2" | [[Working With Flowchart Files]]
+
==Functions==
|-
+
<span id="Functions"></span>
| width="40%" | [[Running Flowcode]]
+
*[[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
|-
+
*[[Undo_and_Redo]] - Undo and Redo operations and shortcuts
| width="40%" | [[Creating a New Flowchart]]
+
*[[Disabling_Icons]] - Disabling flowchart icons to comment out sections of code
|
+
*[[Icon_Annotations]] - Icon annotations
|-
+
*[[Find_and_Replace]] - Ability to search within your flowcode project to replace specific text with alternate text
| width="40%" | [[Opening an Existing Flowchart]]
+
 
|
+
==Variables==
|-
+
<span id="Variables"></span>
| width="40%" | [[Saving a Flowchart]]
+
*[[Creating_Variables]] - How to create a variable
|
+
*[[Variable_Types]] - Variable types and their meanings
|-
+
*[[Editing_Variables]] - How to edit a variable
| width="40%" | [[Printing Flowcharts]]
+
*[[Variable_Manager]] - The Flowcode variable manager interface
|
+
*[[Handles]] - Handle variables and their function within the system
|-
+
*[[Typecasting]] - Variable type casting, applications and usage
| width="40%" | [[Saving a Flowchart Image]]
+
 
|
+
==Panels==
|-
+
<span id="Panels"></span>
| width="40%" | [[Closing Flowcode]]
+
*[[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
| width="40%" | [[Global Options]]
+
*[[System_Panel]] - More in depth information on the system panel
|
+
*[[Zooming_the_View]] - Zooming in and out on panels
|-
+
*[[Camera_Control]] - Controlling the camera looking at the panel
! colspan="2" | [[Creating and Editing Flowcharts]]
+
*[[Object_Position]] - Object positioning on the panels
|-
+
*[[Local_and_World_Space]] - Local vs World space regarding coordinates
| width="40%" | [[Adding an Icon to a Flowchart]]
+
*[[Object_Scale]] - Objects and their scale
|
+
*[[Object_Rotation]] - Rotating objects
|-
+
*[[Working_With_Meshes]] - Using meshes inside Flowcode
| width="40%" | [[Selecting Icons]]
+
 
|
+
==Tools and Views==
|-
+
<span id="Tools_and_Views"></span>
| width="40%" | [[Flowchart Editing Functions]]
+
*[[Tools_and_Views]] - Various tools and views available inside Flowcode
|
+
*[[Using_the_Data_Console]] - How to use the data console window in your programs
|-
+
*[[Using_the_Data_Scope]] - How to use the data scope window in your programs
| width="40%" | [[Undo and Redo]]
+
*[[Using_the_Icon_Lists_Pane]] - The icon lists pane
|
+
*[[Project_Options]] - Detailed help on the Project Options window
|-
+
*[[Global_Options]] - Detailed help on the Global Options window
| width="40%" | [[Using the Project Explorer]]
+
*[[Web_Access_Panel]] - The web access panel
|
+
*[[Chip_View]] - The chip view window
|-
+
*[[Analog_Window]] - The analogue inputs window
| width="40%" | [[Find and Replace]]
+
*[[Properties_Panel]] - The properties panel
|
+
*[[Simulation_Debugger]] - The simulation debugger window
|-
+
*[[Component_Debugger]] - The component debugger window
| width="40%" | [[Using the Icon Lists Pane]]
+
*[[Supplementary_Code]] - Supplementary code and its usage
|
+
*[[Saving_Images_in_Flowcode]] - Creating images of your flowchart source
|-
+
*[[Auto_Documentation]] - Auto documentation features to speed up development
| width="40%" | [[Supplementary Code]]
+
*[[Window_Layouts]] - The window layouts manager
|
+
 
|-
+
==Components==
| width="40%" | [[Using Masks]]
+
<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
| width="40%" | [[Disabling Icons]]
+
*[[What_Is_a_Switch%3F]] - Detailed information regarding the switch components
|
+
*[[What_Is_an_LED%3F]] - Detailed information regarding the LED components
|-
+
*[[What_Is_an_LCD%3F]] - Detailed information regarding the LCD components
| width="40%" | [[Icon Annotations]]
+
*[[What_Is_a_7_Segment_Display%3F]] - Detailed information regarding the 7Seg components
|
+
*[[What_Is_a_Keypad%3F]] - Detailed information regarding the keypad components
|-
+
*[[Selecting_Component_Macros]] - Information on how to use component macros
! width="40%" | [[Icon Properties]]
+
*[[Component_Help_Files]] - How to get access to component help via Flowcode
! Editing the properties of each individual icon
+
*[[Components]] - Component help overview
|-
+
*[[Component_Properties]] - Information on how to use component properties
! colspan="2" | [[Adding and Editing Components]]  
+
*[[Component_Tree]] - Information regarding the component tree hierarchy
|-
+
*[[Replacing_a_Component]] - Replacing one component with another
| width="40%" | [[Adding Components]]
+
*[[CAL_Components]] - Overview of code abstraction layer components
|
+
*[[DSP|DSP Components]] - Overview of digital signal processing components
|-
+
*[[Using_the_Data_Injector]] - Data injectors and communications components
| width="40%" | [[Editing Component Connections]]
+
*[[Component_Directories]] - Information on creating your own components directories
|
+
*[[Editing_Key_Mappings]] - Assigning keyboard presses to functionality during simulation
|-
+
*[[Remappable_Peripheral_Pins]] - Assigning pins to peripherals on devices with re-mappable functionality.
| width="40%" | [[Component Help Files]]
+
 
|
+
==Component Creation==
|-
+
<span id="Component_Creation"></span>
| width="40%" | [[Component Properties]]
+
*[[Creating_a_Property]] - How to create a property
|
+
*[[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
! colspan="2" | [[Working With Macros and Variables]]
+
*[[Assigning_Code_to_an_Existing_Component]] - Complementing or overriding an existing components functionality
|-
+
*[[Base_Components]] - The base components and their function
| width="40%" | [[Variable Manager]]
+
*[[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)
|-
+
 
| width="40%" | [[Creating Variables]]
+
==Simulation==
|
+
<span id="Simulation"></span>
|-
+
*[[Starting_Flowchart_Simulation]] - Information on how to use the flowchart simulation
| width="40%" | [[Variable Types]]
+
*[[Simulating_Icons_Step_by_Step]] - Stepping through icons
|
+
*[[Breakpoints]] - Using breakpoints
|-
+
*[[Bookmarks]] - Using bookmarks
| width="40%" | [[Editing Variables]]
+
*[[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_Events]] - Event macros used to provide more functionality to both simulation and compiled code
| width="40%" | [[Creating a New Macro]]
+
*[[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.
|-
+
 
| width="40%" | [[Editing and Deleting Macros]]
+
==Chip Specifics==
|
+
<span id="Chip_Specifics"></span>
|-
+
*[[Compiling_a_Flowchart_to_a_Chip]] - Information on how to compile a flowchart into machine code
| width="40%" | [[Exporting a Macro]]
+
*[[Internal_Oscillator]] - Specifics on using an internal oscillator
|
+
*[[Phase_Locked_Loop_(PLL)]] - Specifics on using a PLL frequency multiplier
|-
+
*[[Custom_Interrupts]] - Custom interrupts for your hardware
| width="40%" | [[Importing a Macro]]
+
*[[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_Test]] - Overview of the in circuit test (ICT) interface
| width="40%" | [[Custom Interrupts - PICmicro]]
+
*[[Supporting_Third_Party_Programming_Tools]] - Using 3rd party programmers such as PICkit and Arduino
|
+
*[[Viewing_Code_Output]] - Viewing the code generated by Flowcode
|-
+
*[[Managing_Compiler_Options]] - Overview of the compiler options settings
| width="40%" | [[Custom Interrupts - AVR]]
+
*[[FCD_Data_Collection]] - Chip definition files and how to collect data from them
|
+
 
|-
+
==Support==
| width="40%" | [[Custom Interrupts - ARM]]
+
<span id="Support"></span>
|
+
*[[Frequently_Asked_Questions]] - Frequently asked questions
|-
+
*[[Reporting_a_Bug]] - How to report a bug in Flowcode
| width="40%" | [[Custom Interrupts - dsPIC/PIC24]]
+
*[[Licensed_Compiler]] - Compiler specifics and license agreement
|
+
*[[Technical_Support]] - Information on how to get further support
|-
 
| width="40%" | [[Mathematical Functions]]
 
|
 
|-
 
| width="40%" | [[String Manipulation Functions]]
 
|
 
|-
 
! colspan="2" | [[Simulating a Flowchart]]  
 
|-
 
| width="40%" | [[Starting Flowchart Simulation]]
 
|
 
|-
 
| width="40%" | [[Simulating Icons Step by Step]]
 
|
 
|-
 
| width="40%" | [[Changing the Speed of a Simulation]]
 
|
 
|-
 
| width="40%" | [[Pausing and Stopping a Simulation]]
 
|
 
|-
 
| width="40%" | [[Watch Window]]
 
| (Variables Window)
 
|-
 
| width="40%" | [[Call Stack Window]]
 
|
 
|-
 
| width="40%" | [[In Circuit Debugging]]
 
|
 
|-
 
| width="40%" | [[Editing Key Mappings]]
 
|
 
|-
 
! colspan="2" | [[Compiling Flowcharts to Devices]]
 
|-
 
| width="40%" | [[Specifying a Target Chip]]
 
|
 
|-
 
| width="40%" | [[Configuring the Chip]]
 
|
 
|-
 
| width="40%" | [[Compiling a Flowchart to a Chip]]
 
|
 
|-
 
| width="40%" | [[Managing Compiler Options]]
 
|
 
|-
 
| width="40%" | [[Selecting Compiler Options (PICmicro)]]
 
|
 
|-
 
| width="40%" | [[Selecting Compiler Options (AVR)]]
 
|
 
|-
 
| width="40%" | [[Selecting Compiler Options (ARM)]]
 
|
 
|-
 
| width="40%" | [[Selecting Compiler Options (dsPIC/PIC24)]]
 
|
 
|-
 
| width="40%" | [[Supporting Third Party Programming Tools]]
 
|
 
|-
 
| width="40%" | [[Viewing Code Output]]
 
|
 
|}
 

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