Difference between revisions of "Icon Properties"

From Flowcode Help
Jump to navigationJump to search
Tag: Flowcode v10
 
(4 intermediate revisions by the same user not shown)
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.
+
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 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.
+
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.
  
  
For more information on [[Editing Icon Properties]] click the link.
+
==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]]
 +
|}
 +
 
 +
 
 +
==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|link=Input Icon Properties]] [[Input Icon Properties]]
 +
 
 +
[[File:IconOutput.png|border|link=Output Icon Properties]] [[Output Icon Properties]]
 +
 
 +
[[File:IconDelay.png|border|link=Delay Icon Properties]] [[Delay Icon Properties]]
 +
 
 +
[[File:IconDecision.png|border|link=Decision Icon Properties]] [[Decision Icon Properties]]
 +
 
 +
[[File:IconSwitch.png|border|link=Switch Icon Properties]] [[Switch Icon Properties]]
 +
 
 +
[[File:IconLabel.png|border|link=Label Icon Properties]] [[Label Icon Properties]]
 +
 
 +
[[File:IconJump.png|border|link=Jump Icon Properties]] [[Jump Icon Properties]]
 +
 
 +
[[File:IconLoop.png|border|link=Loop Icon Properties]] [[Loop Icon Properties]]
 +
 
 +
[[File:IconUserMacro.png|border|link=Macro Icon Properties]] [[Macro_Icon_Properties|User Macro Icon Properties]]
  
[[File:Btn_Delay.gif|border]] [[Delay Icon Properties]]
+
[[File:IconComponentMacro.png|border|link=Component Macro Icon Properties]] [[Component Macro Icon Properties]]
  
[[File:Btn_Decision.gif|border]] [[Decision Icon Properties]]
+
[[File:IconBuiltinFunction.png|border|link=Simulation Macro Icon Properties]] [[Simulation_Macro_Icon_Properties|Built-in Functions Icon Properties]]
  
[[File:Btn_Switch.gif|border]] [[Switch Icon Properties]]
+
[[File:IconInterrupt.png|border|link=Interrupt Icon Properties]] [[Interrupt Icon Properties]]
  
[[File:Btn_Connection_Point.gif|border]] [[Connection Point Icon Properties]] ↓
+
[[File:IconCalculation.png|border|link=Calculation Icon Properties]] [[Calculation Icon Properties]]
  
[[File:Btn_Goto_Connection_Point.gif|border]] (Goto) [[Connection Point Icon Properties]] ↵
+
[[File:IconCode.png|border|link=Code Icon Properties]] [[Code Icon Properties]]
  
[[File:Btn_Loop.gif|border]] [[Loop Icon Properties]]
+
[[File:IconComment.png|border|link=Comment Icon Properties]] [[Comment Icon Properties]]
  
[[File:Btn_Macro.gif|border]] [[Macro Icon Properties]]
+
[[File:IconGroup.png|border|link=Group Icon Properties]] [[Group Icon Properties]]
  
[[File:Btn_Component_Macro.gif|border]] [[Component Macro Icon Properties]]
+
==State Diagram icons==
  
[[File:Btn_Simulation_Macro.gif|border]] [[Simulation Macro Icon Properties]]
+
A different set of command icons are used for Flowcode's [[State_diagrams|State Diagram]] programming paradigm.
  
[[File:Btn_Interrupt.gif|border]] [[Interrupt Icon Properties]]
 
  
[[File:Btn_Calculation.gif|border]] [[Calculation Icon Properties]]
+
[[File:IconState.png|border|link=State_Icon_Properties]] [[State_Icon_Properties]]
  
[[File:Btn_C_Code.gif|border]] [[Code Icon Properties]]
+
[[File:IconExitState.png|border|link=Exit_State_Icon_Properties]] [[Exit_State_Icon_Properties]]
  
[[File:Btn_Comment.gif|border]] [[Comment Icon Properties]]
+
[[File:IconTransitionStraight.png|border|link=Transition_Icon_Properties]] [[File:IconTransitionCurved.png|border|link=Transition_Icon_Properties]] [[Transition_Icon_Properties]]
  
[[Group Icon Properties]]
+
[[File:IconStateComment.png|border|link=Comment Icon Properties]] [[Comment Icon Properties]]

Latest revision as of 09:27, 12 June 2026

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.


Old Versions

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

Flowcode v10
Flowcode v9
Flowcode v8


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 User Macro Icon Properties

IconComponentMacro.png Component Macro Icon Properties

IconBuiltinFunction.png Built-in Functions 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 IconTransitionCurved.png Transition_Icon_Properties

IconStateComment.png Comment Icon Properties