Difference between revisions of "Using the Data Console"

From Flowcode Help
Jump to navigationJump to search
Line 1: Line 1:
 
<sidebar>Sidebar: Advanced Features</sidebar>
 
<sidebar>Sidebar: Advanced Features</sidebar>
 
[[File:Gen_Data_Console_Example_Test_01.png|right]]
 
[[File:Gen_Data_Console_Example_Test_01.png|right]]
The Data Console allows the user to directly manipulate data and manually transfer data between components e.g. displaying set data on LCD components and 7 Segment Displays. You can monitor raw data using the console, you can also add to the flowchart to mark progress of the program as it runs in simulation.
+
The Data Console allows the user to directly manipulate data and manually transfer data between components e.g. displaying set data on LCD components and 7 Segment Displays. You can monitor raw data using the console, you can also add to the flowchart to mark progress of the program as it runs in simulation. <!--Check-->
  
 
To creating counters and displaying them in the console to displaying functions, the console allows you to present relevant information and data to clarify the process of the program and is especially useful for demonstrating the program.
 
To creating counters and displaying them in the console to displaying functions, the console allows you to present relevant information and data to clarify the process of the program and is especially useful for demonstrating the program.
 +
 +
 +
The console has many macros and functions to effectively run in simulation, the text and data can be displayed automatically from other variables set by components and counters etc. information can also be displayed manually, for example, text can be written on its own or it can be inputted before or after data e.g...

Revision as of 08:32, 15 August 2013

<sidebar>Sidebar: Advanced Features</sidebar>

Gen Data Console Example Test 01.png

The Data Console allows the user to directly manipulate data and manually transfer data between components e.g. displaying set data on LCD components and 7 Segment Displays. You can monitor raw data using the console, you can also add to the flowchart to mark progress of the program as it runs in simulation.

To creating counters and displaying them in the console to displaying functions, the console allows you to present relevant information and data to clarify the process of the program and is especially useful for demonstrating the program.


The console has many macros and functions to effectively run in simulation, the text and data can be displayed automatically from other variables set by components and counters etc. information can also be displayed manually, for example, text can be written on its own or it can be inputted before or after data e.g...