ArduinoPWCT 1.0 First Sesbania - 2014 -Waseem Salem El-Mofty (waseem_m_s@hotmail.com)
http://facebook.com/waseem.mofty
syria
_____________________________________________________________________________________
Table of contents
1 - Introduction
2 - Implementation steps
3 - Final Steps Tree
4 - Application during the runtime
1 - Introduction
In this lesson we are going to create a blink program (without template)
2 - Implementation Steps
Fig. (1) Goal Desginer - Steps Tree
Select the step (The First Step - Start Here)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Variables)
3 - Select the component (Integer)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Integer)
Note : Stop typing when you see the required component is selected
Fig. (2) Component Browser � Select the component (Integer)
After selecting the component click Ok or press ENTER
Fig. (3) Interaction page - Set the properties and enter the required data as in the image above
Fig. (4) Goal Desginer - Steps Tree
Select the step (The First Step - Start Here)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Structure)
3 - Select the component (Setup)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Setup)
Note : Stop typing when you see the required component is selected
Fig. (5) Component Browser � Select the component (Setup)
After selecting the component click Ok or press ENTER
Fig. (6) Goal Desginer - Steps Tree
Select the step (Start Here)
We will start now new interaction process to generate new steps to our steps tree.
The slow way (Using Mouse):
1 - Click Interact to open the components browser
2 - Select the domain (Time)
3 - Select the component (Delay)
The fast way (Using Keyboard shortcuts):
1 - Get the component using its name by typing (Delay)
Note : Stop typing when you see the required component is selected
Fig. (7) Component Browser � Select the component (Delay)
After selecting the component click Ok or press ENTER
Fig. (8) Interaction page - Set the properties and enter the required data as in the image above
Fig. (9) Goal Desginer - Final Steps Tree
3 - Final Steps Tree
The First Step - Start Here
Integer : int led = 13
VOID Setup
Start Here
led : pinMode = Output
End Of Setup
VOID Loop
Start Here
led : digitalWrite (High)
Delay (1000) MilliSec
led : digitalWrite (Low)
Delay (1000) MilliSec
End Of Loop
4 - Program during the runtime