Difference between revisions of "Simulation Macro Icon Properties"

From Flowcode Help
Jump to navigationJump to search
Line 23: Line 23:
  
  
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.
+
As well as calling simulation-only [[Component Macro Icon Properties|Component macros]] Simulation Macros can alsocall [[Event Reference|Events]] which are simulation-only functions which can not run on hardware. Events are used to create advanced digital programs and can be used to test concepts for applications to be build using hardware later on.

Revision as of 14:17, 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.


As well as calling simulation-only Component macros Simulation Macros can alsocall Events which are simulation-only functions which can not run on hardware. Events are used to create advanced digital programs and can be used to test concepts for applications to be build using hardware later on.