Difference between revisions of "Flowcode Help Overview"

From Flowcode Help
Jump to navigationJump to search
 
(8 intermediate revisions by the same user not shown)
Line 60: Line 60:
 
*[[Handles]] - Handle variables and their function within the system
 
*[[Handles]] - Handle variables and their function within the system
 
*[[Typecasting]] - Variable type casting, applications and usage
 
*[[Typecasting]] - Variable type casting, applications and usage
 +
*[[FiniteStateMachine]] - Programming tutorial on using state machines
  
 
==Panels==
 
==Panels==
Line 73: Line 74:
 
*[[Object_Scale]] - Objects and their scale
 
*[[Object_Scale]] - Objects and their scale
 
*[[Object_Rotation]] - Rotating objects
 
*[[Object_Rotation]] - Rotating objects
 +
*[[Working_With_Primitives]] - Using primitive objects inside Flowcode
 
*[[Working_With_Meshes]] - Using meshes inside Flowcode
 
*[[Working_With_Meshes]] - Using meshes inside Flowcode
  
Line 78: Line 80:
 
<span id="Tools_and_Views"></span>
 
<span id="Tools_and_Views"></span>
 
*[[Tools_and_Views]] - Various tools and views available inside Flowcode
 
*[[Tools_and_Views]] - Various tools and views available inside Flowcode
 +
*[[Oscilloscope|Using the Oscilloscope]] - How to use the oscilloscope window to monitor repeating waveforms and pin activity
 
*[[Using_the_Data_Console]] - How to use the data console window in your programs
 
*[[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
+
*[[Using_the_Data_Scope|Using the Data Recorder]] - How to use the data recorder window in your programs
 
*[[Using_the_Icon_Lists_Pane]] - The icon lists pane
 
*[[Using_the_Icon_Lists_Pane]] - The icon lists pane
 
*[[Project_Options]] - Detailed help on the Project Options window
 
*[[Project_Options]] - Detailed help on the Project Options window
 
*[[Global_Options]] - Detailed help on the Global Options window
 
*[[Global_Options]] - Detailed help on the Global Options window
*[[Web_Access_Panel]] - The web access panel
 
 
*[[Chip_View]] - The chip view window
 
*[[Chip_View]] - The chip view window
 
*[[Analog_Window]] - The analogue inputs window
 
*[[Analog_Window]] - The analogue inputs window
Line 120: Line 122:
 
*[[Creating_a_Property]] - How to create a property
 
*[[Creating_a_Property]] - How to create a property
 
*[[Panel_Managers]] - Overview of the component creation panel managers
 
*[[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
 
*[[Assigning_Code_to_an_Existing_Component]] - Complementing or overriding an existing components functionality
 
*[[Base_Components]] - The base components and their function
 
*[[Base_Components]] - The base components and their function
 
*[[Using_A_Base_Component]] - Creating a new component using a base
 
*[[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)
 
*[[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==
 
==Simulation==
Line 143: Line 148:
 
*[[Internal_Oscillator]] - Specifics on using an internal oscillator
 
*[[Internal_Oscillator]] - Specifics on using an internal oscillator
 
*[[Phase_Locked_Loop_(PLL)]] - Specifics on using a PLL frequency multiplier
 
*[[Phase_Locked_Loop_(PLL)]] - Specifics on using a PLL frequency multiplier
 +
*[[Interrupts]] - Built in interrupts for your hardware
 
*[[Custom_Interrupts]] - Custom interrupts for your hardware
 
*[[Custom_Interrupts]] - Custom interrupts for your hardware
 
*[[Debugging_Hardware_and_Software]] - Tips on how to debug hardware and software
 
*[[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_Debugging]] - Overview of the in circuit debugging (ICD) interface
 
*[[In_Circuit_Test]] - Overview of the in circuit test (ICT) interface
 
*[[In_Circuit_Test]] - Overview of the in circuit test (ICT) interface
 +
*[[Ghost_Settings]] - Overview of the Ghost functionality and settings (ICD + ICT)
 
*[[Supporting_Third_Party_Programming_Tools]] - Using 3rd party programmers such as PICkit and Arduino
 
*[[Supporting_Third_Party_Programming_Tools]] - Using 3rd party programmers such as PICkit and Arduino
 
*[[Viewing_Code_Output]] - Viewing the code generated by Flowcode
 
*[[Viewing_Code_Output]] - Viewing the code generated by Flowcode

Latest revision as of 11:19, 2 March 2017

<sidebar>Sidebar: Flowcode Help Overview</sidebar>

A set of videos are available showing some projects using Flowcode as well as talking you through some example programs. Flowcode video playlist

Version 7

  • New in Flowcode 7 - Introduction to new features in Flowcode 7 and other useful information
  • Chips - List of supported microcontroller devices in Flowcode
  • Migrating to Flowcode 7 - Help and advise moving to v7 from an older version

Getting Started

Flowcharts

Macros

Functions

Variables

Panels

Tools and Views

Components

Component Creation

Simulation

Chip Specifics

Support