Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
 
(202 intermediate revisions by 7 users not shown)
Line 1: Line 1:
==[[Introduction]]==
+
==Getting Started==
=====[[New In Version 6]]=====
+
<span id="Getting_Started"></span>
=====[[Chips]]=====
+
* [[Activating_Flowcode|Activating Flowcode]] - Activating your Flowcode license
=====[[Technical Support]]=====
+
* [[Opening_Flowcode|Opening Flowcode]] - Launching the Flowcode application
=====[[Licensed Compilers]]=====
+
* [[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
 +
* [[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
 +
* [[Creating_Templates|Creating Templates]] - Creating your own templates
 +
* [[Closing_Flowcode|Closing Flowcode]] - Closing Flowcode
 +
* [[Embedded_Getting_Started_Guide|Embedded Getting Started Guide]] - Oveview of Flowcode IDE for the embedded side, with project examples
 +
* [[App_Developer_Getting_Started_Guide|App Developer Getting Started Guide]] - Oveview of Flowcode IDE for  App Developer, with project examples
 +
* [[Raspberry_Pi_Getting_Started_Guide|Raspberry Pi Getting Started Guide]] - Overview on setting up and programming the Raspbery pi.
 +
* [[Web_Developer_Getting_Started_Guide|Web Developer Getting Started Guide]] - Oveview of Flowcode IDE for Web Developer, with program examples ''<span style="color:red;">(Coming soon. Available with Flowcode 10.1 or higher)</span>''
  
==[[Getting Started]]==
+
==Program Editing==
=====[[Developing A Flowchart For A Chip]]=====
+
<span id="Flowcharts"></span>
=====[[Tools And Views]]=====
+
*[[Icon_Properties|Icon Properties]] - Flowchart icons and their functionality
=====[[Zooming The View]]=====
+
*[[Adding_an_Icon_to_a_Flowchart|Adding an Icon to a Flowchart]] - Adding flowchart icons to your program
=====[[Selecting A Target Chip]]=====
+
*[[Editing_Icon_Properties|Editing Icon Properties]] - Editing the properties of a flowchart icon
=====[[Project Options]]=====
+
*[[Adding_Comments_to_a_Flowchart|Adding Comments to a Flowchart]] - Commenting your flowchart
=====[[Activating Flowcode]]=====
+
*[[Selecting_Icons|Selecting Icons]] - Selecting icons on the flowchart
=====[[Creating A Project Report]]=====
+
*[[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
 +
*[[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
 +
*[[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
  
==[[Working With Flowchart Files]]==
+
==Macros==
=====[[Running Flowcode]]=====
+
<span id="Macros"></span>
=====[[Creating A New Flowchart]]=====
+
*[[Creating_a_New_Macro|Creating a New Macro]] - Creating a new flowchart macro or subroutine
=====[[Opening An Existing Flowchart]]=====
+
*[[Editing_and_Deleting_Macros|Editing and Deleting Macros]] - Editing a macro and removing a macro from your program
=====[[Saving A Flowchart]]=====
+
*[[Using_the_Project_Explorer|Using the Project Explorer]] - Features of the project explorer designed to help simplify programming
=====[[Printing Flowcharts]]=====
+
*[[Exporting_a_Macro|Exporting a Macro]] - Exporting a macro from within Flowcode
=====[[Saving A Flowchart Image]]=====
+
*[[Importing_a_Macro|Importing a Macro]] - Importing a macro into Flowcode
=====[[Closing Flowcode]]=====
 
=====[[Global Options]]=====
 
  
==[[Creating And Editing Flowcharts]]==
+
==Functions==
=====[[Adding An Icon To A Flowchart]]=====
+
<span id="Functions"></span>
=====[[Selecting Icons]]=====
+
*[[Mathematical_Functions|Mathematical Functions]] - Built in routines designed to help with mathematical operations such as Sin() and Float
=====[[Flowchart Editing Functions]]=====
+
*[[String_Manipulation_Functions|String Manipulation Functions]] - Built in routines designed to help with string manipulation
=====[[Undo And Redo]]=====
+
*[[Undo_and_Redo|Undo and Redo]] - Undo and Redo operations and shortcuts
=====[[Using Project Explorer]]=====
+
*[[Icon_Annotations|Icon Annotations]] - Icon annotations
=====[[Find And Replace]]=====
+
*[[Find_and_Replace|Find and Replace]] - Ability to search within your flowcode project to replace specific text with alternate text
=====[[Using The Icon Lists Pane]]=====
 
=====[[Supplementary Code]]=====
 
=====[[Editing Icon Properties]]=====
 
=====[[Using Masks]]=====
 
=====[[Disabling Icons]]=====
 
=====[[Icon Annotations]]=====
 
=====[[Editing Icon Properties|Icon Properties]] ( [[Editing Icon Properties]] )=====
 
======[[Input Icon Properties]]======
 
======[[Output Icon Properties]]======
 
======[[Delay Icon Properties]]======
 
======[[Decision Icon Properties]]======
 
======[[Switch Icon Properties]]======
 
======[[Connection Point Icon Properties]]======
 
======[[Loop Icon Properties]]======
 
======[[Macro Icon Properties]]======
 
======[[Component Macro Icon Properties]]======
 
======[[Simulation Macro Icon Properties]]======
 
======[[Interrupt Icon Properties]]======
 
======[[Calculation Icon Properties]]======
 
======[[C Code Icon Properties]]======
 
======[[Comment Icon Properties]]======
 
  
==[[Adding And Editing Components]]==
+
==Variables==
=====[[Adding Components]]=====
+
<span id="Variables"></span>
=====[[Editing Component Connections]]=====
+
*[[Creating_Variables|Creating Variables]] - How to create a variable
=====[[Component Help Files]]=====
+
*[[Variable_Types|Variable Types]] - Variable types and their meanings
=====[[Component Properties]]=====
+
*[[Editing_Variables|Editing Variables]] - How to edit a variable
 +
*[[Handles|Handles]] - Handle variables and their function within the system
 +
*[[Typecasting|Typecasting]] - Variable type casting, applications and usage
 +
*[[FiniteStateMachine|Finite State Machines]] - Programming tutorial on using state machines
 +
 
 +
==Panels==
 +
<span id="Panels"></span>
 +
*[[Choosing_your_Simulation_Panel|Choosing your Simulation Panel]] - Information about choosing the correct panel
 +
*[[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
 +
*[[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
 +
*[[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
 +
 
 +
==Tools and Views==
 +
<span id="Tools_and_Views"></span>
 +
*[[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
 +
*[[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
 +
*[[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
 +
*[[Auto_Documentation|Auto Documentation]] - Auto documentation features to speed up development
 +
*[[Window_Layouts|Window Layouts]] - The window layouts manager
 +
 
 +
==Components==
 +
<span id="Components"></span>
 +
*[[Component|Components]] - Information about what a component is and how they work inside the Flowcode environment.
 +
*[[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
 +
*[[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
 +
*[[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
 +
*[[DSP|DSP Components]] - Overview of digital signal processing components
 +
*[[Component_Directories|Component Directories]] - Information on creating your own components directories
 +
*[[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.
 +
 
 +
==Chip Specifics==
 +
<span id="Chip_Specifics"></span>
 +
*[[Compiling_a_Flowchart_to_a_Chip|Compiling a Flowchart to a Chip]] - Information on how to compile a flowchart into machine code
 +
*[[Internal_Oscillator|Internal Oscillator]] - Specifics on using an internal oscillator
 +
*[[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
 +
*[[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
 +
*[[FCD_Data_Collection|FCD Data Collection]] - Chip definition files and how to collect data from them
 +
 
 +
==Support==
 +
<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
 +
*[[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
 +
*[[Version_Updates|Version Updates]] - See what features have been added to Flowcode for each version.

Latest revision as of 08:47, 4 December 2023

Getting Started

Program Editing

Macros

Functions

Variables

Panels

Tools and Views

Components

Chip Specifics

Support