Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
 
(193 intermediate revisions by 9 users not shown)
Line 1: Line 1:
<sidebar>V6 Help Contents</sidebar>
+
This page provides a detailed guide to using Flowcode, covering various aspects of the software.
  
{| class="wikitable"
+
Here’s a brief summary of the sections:
|-
+
 
! colspan="2" | [[Introduction]]
+
# 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.
|-
+
# Program Editing: Explains flowchart icons, adding/editing icons, code folding, grouping icons, simulating C code, converting C code to flowcharts, and multi-monitor support.
| width="40%" | [[New In Version 6]]
+
# Macros: Covers creating, editing, and deleting macros, along with exporting/importing macros and using the project explorer.
| New things...
+
# 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.
| width="40%" | [[Chips]]
+
# 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.
| width="40%" | [[Technical Support]]
+
# 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.
|-
+
 
| width="40%" | [[Licensed Compiler]]
+
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==
! colspan="2" | [[Getting Started]]
+
<span id="Getting_Started"></span>
|-
+
* [[Activating_Flowcode|Activating Flowcode]] - Activating your Flowcode license
| width="40%" | [[Developing a Flowchart for a Chip]]
+
* [[Opening_Flowcode|Opening Flowcode]] - Launching the Flowcode application
|
+
* [[Finding_Your_Way_Around_Flowcode|Finding Your Way Around Flowcode]] - Finding your way around
|-
+
* [[Creating_Project|Creating Project]] - Creating your first Flowcode project and see the options available
| width="40%" | [[Tools and Views]]
+
* [[Creating_Project#Changing_configuration_settings|Configuring the Chip]] - Configuring your device
|  
+
* [[Save_and_Open_Projects|Save and Open Projects]] - Saving and Opening Flowcode project files
|-
+
* [[Selecting_a_Template|Selecting a Template]] - Opening a template project file
| width="40%" | [[Zooming the View]]
+
* [[Creating_Templates|Creating Templates]] - Creating your own templates
|  
+
* [[Closing_Flowcode|Closing Flowcode]] - Closing Flowcode
|-
+
* [[Embedded_Getting_Started_Guide|Embedded Getting Started Guide]] - Overview of Flowcode IDE for the embedded side, with project examples
| width="40%" | [[Selecting a Target Chip]]
+
* [[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
| width="40%" | [[Project Options]]
+
 
|
+
==Program Editing==
|-
+
<span id="Flowcharts"></span>
| width="40%" | [[Activating Flowcode]]
+
*[[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
| width="40%" | [[Creating a Project Report]]
+
*[[Editing_Icon_Properties|Editing Icon Properties]] - Editing the properties of a flowchart icon
|
+
*[[Adding_Comments_to_a_Flowchart|Adding Comments to a Flowchart]] - Commenting your flowchart
|-
+
*[[Selecting_Icons|Selecting Icons]] - Selecting icons on the flowchart
! colspan="2" | [[Working With Flowchart Files]]
+
*[[Flowchart_Editing_Functions|Flowchart Editing Functions]] - Functions to make editing your flowchart easier
|-
+
*[[Code_Folding|Code Folding]] - Compressing known working code to increase screen real estate
| width="40%" | [[Running Flowcode]]
+
*[[Icon_Grouping|Icon Grouping]] - Combining multiple icons together into a single group icon
|
+
*[[C_Code_Simulation|C Code Simulation]] - Simulating C code in your program
|-
+
*[[C_Code_to_Flowchart_Conversion|C Code to Flowchart Conversion]] - Converting a section of C code into Flowchart icons
| width="40%" | [[Creating a New Flowchart]]
+
*[[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
| width="40%" | [[Opening an Existing Flowchart]]
+
 
|  
+
==Macros==
|-
+
<span id="Macros"></span>
| width="40%" | [[Saving a Flowchart]]
+
*[[Creating_a_New_Macro|Creating a New Macro]] - Creating a new flowchart macro or subroutine
|
+
*[[Editing_and_Deleting_Macros|Editing and Deleting Macros]] - Editing a macro and removing a macro from your program
|-
+
*[[Using_the_Project_Explorer|Using the Project Explorer]] - Features of the project explorer designed to help simplify programming
| width="40%" | [[Printing Flowcharts]]
+
*[[Exporting_a_Macro|Exporting a Macro]] - Exporting a macro from within Flowcode
|
+
*[[Importing_a_Macro|Importing a Macro]] - Importing a macro into Flowcode
|-
+
 
| width="40%" | [[Saving a Flowchart Image]]
+
==Functions==
|  
+
<span id="Functions"></span>
|-
+
*[[Mathematical_Functions|Mathematical Functions]] - Built in routines designed to help with mathematical operations such as Sin() and Float
| width="40%" | [[Closing Flowcode]]
+
*[[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
|-
+
*[[Icon_Annotations|Icon Annotations]] - Icon annotations
| width="40%" | [[Global Options]]
+
*[[Find_and_Replace|Find and Replace]] - Ability to search within your Flowcode project to replace specific text with alternate text
|
+
 
|-
+
==Variables==
! colspan="2" | [[Creating and Editing Flowcharts]]
+
<span id="Variables"></span>
|-
+
*[[Creating_Variables|Creating Variables]] - How to create a variable
| width="40%" | [[Adding an Icon to a Flowchart]]
+
*[[Variable_Types|Variable Types]] - Variable types and their meanings
|
+
*[[Editing_Variables|Editing Variables]] - How to edit a variable
|-
+
*[[Handles|Handles]] - Handle variables and their function within the system
| width="40%" | [[Selecting Icons]]
+
*[[Typecasting|Typecasting]] - Variable type casting, applications and usage
|
+
*[[FiniteStateMachine|Finite State Machines]] - Programming tutorial on using state machines
|-
+
 
| width="40%" | [[Flowchart Editing Functions]]
+
==Panels==
|  
+
<span id="Panels"></span>
|-
+
*[[Choosing_your_Simulation_Panel|Choosing your Simulation Panel]] - Information about choosing the correct panel
| width="40%" | [[Undo and Redo]]
+
*[[2d_Panels|2D Panels]] - More in-depth information on the 2D panels
|
+
*[[System_Panel|3D System Panel]] - More in-depth information on the 3D system panel
|-
+
*[[Zooming_the_View|Zooming the View]] - Zooming in and out on the 3D system panel
| width="40%" | [[Using the Project Explorer]]
+
*[[Camera_Control|Camera Control]] - Controlling the camera looking at the panel
|
+
*[[Object_Position|Object Position]] - Object positioning on the panels
|-
+
*[[Object_Scale|Object Scale]] - Objects and their scale
| width="40%" | [[Find and Replace]]
+
*[[Object_Rotation|Object Rotation]] - Rotating objects
|
+
*[[Working_With_Primitives|Working With Primitives]] - Using primitive objects inside Flowcode
|-
+
*[[Working_With_Meshes|Working With Meshes]] - Using meshes inside Flowcode
| width="40%" | [[Using the Icon Lists Pane]]
+
 
|  
+
==Tools and Views==
|-
+
<span id="Tools_and_Views"></span>
| width="40%" | [[Supplementary Code]]
+
*[[Compiler_Toolchains|Compiler Toolchains]] - Toolchains used to compile to the various platforms Flowcode supports.
|
+
*[[Ribbon_Toolbar|Ribbon Toolbar]] - Detailed description of the Flowcode ribbon toolbars.
|-
+
*[[Project_Options|Project Options]] - Detailed help on the Project Options window
| width="40%" | [[Using Masks]]
+
*[[Global_Settings|Global Settings]] - Detailed help on the Global Settings window
|
+
*[[Chip_View|Chip View]] - The chip view window
|-
+
*[[Properties_Panel|Properties Panel]] - The properties panel
| width="40%" | [[Disabling Icons]]
+
*[[Supplementary_Code|Supplementary Code]] - Supplementary code and its usage
|
+
*[[Simulation_Debugger|Simulation Debugger]] - Control over the simulation speed and view simulated variable values, also known previously as the watch window
|-
+
*[[Saving_Images_in_Flowcode|Saving Images in Flowcode]] - Creating images of your flowchart source
| width="40%" | [[Icon Annotations]]
+
*[[Auto_Documentation|Auto Documentation]] - Auto documentation features to speed up development
|
+
*[[Window_Layouts|Window Layouts]] - The window layouts manager
|-
+
 
! width="40%" | [[Icon Properties]]
+
==Components==
! Editing the properties of each individual icon
+
<span id="Components"></span>
|-
+
*[[Component|Components]] - Information about what a component is and how they work inside the Flowcode environment.
! colspan="2" | [[Adding and Editing Components]]  
+
*[[Common_Components|Common Components]] - Information on some of the more commonly used components
|-
+
*[[Selecting_Component_Macros|Selecting Component Macros]] - Information on how to use component macros
| width="40%" | [[Adding Components]]
+
*[[Component_Help_Files|Component Help Files]] - How to get access to component help via Flowcode
|
+
*[[Components|Components]] - Component help overview
|-
+
*[[Component_Properties|Component Properties]] - Information on how to use component properties
| width="40%" | [[Editing Component Connections]]
+
*[[Component_Tree|Component Tree]] - Information regarding the component tree hierarchy
|
+
*[[Replacing_a_Component|Replacing a Component]] - Replacing one component with another
|-
+
*[[CAL_Components|CAL Components]] - Overview of code abstraction layer components
| width="40%" | [[Component Help Files]]
+
*[[DSP|DSP Components]] - Overview of digital signal processing components
|
+
*[[GLCD|Graphical Display Components]] - Overview of graphical display components and associated libraries
|-
+
*[[Component_Directories|Component Directories]] - Information on creating your own components directories
| width="40%" | [[Component Properties]]
+
*[[Editing_Key_Mappings|Editing Key Mappings]] - Assigning keyboard presses to functionality during simulation
|
+
*[[Remappable_Peripheral_Pins|Remappable Peripheral Pins]] - Assigning pins to peripherals on devices with re-mappable functionality.
|-
+
 
| colspan="2" | [[Working With Macros and Variables]]
+
==Chip Specifics==
|-
+
<span id="Chip_Specifics"></span>
| width="40%" | [[Variable Manager]]
+
*[[Compiling_a_Flowchart_to_a_Chip|Compiling a Flowchart to a Chip]] - Information on how to compile a flowchart into machine code
|
+
*[[Remappable Pin Table|Remappable Pin Table]] - Provides pin mappings and functionality for various microcontrollers and development boards.
|-
+
*[[Internal_Oscillator|Internal Oscillator]] - Specifics on using an internal oscillator
| width="40%" | [[Creating Variables]]
+
*[[Phase_Locked_Loop_(PLL)|Phase Locked Loop (PLL)]] - Specifics on using a PLL frequency multiplier
|
+
*[[Interrupts|Interrupts]] - Built in interrupts for your hardware
|-
+
*[[Custom_Interrupts|Custom Interrupts]] - Custom interrupts for your hardware
| width="40%" | [[Variable Types]]
+
*[[Supporting_Third_Party_Programming_Tools|Supporting Third Party Programming Tools]] - Using 3rd party programmers such as PICkit and Arduino
|
+
*[[Viewing_Code_Output|Viewing Code Output]] - Viewing the code generated by Flowcode
|-
+
*[[Managing_Compiler_Options|Managing Compiler Options]] - Overview of the compiler options settings
| width="40%" | [[Editing Variables]]
+
*[[FCD_Data_Collection|FCD Data Collection]] - Chip definition files and how to collect data from them
|
+
 
|-
+
==Support==
| width="40%" | [[Creating a New Macro]]
+
<span id="Support"></span>
|
+
*[[Dynamic_Updates|Dynamic Updates]] - Getting updates and using older versions
|-
+
*[[Reporting_a_Bug|Reporting a Bug]] - How to report a bug in Flowcode
| width="40%" | [[Editing and Deleting Macros]]
+
*[[Licensed_Compiler|Licensed Compiler]] - Compiler specifics and license agreement
|
+
*[[Technical_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
| width="40%" | [[Exporting a Macro]]
+
*[[Version_Updates|Version Updates]] - See what features have been added to Flowcode for each version.
|
 
|-
 
| width="40%" | [[Importing a Macro]]
 
|
 
|-
 
| width="40%" | [[Custom Interrupts - PICmicro]]
 
|
 
|-
 
| width="40%" | [[Custom Interrupts - AVR]]
 
|
 
|-
 
| width="40%" | [[Custom Interrupts - ARM]]
 
|
 
|-
 
| width="40%" | [[Custom Interrupts - dsPIC/PIC24]]
 
|
 
|-
 
| 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 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