this symbol is used to; start a flow-chart; stop a singe flow-chart (or all flow charts in that...

12

Upload: clare-paul

Post on 15-Jan-2016

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate
Page 2: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

This symbol is used to;

Start a flow-chart;

Stop a singe flow-chart (or all flow charts in that program);

Mark the Start of a Sub-Routine (a separate flow-chart that only starts when it is told to).

Page 3: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

This symbol is used to;

Delay an action in a flow-chart;

Signal the start of a Sub-Routine;

Let a certain letter (a-z) equal a number.

Page 4: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

This symbol is used to;

Turn an Output on/off;

Turn a Motor forwards/backwards;

Play a sound;

Speak a certain text.

Page 5: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

This symbol is used to;

Ask if an input is on or off, then take 1 of 2 choices;

Ask if a Val is equal/more/less to a certain number, then take 1 of 2 choices;

Ask if a variable is equal/more/less to a certain number, then take 1 of 2 choices;

Ask if a Margin is equal/more/less to a certain number, then take 1 of 2 choices.

Page 6: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

Chart Starts

Lights on

A delay

A decision

A sub routine trigger

A sub routine start

This chart (from left). Lights on/off and emergence stop if left button is on.

Either a ride trigger (2 min) or unload the wheel.

At bottom (middle) the sub-routine that turns the wheel for two minutes, then

goes back to the previous routine.

On right the subroutine that unloads the 7 pods on the wheel, then goes

back the second sub-routine.

Bottom left the emergency stop with a voice saying ‘’emergency stop in

progress’’.

Page 7: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

Making a simple flow chart:5 easy steps.

Page 8: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

STEP 1Open Flowol 3 and choose a mimic by pressing the little lighthouse symbol.

Page 9: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

STEP 2Place start block(s) for the beginning of your flowchart.

Page 10: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

STEP 3Choose either a decision (diamond), command (parallelogram) or a process (square) for the flow chart to execute.

Page 11: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

STEP 4Using the arrow tool, click on the start block, and then on the block that you want to happen next.

Page 12: This symbol is used to; Start a flow-chart; Stop a singe flow-chart (or all flow charts in that program); Mark the Start of a Sub-Routine (a separate

STEP 5Place an end block for the end of your flowchart. OR repeat step 3 and 4 until you have achieved the desired result.