Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
 
(64 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<sidebar>Sidebar: Flowcode Help Overview</sidebar>
+
This page provides a detailed guide to using Flowcode, covering various aspects of the software.  
__NOTOC__
 
A set of videos are available showing some projects using Flowcode as well as talking you through some example programs.
 
[https://www.youtube.com/watch?v=g5SrkU-5TuU&list=PLCZaPFyK6UlLyg-a8Fm01ZWFvp-GxBLgc Flowcode video playlist]
 
  
==Version 8==
+
Here’s a brief summary of the sections:
<span id="Version_8"></span>
+
 
* [[New_in_Version_8|New in Flowcode 8]] - Introduction to new features in Flowcode 8 and other useful information
+
# Getting Started: Instructions on activating Flowcode, navigating the interface, creating projects, configuring devices, and saving/loading projects. It also offers specific guides for embedded, PC, web, and Raspberry Pi development.
* [[Chips]] - List of supported microcontroller devices in Flowcode
+
# Program Editing: Explains flowchart icons, adding/editing icons, code folding, grouping icons, simulating C code, converting C code to flowcharts, and multi-monitor support.
* [[Migrating_to_V8|Migrating to Flowcode 8]] - Help and advise moving to v8 from an older version
+
# Macros: Covers creating, editing, and deleting macros, along with exporting/importing macros and using the project explorer.
 +
# Functions: Describes built-in mathematical and string manipulation functions, undo/redo operations, annotations, and find/replace functionality.
 +
# Variables: Guides on creating, editing, and using different variable types, handles, typecasting, and state machines.
 +
# Panels: Explains how to choose, manipulate, and control 2D and 3D simulation panels, including object positioning, scaling, and rotation.
 +
# Tools and Views: Provides details on compiler toolchains, toolbars, project options, global settings, simulation debugging, and window layouts.
 +
# Components: Information on components, including common ones, macros, properties, help files, CAL/DSP components, and remappable peripheral pins.
 +
# Chip Specifics: Explains how to compile a flowchart into machine code, use oscillators, PLLs, interrupts, third-party programming tools, and manage compiler options.
 +
# Support: Offers guidance on getting updates, reporting bugs, using licensed compilers, accessing technical support, and migrating from older Flowcode versions.
 +
 
 +
This overview serves as a comprehensive reference for users at any level, providing essential resources to navigate and maximize the use of Flowcode.
  
 
==Getting Started==
 
==Getting Started==
Line 15: Line 21:
 
* [[Opening_Flowcode|Opening Flowcode]] - Launching the Flowcode application
 
* [[Opening_Flowcode|Opening Flowcode]] - Launching the Flowcode application
 
* [[Finding_Your_Way_Around_Flowcode|Finding Your Way Around Flowcode]] - Finding your way around
 
* [[Finding_Your_Way_Around_Flowcode|Finding Your Way Around Flowcode]] - Finding your way around
* [[Creating_Flowcharts|Creating Flowcharts]] - Creating your first Flowcode flowchart and see the options available
+
* [[Creating_Project|Creating Project]] - Creating your first Flowcode project and see the options available
* [[Selecting_a_Target_Chip|Selecting a Target_Chip]] - Selecting the target microcontroller device
+
* [[Creating_Project#Changing_configuration_settings|Configuring the Chip]] - Configuring your device
* [[Configuring_the_Chip|Configuring the Chip]] - Configuring your device
+
* [[Save_and_Open_Projects|Save and Open Projects]] - Saving and Opening Flowcode project files
* [[Opening_an_Existing_Flowchart|Opening an Existing Flowchart]] - Opening an existing .FCFX Flowcode project file
 
 
* [[Selecting_a_Template|Selecting a Template]] - Opening a template project file
 
* [[Selecting_a_Template|Selecting a Template]] - Opening a template project file
* [[Saving_a_Flowchart|Saving a Flowchart]] - Saving your program
 
 
* [[Creating_Templates|Creating Templates]] - Creating your own templates
 
* [[Creating_Templates|Creating Templates]] - Creating your own templates
 
* [[Closing_Flowcode|Closing Flowcode]] - Closing Flowcode
 
* [[Closing_Flowcode|Closing Flowcode]] - Closing Flowcode
* [[Disabling_the_3D_Panel|Disabling the 3D Panel]] - Disabling the 3D interface
+
* [[Embedded_Getting_Started_Guide|Embedded Getting Started Guide]] - Overview of Flowcode IDE for the embedded side, with project examples
 +
* [[PC_Developer_Getting_Started_Guide|PC Developer Getting Started Guide]] - Overview of Flowcode IDE for PC Developer, with project examples
 +
* [[Web_Developer_Getting_Started_Guide|Web Developer Getting Started Guide]] - Overview of Flowcode IDE for Web Developer, with program examples
 +
* [[Raspberry_Pi_Getting_Started_Guide|Raspberry Pi Getting Started Guide]] - Overview on setting up and programming the Raspberry Pi
  
==Using the Flowchart==
+
==Program Editing==
 
<span id="Flowcharts"></span>
 
<span id="Flowcharts"></span>
 
*[[Icon_Properties|Icon Properties]] - Flowchart icons and their functionality
 
*[[Icon_Properties|Icon Properties]] - Flowchart icons and their functionality
 +
*[[Remappable Pin Table|Remappable Pin Table]] - Provides pin mappings and functionality for various microcontrollers and development boards.
 
*[[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
Line 38: Line 46:
 
*[[C_Code_to_Flowchart_Conversion|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|Code Paradigms]] - Coding Paradigms - Flowchart, Blocks, Pseudocode, C Code
 
*[[Code_Paradigms|Code Paradigms]] - Coding Paradigms - Flowchart, Blocks, Pseudocode, C Code
 +
*[[State_diagrams|State Diagrams]] - State Diagrams - Support for using the State Diagram coding paradigm
 
*[[Tab_Tear_Off_-_Multi_Monitor_Support|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
  
Line 53: Line 62:
 
*[[String_Manipulation_Functions|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]] - Undo and Redo operations and shortcuts
 
*[[Undo_and_Redo|Undo and Redo]] - Undo and Redo operations and shortcuts
*[[Disabling_Icons|Disabling Icons]] - Disabling flowchart icons to comment out sections of code
 
 
*[[Icon_Annotations|Icon Annotations]] - Icon annotations
 
*[[Icon_Annotations|Icon Annotations]] - Icon annotations
*[[Find_and_Replace|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==
Line 62: Line 70:
 
*[[Variable_Types|Variable Types]] - Variable types and their meanings
 
*[[Variable_Types|Variable Types]] - Variable types and their meanings
 
*[[Editing_Variables|Editing Variables]] - How to edit a variable
 
*[[Editing_Variables|Editing Variables]] - How to edit a variable
*[[Variable_Manager|Variable Manager]] - The Flowcode variable manager interface
 
 
*[[Handles|Handles]] - Handle variables and their function within the system
 
*[[Handles|Handles]] - Handle variables and their function within the system
 
*[[Typecasting|Typecasting]] - Variable type casting, applications and usage
 
*[[Typecasting|Typecasting]] - Variable type casting, applications and usage
*[[FiniteStateMachine]] - Programming tutorial on using state machines
+
*[[FiniteStateMachine|Finite State Machines]] - Programming tutorial on using state machines
  
 
==Panels==
 
==Panels==
 
<span id="Panels"></span>
 
<span id="Panels"></span>
*[[Panels_Where_And_Why]] - What the panels do and how they help you design your system
+
*[[Choosing_your_Simulation_Panel|Choosing your Simulation Panel]] - Information about choosing the correct panel
*[[Choosing_your_Simulation_Panel]] - Information about choosing the correct panel
+
*[[2d_Panels|2D Panels]] - More in-depth information on the 2D panels
*[[Dashboard_Panel]] - More in depth information on the dashboard panel
+
*[[System_Panel|3D System Panel]] - More in-depth information on the 3D system panel
*[[System_Panel]] - More in depth information on the system panel
+
*[[Zooming_the_View|Zooming the View]] - Zooming in and out on the 3D system panel
*[[Zooming_the_View]] - Zooming in and out on panels
+
*[[Camera_Control|Camera Control]] - Controlling the camera looking at the panel
*[[Camera_Control]] - Controlling the camera looking at the panel
+
*[[Object_Position|Object Position]] - Object positioning on the panels
*[[Object_Position]] - Object positioning on the panels
+
*[[Object_Scale|Object Scale]] - Objects and their scale
*[[Local_and_World_Space]] - Local vs World space regarding coordinates
+
*[[Object_Rotation|Object Rotation]] - Rotating objects
*[[Object_Scale]] - Objects and their scale
+
*[[Working_With_Primitives|Working With Primitives]] - Using primitive objects inside Flowcode
*[[Object_Rotation]] - Rotating objects
+
*[[Working_With_Meshes|Working With Meshes]] - Using meshes inside Flowcode
*[[Working_With_Primitives]] - Using primitive objects inside Flowcode
 
*[[Working_With_Meshes]] - Using meshes inside Flowcode
 
  
 
==Tools and Views==
 
==Tools and Views==
 
<span id="Tools_and_Views"></span>
 
<span id="Tools_and_Views"></span>
*[[Tools_and_Views]] - Various tools and views available inside Flowcode
+
*[[Compiler_Toolchains|Compiler Toolchains]] - Toolchains used to compile to the various platforms Flowcode supports.
*[[Oscilloscope|Using the Oscilloscope]] - How to use the oscilloscope window to monitor repeating waveforms and pin activity
+
*[[Ribbon_Toolbar|Ribbon Toolbar]] - Detailed description of the Flowcode ribbon toolbars.
*[[Using_the_Data_Console]] - How to use the data console window in your programs
+
*[[Project_Options|Project Options]] - Detailed help on the Project Options window
*[[Using_the_Data_Scope|Using the Data Recorder]] - How to use the data recorder window in your programs
+
*[[Global_Settings|Global Settings]] - Detailed help on the Global Settings window
*[[Using_the_Icon_Lists_Pane]] - The icon lists pane
+
*[[Chip_View|Chip View]] - The chip view window
*[[Project_Options]] - Detailed help on the Project Options window
+
*[[Properties_Panel|Properties Panel]] - The properties panel
*[[Global_Options]] - Detailed help on the Global Options window
+
*[[Supplementary_Code|Supplementary Code]] - Supplementary code and its usage
*[[Chip_View]] - The chip view window
+
*[[Simulation_Debugger|Simulation Debugger]] - Control over the simulation speed and view simulated variable values, also known previously as the watch window
*[[Analog_Window]] - The analogue inputs window
+
*[[Saving_Images_in_Flowcode|Saving Images in Flowcode]] - Creating images of your flowchart source
*[[Properties_Panel]] - The properties panel
+
*[[Auto_Documentation|Auto Documentation]] - Auto documentation features to speed up development
*[[Simulation_Debugger]] - The simulation debugger window
+
*[[Window_Layouts|Window Layouts]] - The window layouts manager
*[[Component_Debugger]] - The component debugger window
 
*[[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
 
*[[Window_Layouts]] - The window layouts manager
 
*[[Printing_Flowcharts]] - Printing out a flowchart
 
*[[E-blocks_2_Auto_ID]] - E-blocks 2 Auto ID
 
  
 
==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.
+
*[[Component|Components]] - 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|Common Components]] - Information on some of the more commonly used components
*[[What_Is_a_Switch%3F]] - Detailed information regarding the switch components
+
*[[Selecting_Component_Macros|Selecting Component Macros]] - Information on how to use component macros
*[[What_Is_an_LED%3F]] - Detailed information regarding the LED components
+
*[[Component_Help_Files|Component Help Files]] - How to get access to component help via Flowcode
*[[What_Is_an_LCD%3F]] - Detailed information regarding the LCD components
+
*[[Components|Components]] - Component help overview
*[[What_Is_a_7_Segment_Display%3F]] - Detailed information regarding the 7Seg components
+
*[[Component_Properties|Component Properties]] - Information on how to use component properties
*[[What_Is_a_Keypad%3F]] - Detailed information regarding the keypad components
+
*[[Component_Tree|Component Tree]] - Information regarding the component tree hierarchy
*[[Selecting_Component_Macros]] - Information on how to use component macros
+
*[[Replacing_a_Component|Replacing a Component]] - Replacing one component with another
*[[Component_Help_Files]] - How to get access to component help via Flowcode
+
*[[CAL_Components|CAL Components]] - Overview of code abstraction layer components
*[[Components]] - Component help overview
 
*[[Component_Properties]] - Information on how to use component properties
 
*[[Component_Tree]] - Information regarding the component tree hierarchy
 
*[[Replacing_a_Component]] - Replacing one component with another
 
*[[CAL_Components]] - Overview of code abstraction layer components
 
 
*[[DSP|DSP Components]] - Overview of digital signal processing components
 
*[[DSP|DSP Components]] - Overview of digital signal processing components
*[[Using_the_Data_Injector]] - Data injectors and communications components
+
*[[GLCD|Graphical Display Components]] - Overview of graphical display components and associated libraries
*[[Component_Directories]] - Information on creating your own components directories
+
*[[Component_Directories|Component Directories]] - Information on creating your own components directories
*[[Editing_Key_Mappings]] - Assigning keyboard presses to functionality during simulation
+
*[[Editing_Key_Mappings|Editing Key Mappings]] - Assigning keyboard presses to functionality during simulation
*[[Remappable_Peripheral_Pins]] - Assigning pins to peripherals on devices with re-mappable functionality.
+
*[[Remappable_Peripheral_Pins|Remappable Peripheral Pins]] - Assigning pins to peripherals on devices with re-mappable functionality.
 
 
==Component Creation==
 
<span id="Component_Creation"></span>
 
*[[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
 
*[[Assigning_Code_to_an_Existing_Component]] - Complementing or overriding an existing components functionality
 
*[[Base_Components]] - The base components and their function
 
*[[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)
 
*[[Exercises]] - Worked exercises including creating components
 
*[[New_Component_Features]] - Additional component creation features added in Flowcode 7.2
 
 
 
==Simulation==
 
<span id="Simulation"></span>
 
*[[Starting_Flowchart_Simulation]] - Information on how to use the flowchart simulation
 
*[[Simulating_Icons_Step_by_Step]] - Stepping through icons
 
*[[Breakpoints]] - Using breakpoints
 
*[[Bookmarks]] - Using bookmarks
 
*[[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
 
*[[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.
 
*[[CodeProfiling]] - 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
+
*[[Remappable Pin Table|Remappable Pin Table]] - Provides pin mappings and functionality for various microcontrollers and development boards.
*[[Phase_Locked_Loop_(PLL)]] - Specifics on using a PLL frequency multiplier
+
*[[Internal_Oscillator|Internal Oscillator]] - Specifics on using an internal oscillator
*[[Interrupts]] - Built in interrupts for your hardware
+
*[[Phase_Locked_Loop_(PLL)|Phase Locked Loop (PLL)]] - Specifics on using a PLL frequency multiplier
*[[Custom_Interrupts]] - Custom interrupts for your hardware
+
*[[Interrupts|Interrupts]] - Built in interrupts for your hardware
*[[Debugging_Hardware_and_Software]] - Tips on how to debug hardware and software
+
*[[Custom_Interrupts|Custom Interrupts]] - Custom interrupts for your hardware
*[[In_Circuit_Debugging]] - Overview of the in circuit debugging (ICD) interface
+
*[[Supporting_Third_Party_Programming_Tools|Supporting Third Party Programming Tools]] - Using 3rd party programmers such as PICkit and Arduino
*[[In_Circuit_Test]] - Overview of the in circuit test (ICT) interface
+
*[[Viewing_Code_Output|Viewing Code Output]] - Viewing the code generated by Flowcode
*[[Ghost_Settings]] - Overview of the Ghost functionality and settings (ICD + ICT)
+
*[[Managing_Compiler_Options|Managing Compiler Options]] - Overview of the compiler options settings
*[[Supporting_Third_Party_Programming_Tools]] - Using 3rd party programmers such as PICkit and Arduino
+
*[[FCD_Data_Collection|FCD Data Collection]] - Chip definition files and how to collect data from them
*[[Viewing_Code_Output]] - Viewing the code generated by Flowcode
 
*[[Managing_Compiler_Options]] - Overview of the compiler options settings
 
*[[FCD_Data_Collection]] - Chip definition files and how to collect data from them
 
  
 
==Support==
 
==Support==
 
<span id="Support"></span>
 
<span id="Support"></span>
*[[Dynamic_Updates]] - Getting updates and using older versions
+
*[[Dynamic_Updates|Dynamic Updates]] - Getting updates and using older versions
*[[Frequently_Asked_Questions]] - Frequently asked questions
+
*[[Reporting_a_Bug|Reporting a Bug]] - How to report a bug in Flowcode
*[[Reporting_a_Bug]] - How to report a bug in Flowcode
+
*[[Licensed_Compiler|Licensed Compiler]] - Compiler specifics and license agreement
*[[Licensed_Compiler]] - Compiler specifics and license agreement
+
*[[Technical_Support|Technical Support]] - Information on how to get further support
*[[Technical_Support]] - Information on how to get further support
+
*[[Migrating_from_older_versions|Migrating from Older Versions]] - Help on updating your projects from previous Flowcode versions
 +
*[[Version_Updates|Version Updates]] - See what features have been added to Flowcode for each version.

Latest revision as of 12:17, 14 October 2024

This page provides a detailed guide to using Flowcode, covering various aspects of the software.

Here’s a brief summary of the sections:

  1. Getting Started: Instructions on activating Flowcode, navigating the interface, creating projects, configuring devices, and saving/loading projects. It also offers specific guides for embedded, PC, web, and Raspberry Pi development.
  2. Program Editing: Explains flowchart icons, adding/editing icons, code folding, grouping icons, simulating C code, converting C code to flowcharts, and multi-monitor support.
  3. Macros: Covers creating, editing, and deleting macros, along with exporting/importing macros and using the project explorer.
  4. Functions: Describes built-in mathematical and string manipulation functions, undo/redo operations, annotations, and find/replace functionality.
  5. Variables: Guides on creating, editing, and using different variable types, handles, typecasting, and state machines.
  6. Panels: Explains how to choose, manipulate, and control 2D and 3D simulation panels, including object positioning, scaling, and rotation.
  7. Tools and Views: Provides details on compiler toolchains, toolbars, project options, global settings, simulation debugging, and window layouts.
  8. Components: Information on components, including common ones, macros, properties, help files, CAL/DSP components, and remappable peripheral pins.
  9. Chip Specifics: Explains how to compile a flowchart into machine code, use oscillators, PLLs, interrupts, third-party programming tools, and manage compiler options.
  10. Support: Offers guidance on getting updates, reporting bugs, using licensed compilers, accessing technical support, and migrating from older Flowcode versions.

This overview serves as a comprehensive reference for users at any level, providing essential resources to navigate and maximize the use of Flowcode.

Getting Started

Program Editing

Macros

Functions

Variables

Panels

Tools and Views

Components

Chip Specifics

Support