Difference between revisions of "Simulation Macro Icon Properties"

From Flowcode Help
Jump to navigationJump to search
Line 1: Line 1:
 
<sidebar>Sidebar: Icon Properties</sidebar>
 
<sidebar>Sidebar: Icon Properties</sidebar>
 
[[File:Btn_Simulation_Macro.gif|border]] &rarr;  [[File:Gen_Simulation_Macro_Flowchart_Icon.png]] &rarr; [[File:Gen_Simulation_Macro_Icon_Properties.png]]
 
[[File:Btn_Simulation_Macro.gif|border]] &rarr;  [[File:Gen_Simulation_Macro_Flowchart_Icon.png]] &rarr; [[File:Gen_Simulation_Macro_Icon_Properties.png]]
 +
 +
Macros are split into Macros and Component/Simulation macros.
 +
 +
 +
Component macros are pre-defined macros supplied with the components. For example LCD macros are used to display numbers and characters on the LCD display.
 +
 +
Component macros are only available for use with that particular component.
 +
 +
Component macros have hatched outer bands on the icon.
 +
 +
 +
[[Simulation Macro Icon Properties|Simulation macros]] are simulation-only Component macros - they provide a similar purpose, although they can only be used in simulation and cannot be run on hardware.
 +
 +
 +
[[Creating a New Macro|Macros]] are those designed and created by the user.
 +
 +
Macros can be [[Exporting a Macro|exported]] and [[Importing a Macro|imported]] allowing users to build up macro libraries of common or important tasks.
 +
 +
On Macros the outer bands are clear and not hatched.
  
  
 
Simulation Macros can call [[Event Reference|Events]] - which are simulation-only functions - they can also call simulation-only [[Component Macro Icon Properties|Component Macros]]. These simulation-only functions can not run on hardware, they are used to create test concepts and build advanced digital programs using Flowcode.
 
Simulation Macros can call [[Event Reference|Events]] - which are simulation-only functions - they can also call simulation-only [[Component Macro Icon Properties|Component Macros]]. These simulation-only functions can not run on hardware, they are used to create test concepts and build advanced digital programs using Flowcode.

Revision as of 14:05, 14 August 2013

<sidebar>Sidebar: Icon Properties</sidebar> Btn Simulation Macro.gifFile:Gen Simulation Macro Flowchart Icon.pngFile:Gen Simulation Macro Icon Properties.png

Macros are split into Macros and Component/Simulation macros.


Component macros are pre-defined macros supplied with the components. For example LCD macros are used to display numbers and characters on the LCD display.

Component macros are only available for use with that particular component.

Component macros have hatched outer bands on the icon.


Simulation macros are simulation-only Component macros - they provide a similar purpose, although they can only be used in simulation and cannot be run on hardware.


Macros are those designed and created by the user.

Macros can be exported and imported allowing users to build up macro libraries of common or important tasks.

On Macros the outer bands are clear and not hatched.


Simulation Macros can call Events - which are simulation-only functions - they can also call simulation-only Component Macros. These simulation-only functions can not run on hardware, they are used to create test concepts and build advanced digital programs using Flowcode.