Difference between revisions of "Component: Console Debugger (Raspberry Pi) (Runtime Tools)"

From Flowcode Help
Jump to navigationJump to search
(Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...")
 
 
(10 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
Component to allow printing debug messages to the Raspberry Pi Console. When simulation the component will print the debug messages to the Console window. Raspberry Pi Only
 
Component to allow printing debug messages to the Raspberry Pi Console. When simulation the component will print the debug messages to the Console window. Raspberry Pi Only
  
==Component Pack==
+
==Component Source Code==
  
FREE
+
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_DebugPrint.fcfx FC_Comp_Source_DebugPrint.fcfx]
 +
 
 +
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_DebugPrint.fcfx FC_Comp_Source_DebugPrint.fcfx]
  
 
==Detailed description==
 
==Detailed description==
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
 
''No detailed description exists yet for this component''
 
''No detailed description exists yet for this component''
  
 
==Examples==
 
==Examples==
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
  
Line 29: Line 59:
  
  
==Downloadable macro reference==
 
  
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
==Macro reference==
 +
 +
===print===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 49: Line 90:
  
  
 +
===println===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 65: Line 107:
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
|}
 
|}
 
 
  
  
Line 75: Line 115:
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Connections'''
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Simulations'''
 
 
|-
 
|-
 
|}
 
|}

Latest revision as of 13:09, 7 February 2023

Author Matrix TSL
Version 1.0
Category Runtime Tools


Console Debugger component

Component to allow printing debug messages to the Raspberry Pi Console. When simulation the component will print the debug messages to the Console window. Raspberry Pi Only

Component Source Code

Please click here to download the component source project: FC_Comp_Source_DebugPrint.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_DebugPrint.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

print

Fc9-comp-macro.png print
Print text to the debug stream 
Fc9-string-icon.png - STRING text
 
Fc9-void-icon.png - VOID Return


println

Fc9-comp-macro.png println
Print text to the debug stream followed by CR/LF 
Fc9-string-icon.png - STRING text
 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties