Difference between revisions of "Delay Icon Properties"
Tags: Flowcode v9 Flowcode v8 Flowcode v10 |
|||
| Line 1: | Line 1: | ||
| − | + | [[File:iconDelay.png|border]] | |
| − | {| style="margin: | + | |
| + | Delay icons are used to slow down program execution and for program timing. | ||
| + | |||
| + | They are particularly useful in slowing program execution speed down to allow for human interaction. | ||
| + | |||
| + | |||
| + | ==Old Versions== | ||
| + | This page is current for Flowcode v11 and later. Earlier versions can be found below: | ||
| + | {| class="wikitable" | ||
| + | |+ | ||
| + | |- | ||
| + | | [[Special:PermanentLink/10817|Flowcode v10]] | ||
| + | |- | ||
| + | | [[Special:PermanentLink/10817|Flowcode v9]] | ||
| + | |- | ||
| + | | [[Special:PermanentLink/10817|Flowcode v8]] | ||
| + | |} | ||
| + | |||
| + | |||
| + | ==Details== | ||
| + | {| style="margin:0px; text-align:center;" | ||
|- | |- | ||
| − | |[[File: | + | |[[File:iconDelay.png|border]] |
| width="50px" |→ | | width="50px" |→ | ||
|[[File:Gen_Delay_Flowchart_Icon.png]] | |[[File:Gen_Delay_Flowchart_Icon.png]] | ||
| Line 8: | Line 28: | ||
|[[File:Gen_Delay_Icon_Properties.png]] | |[[File:Gen_Delay_Icon_Properties.png]] | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
'''Display Name''' | '''Display Name''' | ||
| Line 32: | Line 47: | ||
| − | + | ==Video== | |
| − | |||
| − | |||
| − | + | See the [http://www.flowcode.co.uk/videos/videoview/?name=The+Delay+icon&id=local&wiki=Delay_Icon_Properties Delay icon video] to see how this icon can be used in your Flowcode projects. | |
| − | |||
| − | |||
Latest revision as of 15:16, 10 June 2026
Delay icons are used to slow down program execution and for program timing.
They are particularly useful in slowing program execution speed down to allow for human interaction.
Old Versions
This page is current for Flowcode v11 and later. Earlier versions can be found below:
| Flowcode v10 |
| Flowcode v9 |
| Flowcode v8 |
Details
| → | → |
Display Name
The name of the icon that appears on the flowchart.
Delay value or variable
This is the length of the delay that you wish to create. Clicking on the down arrow brings up the variables dialog window allowing you to select an existing variable or to create a new one.
Microseconds/Milliseconds/Seconds options
Delays can be specified in units of microseconds, milliseconds or seconds. When simulating delays in seconds, a dialog box will appear showing how much of the delay has elapsed. A cancel button on the dialog allows the execution of the flowchart to continue before the entire delay has passed.
To allow Flowcode to correctly program your chip with the correct delay setting you will need to select a clock speed for your chip. The clock speed setting must correctly reflect the settings and configuration of the hardware used. The dialog box for this can be seen by selecting Build > Project Options.
Video
See the Delay icon video to see how this icon can be used in your Flowcode projects.