ArduinoPWCT
ArduinoPWCT - Your first blink sample with ArduinoCPWCT using programming without coding technology

 

 

 

 

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

s1.JPG

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

s2.JPG

Fig. (2) Component Browser � Select the component (Integer)

After selecting the component click Ok or press ENTER

s3.JPG

Fig. (3) Interaction page - Set the properties and enter the required data as in the image above

s4.JPG

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

s5.JPG

Fig. (5) Component Browser � Select the component (Setup)

After selecting the component click Ok or press ENTER

s6.JPG

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

s7.JPG

Fig. (7) Component Browser � Select the component (Delay)

After selecting the component click Ok or press ENTER

s8.JPG

Fig. (8) Interaction page - Set the properties and enter the required data as in the image above

s9.JPG

Fig. (9) Goal Desginer - Final Steps Tree

s10.JPG

s11.JPG

s12.JPG

s13.JPG

s14.JPG

s15.JPG

s16.JPG

s17.JPG

s18.JPG

s19.JPG

s20.JPG

s21.JPG

s22.JPG

s23.JPG

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

Waseem_ArduinoPWCT_Blink