Difference between revisions of "Icon Properties"

From Flowcode Help
Jump to navigationJump to search
Tag: Flowcode v10
Line 1: Line 1:
The properties of an icon defines how it behaves when compiled/assembled and when simulated in Flowcode. As each icon has different properties that the user can edit: see the topic on the particular icon of interest.
+
<br>
 +
==Old Versions==
 +
This page is current for Flowcode v11 and later. Earlier versions can be found below:
 +
{| class="wikitable"
 +
|+
 +
|-
 +
| [[Special:PermanentLink/41775|Flowcode v10]]
 +
|-
 +
| [[Special:PermanentLink/23545|Flowcode v9]]
 +
|-
 +
| [[Special:PermanentLink/23545|Flowcode v8]]
 +
|}
  
To edit an icon's properties, either select the icon and the select the 'Properties' option from the 'Edit' menu (Edit > Properties) or simply double click on the icon in the flowchart. The icon's properties can also be displayed by right clicking on the icon to display a context menu and then selecting properties from that menu.
+
<br>
  
 +
The properties of a command icon defines how it behaves when compiled/assembled and when simulated in Flowcode. As each icon has different properties that the user can edit: see the topic on the particular icon of interest.
  
For more information on [[Editing Icon Properties]] click the link.
+
To edit an icon's properties, either select the icon and the select the 'Properties' option from the 'Edit' menu (Edit > Properties) or simply double click on the icon in the macro view. The icon's properties can also be displayed by right clicking on the icon to display a context menu and then selecting properties from that menu.
 +
 
 +
 
 +
==Flowchart icons==
 +
 
 +
Flowchart icons are the commands used in most programming paradigms of Flowcode, i.e. Flowcharts, Code, Blocks and Pseudocode.
 +
 
 +
Click this link for more information on [[Editing Icon Properties]].
  
 
For information on specific icons then see the links below:
 
For information on specific icons then see the links below:
  
  
[[File:Btn_Input.gif|border]] [[Input Icon Properties]]
 
  
[[File:Btn_Output.gif|border]] [[Output Icon Properties]]
+
[[File:IconInput.png|border]] [[Input Icon Properties]]
 +
 
 +
[[File:IconOutput.png|border]] [[Output Icon Properties]]
 +
 
 +
[[File:IconDelay.png|border]] [[Delay Icon Properties]]
 +
 
 +
[[File:IconDecision.png|border]] [[Decision Icon Properties]]
 +
 
 +
[[File:IconSwitch.png|border]] [[Switch Icon Properties]]
 +
 
 +
[[File:IconLabel.png|border]] [[Label Icon Properties]]
 +
 
 +
[[File:IconJump.png|border]] [[Jump Icon Properties]]
 +
 
 +
[[File:IconLoop.png|border]] [[Loop Icon Properties]]
 +
 
 +
[[File:IconUserMacro.png|border]] [[Macro Icon Properties]]
 +
 
 +
[[File:IconComponentMacro.png|border]] [[Component Macro Icon Properties]]
 +
 
 +
[[File:IconBuiltinFunction.png|border]] [[Simulation Macro Icon Properties]]
  
[[File:Btn_Delay.gif|border]] [[Delay Icon Properties]]
+
[[File:IconInterrupt.png|border]] [[Interrupt Icon Properties]]
  
[[File:Btn_Decision.gif|border]] [[Decision Icon Properties]]
+
[[File:IconCalculation.png|border]] [[Calculation Icon Properties]]
  
[[File:Btn_Switch.gif|border]] [[Switch Icon Properties]]
+
[[File:IconCode.png|border]] [[Code Icon Properties]]
  
[[File:Btn_Connection_Point.gif|border]] [[Connection Point Icon Properties]] &darr;
+
[[File:IconComment.png|border]] [[Comment Icon Properties]]
  
[[File:Btn_Goto_Connection_Point.gif|border]] (Goto) [[Connection Point Icon Properties]] &crarr;
+
[[File:IconGroup.png|border]] [[Group Icon Properties]]
  
[[File:Btn_Loop.gif|border]] [[Loop Icon Properties]]
 
  
[[File:Btn_Macro.gif|border]] [[Macro Icon Properties]]
+
==State Diagram icons==
  
[[File:Btn_Component_Macro.gif|border]] [[Component Macro Icon Properties]]
+
A different set of command icons are used for Flowcode's [[State_diagrams|State Diagram]] programming paradigm.
  
[[File:Btn_Simulation_Macro.gif|border]] [[Simulation Macro Icon Properties]]
 
  
[[File:Btn_Interrupt.gif|border]] [[Interrupt Icon Properties]]
+
[[File:IconState.png|border]] [[State_Icon_Properties]]
  
[[File:Btn_Calculation.gif|border]] [[Calculation Icon Properties]]
+
[[File:IconExitState.png|border]] [[Exit_State_Icon_Properties]]
  
[[File:Btn_C_Code.gif|border]] [[Code Icon Properties]]
+
[[File:IconTransitionStraight.png|border]] [[Transition_Icon_Properties]]
  
[[File:Btn_Comment.gif|border]] [[Comment Icon Properties]]
+
[[File:IconTransitionCurved.png|border]] [[Transition_Icon_Properties]]
  
[[Group Icon Properties]]
+
[[File:IconStateComment.png|border]] [[Comment Icon Properties]]

Revision as of 15:15, 5 June 2026


Old Versions

This page is current for Flowcode v11 and later. Earlier versions can be found below:

Flowcode v10
Flowcode v9
Flowcode v8


The properties of a command icon defines how it behaves when compiled/assembled and when simulated in Flowcode. As each icon has different properties that the user can edit: see the topic on the particular icon of interest.

To edit an icon's properties, either select the icon and the select the 'Properties' option from the 'Edit' menu (Edit > Properties) or simply double click on the icon in the macro view. The icon's properties can also be displayed by right clicking on the icon to display a context menu and then selecting properties from that menu.


Flowchart icons

Flowchart icons are the commands used in most programming paradigms of Flowcode, i.e. Flowcharts, Code, Blocks and Pseudocode.

Click this link for more information on Editing Icon Properties.

For information on specific icons then see the links below:


IconInput.png Input Icon Properties

IconOutput.png Output Icon Properties

IconDelay.png Delay Icon Properties

IconDecision.png Decision Icon Properties

IconSwitch.png Switch Icon Properties

IconLabel.png Label Icon Properties

IconJump.png Jump Icon Properties

IconLoop.png Loop Icon Properties

IconUserMacro.png Macro Icon Properties

IconComponentMacro.png Component Macro Icon Properties

IconBuiltinFunction.png Simulation Macro Icon Properties

IconInterrupt.png Interrupt Icon Properties

IconCalculation.png Calculation Icon Properties

IconCode.png Code Icon Properties

IconComment.png Comment Icon Properties

IconGroup.png Group Icon Properties


State Diagram icons

A different set of command icons are used for Flowcode's State Diagram programming paradigm.


IconState.png State_Icon_Properties

IconExitState.png Exit_State_Icon_Properties

IconTransitionStraight.png Transition_Icon_Properties

IconTransitionCurved.png Transition_Icon_Properties

IconStateComment.png Comment Icon Properties