User contributions for ReeceL
Appearance
16 May 2013
- 11:0311:03, 16 May 2013 diff hist +1,510 N Simulating Icons Step by Step Created page with "'''<img>''' '''Step Into''' To simulate the flowchart, icon by icon, select the Step Into option from the Debug menu or press the F8 key. A red rectangle indicates the icon ..."
- 10:5910:59, 16 May 2013 diff hist +1,314 N Starting Flowchart Simulation Created page with "'''<img>''' To simulate a flowchart, select the Go/Continue option from the Debug menu or press '''F5'''. Flowcode will go into simulation mode and will start to execute the ..."
- 10:5710:57, 16 May 2013 diff hist −1 String Manipulation Functions No edit summary
- 10:5710:57, 16 May 2013 diff hist +4,177 N String Manipulation Functions Created page with "The String functions are a set of string manipulation functions that can be used to edit, change and examine the strings. To add a function, drag it into the calculation box...."
- 10:4810:48, 16 May 2013 diff hist +1 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:4610:46, 16 May 2013 diff hist −5 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:4610:46, 16 May 2013 diff hist +4 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:4510:45, 16 May 2013 diff hist +1 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:4510:45, 16 May 2013 diff hist −17 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:4210:42, 16 May 2013 diff hist −1 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:4210:42, 16 May 2013 diff hist +14 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:3910:39, 16 May 2013 diff hist +109 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:3710:37, 16 May 2013 diff hist −1 Custom Interrupts - dsPIC/PIC24 No edit summary
- 10:3710:37, 16 May 2013 diff hist +1,155 N Custom Interrupts - dsPIC/PIC24 Created page with " Here are a few examples for such interrupts using 16-bit PICmicro chips. To create interrupts that are not shown below you will have to refer to the device datasheet. Once t..."
- 10:3210:32, 16 May 2013 diff hist −4 Custom Interrupts - ARM No edit summary
- 10:3210:32, 16 May 2013 diff hist +3 Custom Interrupts - ARM No edit summary
- 10:3110:31, 16 May 2013 diff hist +611 Custom Interrupts - ARM No edit summary
- 10:2710:27, 16 May 2013 diff hist +2,246 N Custom Interrupts - AVR Created page with " <font style="color:#FF0000"> '''Target AVR Processor''' ( ATMEGA8, 16, 32 ) '''(Note: For other AVR devices you may have to refer to the device datasheet to obtain the cor..."
- 10:2610:26, 16 May 2013 diff hist −37 Custom Interrupts - ARM No edit summary
- 10:2510:25, 16 May 2013 diff hist +36 Custom Interrupts - ARM No edit summary
- 10:1910:19, 16 May 2013 diff hist +13 Custom Interrupts - ARM No edit summary
- 10:1810:18, 16 May 2013 diff hist +6 Custom Interrupts - ARM No edit summary
- 10:1810:18, 16 May 2013 diff hist +6 Custom Interrupts - ARM No edit summary
- 10:1710:17, 16 May 2013 diff hist +1 Custom Interrupts - ARM No edit summary
- 10:1710:17, 16 May 2013 diff hist +2,221 N Custom Interrupts - ARM Created page with " <font style="color:#FF0000"> Target AVR Processor ( ATMEGA8, 16, 32 ) (Note: For other AVR devices you may have to refer to the device datasheet to obtain the correct code..."
- 09:4909:49, 16 May 2013 diff hist +1 Importing a Macro No edit summary
- 09:4909:49, 16 May 2013 diff hist +912 N Importing a Macro Created page with " To import a previously exported macro into Flowcode, select Import from the Macro menu. Flowcode will ask you to choose the filename of the existing macro. Flowcode will the..."
- 09:4809:48, 16 May 2013 diff hist +443 N Exporting a Macro Created page with " '''<img>''' Macros you create can be exported to a file for later use. Select the Export option from the Macro menu. Flowcode will first ask you to select the macro you w..."
- 09:4509:45, 16 May 2013 diff hist +451 N Editing and Deleting Macros Created page with " '''Editing and deleting macro''' Edit or delete existing macros by selecting the appropriate option from the Macro menu. When delete is selected Flowcode will display ..."
- 09:3209:32, 16 May 2013 diff hist +628 N Editing Variables Created page with " '''Name Change''' The name of any selected variable can be changed by editing the 'Name of new variable' property. The change will affect all instances of the original var..."
- 09:2309:23, 16 May 2013 diff hist +22 Variable Types No edit summary
- 09:2309:23, 16 May 2013 diff hist −661 Variable Types No edit summary
- 09:2209:22, 16 May 2013 diff hist +1,335 N Variable Types Created page with " Variables can be specified as one of the following types: {| class="wikitable" |- ! scope="col"| Type ! scope="col"| Range ! scope="col"| Bit Depth |- ! scope="row"| BOOL ..."
- 09:1109:11, 16 May 2013 diff hist +2,455 N Creating Variables Created page with " Variables can be created via the Variable Manager. For more information on editing variables see the Editing variables help topic. '''Variable Name''' Enter the vari..."
- 09:0409:04, 16 May 2013 diff hist +468 N Component Properties Created page with " To bring up a components attributes and properties you can right click on a selected component and click properties. '''<img>''' This will bring up a properties tab si..."
- 09:0209:02, 16 May 2013 diff hist +546 N Component Help Files Created page with " Help files for individual components can be accessed via the properties screen. The help button on the dialog accesses the help file for that particular component rather th..."
- 08:5108:51, 16 May 2013 diff hist +73 Interrupt Icon Properties No edit summary
- 08:4808:48, 16 May 2013 diff hist +11 Interrupt Icon Properties No edit summary
- 08:4708:47, 16 May 2013 diff hist +5,488 N Interrupt Icon Properties Created page with " '''<img>''' '''<img>''' '''Introduction to Interrupts''' Interrupts are called to react to an event such as an external stimulus, or a timing event. When an interrupt i..."
- 08:2408:24, 16 May 2013 diff hist +1,017 N Switch Icon Properties Created page with " '''<img>''' '''<img>''' '''<img>''' Switch icons are similar to decision icons only instead of two possible outcome branches (Yes, No) there are up to eleven. They are ..."
- 08:1108:11, 16 May 2013 diff hist +1,116 N Input Icon Properties Created page with " '''<img>''' '''<img>''' '''<img>''' Input icons check the specified port and/or bits for their value and then place the resulting value into the specified variable. ..."
- 08:0708:07, 16 May 2013 diff hist +19 Icon Annotations No edit summary
- 08:0708:07, 16 May 2013 diff hist +2 Icon Annotations No edit summary
- 08:0708:07, 16 May 2013 diff hist +610 N Icon Annotations Created page with " As an icon is added to the flowchart it is given an annotation. There are multiple types of annotations which can relay different information. The Global Options contain the..."
- 08:0508:05, 16 May 2013 diff hist +482 N Disabling Icons Created page with " '''<img>''' You can now disable any icons in a flowchart. Disabled icons will be ignored by the simulation and compiler. A disabled icon is greyed out it to signify it ha..."
- 08:0508:05, 16 May 2013 diff hist +1,753 N Using Masks Created page with " Before looking at the operation of icons you will need to understand how 'masks' are used within Flowcode. You may wish to come back to this screen once you have looked at h..."
- 08:0108:01, 16 May 2013 diff hist +1,478 N Supplementary Code Created page with " Flowcode is often used by C programmers as a method of managing their code and allowing less experienced team members to take advantage of more complex C or Assembly code ro..."
- 07:5207:52, 16 May 2013 diff hist 0 m Using the Icon Lists Pane ReeceL moved page Using the Icon Lists to Using the Icon Lists pane
- 07:5007:50, 16 May 2013 diff hist −1 Using the Icon Lists Pane No edit summary
- 07:5007:50, 16 May 2013 diff hist −4 Using the Icon Lists Pane No edit summary