Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

Set up the Calculation

<^< Set up the Inputs | Course Index | Set up the Output >^>

  1. Double-click on the Calculation icon to open the Properties dialogue box.
  1. Change the 'Display name:' text box to "Add the two numbers together".
  2. Tell the Calculation box what it is supposed to calculate by adding the following to the 'Calculations:' box:
sum = input1 + input2
You can either type this in directly, or drag the variables from the right window to the box to add each variable in turn, and then add the '=' and '+' signs in the right place!
  1. Then click on the OK button, to close the dialogue box.

<^< Set up the Inputs | Course index | Set up the Output >^>

Print - Search - Login

Page last modified on May 01, 2013, at 02:19 PM