Difference between revisions of "Flowcode Help Overview"
From Flowcode Help
Jump to navigationJump to search| Line 68: | Line 68: | ||
=====[[Exporting A Macro]]=====  | =====[[Exporting A Macro]]=====  | ||
=====[[Importing A Macro]]=====  | =====[[Importing A Macro]]=====  | ||
| − | =====[[Custom Interrupts - PICmicro  | + | =====[[Custom Interrupts - PICmicro]]=====  | 
=====[[Custom Interrupts - AVR]]=====  | =====[[Custom Interrupts - AVR]]=====  | ||
=====[[Custom Interrupts - ARM]]=====  | =====[[Custom Interrupts - ARM]]=====  | ||
| Line 74: | Line 74: | ||
=====[[Mathematical Functions]]=====  | =====[[Mathematical Functions]]=====  | ||
=====[[String Manipulation Functions]]=====  | =====[[String Manipulation Functions]]=====  | ||
| + | |||
| + | ==[[Simulating A Flowchart]]==  | ||
| + | =====[[Starting Flowchart Simulation]]=====  | ||
| + | =====[[Watch Window]] (Variables Window)=====  | ||
| + | =====[[Call Stack Window]]=====  | ||
| + | =====[[In Circuit Debugging]]=====  | ||
| + | =====[[Editing Key Mappings]]=====  | ||
| + | |||
| + | ==[[Compiling Flowcharts To Devices]]==  | ||
| + | =====[[Specifying A Target Chip]]=====  | ||
| + | =====[[Configuring The Chip]]=====  | ||
| + | =====[[Compiling A Flowchart To A Chip]]=====  | ||
| + | =====[[Managing Compiler Options]]=====  | ||
| + | =====[[Selecting Compiler Options (PICmicro)]]=====  | ||
| + | =====[[Selecting Compiler Options (AVR)]]=====  | ||
| + | =====[[Selecting Compiler Options (ARM)]]=====  | ||
| + | =====[[Selecting Compiler Options (dsPIC/PIC24)]]=====  | ||
| + | =====[[Third Party Programming Tools]]=====  | ||
| + | =====[[Viewing Code Output]]=====  | ||
Revision as of 13:54, 21 May 2013
Contents
- 1 Introduction
 - 2 Getting Started
 - 3 Working With Flowchart Files
 - 4 Creating And Editing Flowcharts
- 4.1 Adding An Icon To A Flowchart
 - 4.2 Selecting Icons
 - 4.3 Flowchart Editing Functions
 - 4.4 Undo And Redo
 - 4.5 Using The Project Explorer
 - 4.6 Find And Replace
 - 4.7 Using The Icon Lists Pane
 - 4.8 Supplementary Code
 - 4.9 Editing Icon Properties
 - 4.10 Using Masks
 - 4.11 Disabling Icons
 - 4.12 Icon Annotations
 - 4.13 Icon Properties ( Editing Icon Properties )
- 4.13.1 Input Icon Properties
 - 4.13.2 Output Icon Properties
 - 4.13.3 Delay Icon Properties
 - 4.13.4 Decision Icon Properties
 - 4.13.5 Switch Icon Properties
 - 4.13.6 Connection Point Icon Properties
 - 4.13.7 Loop Icon Properties
 - 4.13.8 Macro Icon Properties
 - 4.13.9 Component Macro Icon Properties
 - 4.13.10 Simulation Macro Icon Properties
 - 4.13.11 Interrupt Icon Properties
 - 4.13.12 Calculation Icon Properties
 - 4.13.13 C Code Icon Properties
 - 4.13.14 Comment Icon Properties
 
 
 - 5 Adding And Editing Components
 - 6 Working With Macros And Variables
- 6.1 Variable Manager
 - 6.2 Creating Variables
 - 6.3 Variable Types
 - 6.4 Editing Variables
 - 6.5 Creating A New Macro
 - 6.6 Editing And Deleting Macros
 - 6.7 Exporting A Macro
 - 6.8 Importing A Macro
 - 6.9 Custom Interrupts - PICmicro
 - 6.10 Custom Interrupts - AVR
 - 6.11 Custom Interrupts - ARM
 - 6.12 Custom Interrupts - dsPIC/PIC24
 - 6.13 Mathematical Functions
 - 6.14 String Manipulation Functions
 
 - 7 Simulating A Flowchart
 - 8 Compiling Flowcharts To Devices
- 8.1 Specifying A Target Chip
 - 8.2 Configuring The Chip
 - 8.3 Compiling A Flowchart To A Chip
 - 8.4 Managing Compiler Options
 - 8.5 Selecting Compiler Options (PICmicro)
 - 8.6 Selecting Compiler Options (AVR)
 - 8.7 Selecting Compiler Options (ARM)
 - 8.8 Selecting Compiler Options (dsPIC/PIC24)
 - 8.9 Third Party Programming Tools
 - 8.10 Viewing Code Output