Jump to content

Flowcode Help Overview: Difference between revisions

From Flowcode Help
DavidA (talk | contribs)
No edit summary
DavidA (talk | contribs)
No edit summary
Line 77: Line 77:
<span id="Tools_and_Views"></span>
<span id="Tools_and_Views"></span>
*[[Tools_and_Views|Tools and Views]] - Various tools and views available inside Flowcode
*[[Tools_and_Views|Tools and Views]] - Various tools and views available inside Flowcode
*[[Oscilloscope|Oscilloscope]] - How to use the oscilloscope window to monitor repeating waveforms and pin activity
*[[Using_the_Data_Console|Console]] - How to use the data console window in your programs
*[[Using_the_Data_Scope|Data Recorder]] - How to use the data recorder window in your programs
*[[Using_the_Icon_Lists_Pane|Icon Lists Pane]] - The icon lists pane
*[[Project_Options|Project Options]] - Detailed help on the Project Options window
*[[Project_Options|Project Options]] - Detailed help on the Project Options window
*[[Global_Options|Global Options]] - Detailed help on the Global Options window
*[[Global_Options|Global Options]] - Detailed help on the Global Options window
*[[Chip_View|Chip View]] - The chip view window
*[[Chip_View|Chip View]] - The chip view window
*[[Analog_Window|Analog Window]] - The analogue inputs window
*[[Properties_Panel|Properties Panel]] - The properties panel
*[[Properties_Panel|Properties Panel]] - The properties panel
*[[Simulation_Debugger|Simulation Debugger]] - The simulation debugger window
*[[Component_Debugger|Component Debugger]] - The component debugger window
*[[Supplementary_Code|Supplementary Code]] - Supplementary code and its usage
*[[Supplementary_Code|Supplementary Code]] - Supplementary code and its usage
*[[Saving_Images_in_Flowcode|Saving Images in Flowcode]] - Creating images of your flowchart source
*[[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
*[[Auto_Documentation|Auto Documentation]] - Auto documentation features to speed up development
*[[Window_Layouts|Window Layouts]] - The window layouts manager
*[[Window_Layouts|Window Layouts]] - The window layouts manager
*[[E-blocks_2_Auto_ID|E-blocks2 Auto ID]] - E-blocks 2 Auto ID


==Components==
==Components==
Line 106: Line 98:
*[[CAL_Components|CAL Components]] - Overview of code abstraction layer components
*[[CAL_Components|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|Using the Data Injector]] - Data injectors and communications components
*[[Component_Directories|Component Directories]] - Information on creating your own components directories
*[[Component_Directories|Component Directories]] - Information on creating your own components directories
*[[Editing_Key_Mappings|Editing Key Mappings]] - Assigning keyboard presses to functionality during simulation
*[[Editing_Key_Mappings|Editing Key Mappings]] - Assigning keyboard presses to functionality during simulation
Line 125: Line 116:
*[[Number_Conversions|Example - Number Conversions]] - Creating a helper component to help convert between number systems Decimal, Hexadecimal and Binary
*[[Number_Conversions|Example - Number Conversions]] - Creating a helper component to help convert between number systems Decimal, Hexadecimal and Binary
*[[Creating_a_two_wheeled_robot|Example - Creating a two-wheeled robot]] - Creating a 2 wheeled robot from scratch (simulation & downloadable)
*[[Creating_a_two_wheeled_robot|Example - Creating a two-wheeled robot]] - Creating a 2 wheeled robot from scratch (simulation & downloadable)
==Simulation==
<span id="Simulation"></span>
*[[Starting_Flowchart_Simulation|Starting Flowchart Simulation]] - Information on how to use the flowchart simulation
*[[Simulating_Icons_Step_by_Step|Simulating Icons Step-by-Step]] - Stepping through icons
*[[Breakpoints|Breakpoints]] - Using breakpoints
*[[Bookmarks|Bookmarks]] - Using bookmarks
*[[Changing_the_Speed_of_a_Simulation|Changing the Speed of a Simulation]] - Changing the run speed of the simulator
*[[Simulation_Only_Code|Simulation-Only Code]] - Code designed to work only via the simulator
*[[DifferentCodeSimAndDownload|Different Code For Sim and Download]] - Detecting if code is for download or simulation
*[[Simulation_Events|Simulation Events]] - Event macros used to provide more functionality to both simulation and compiled code
*[[DLL_Support|DLL Support]] - Changing the nature of a macro to instead call a external DLL function (simulation only)
*[[Data_Scope_Test|Data Scope Test]] - Information on how to use the Flowcode data scope window.
*[[CodeProfiling|Code Profiling]] - Introduction to Code Profiling, and how to use it


==Chip Specifics==
==Chip Specifics==
Line 147: Line 124:
*[[Interrupts|Interrupts]] - Built in interrupts for your hardware
*[[Interrupts|Interrupts]] - Built in interrupts for your hardware
*[[Custom_Interrupts|Custom Interrupts]] - Custom interrupts for your hardware
*[[Custom_Interrupts|Custom Interrupts]] - Custom interrupts for your hardware
*[[Debugging_Hardware_and_Software|Debugging Hardware and Software]] - Tips on how to debug hardware and software
*[[Ghost_Technology|Ghost Technology]] - Information on Ghost, (usage of ICD and ICT, and general settings)
*[[Supporting_Third_Party_Programming_Tools|Supporting Third Party Programming Tools]] - Using 3rd party programmers such as PICkit and Arduino
*[[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
*[[Viewing_Code_Output|Viewing Code Output]] - Viewing the code generated by Flowcode

Revision as of 10:50, 1 July 2019


Getting Started

Using the Flowchart

Macros

Functions

Variables

Panels

Tools and Views

Components

Component Creation

Chip Specifics

Support