Component: Console Writer (Indicators)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 2.0 |
Category | Indicators |
Contents
Console Writer component
A simple component to aid in creating and wiriting data to a console tab. Allows text to be coloured and automatically appended with a timestamp.
Version information
Library Version, Component Version, Date, Author, Info 4, 2.0, 02-07-24, BR, Added a load more functionality to the component related to cursor control
Detailed description
No detailed description exists yet for this component
Examples
A basic example using two circular knobs to simulate data e.g., temperature. Both xy chart and Console, log the data.
Macro reference
AddString
AddString | |
Adds text string to the end of the console window. | |
- STRING | Data |
- VOID | Return |
AddStringAtCursor
AddStringAtCursor | |
Adds text string to the current cursor position. | |
- STRING | Data |
- VOID | Return |
Clear
Clear | |
Clears the contents of the console tab. | |
- VOID | Return |
ClearFromCursorToLineEnd
ClearFromCursorToLineEnd | |
Clears the contents of the current selected line from the cursor position to the end of the line. | |
- VOID | Return |
ClearFromLineStartToCursor
ClearFromLineStartToCursor | |
Clears the contents of the current selected line from the start of the line to the cursor position. Sets the Column position to 0. | |
- VOID | Return |
ClearLine
ClearLine | |
Clears all data from a specific line. Automatically sets the cursor to the start of the line. | |
- LONG | Line |
Line number, -1 for the last line. | |
- VOID | Return |
ClearXCharsFromCursorPosition
ClearXCharsFromCursorPosition | |
Clears the specified number of characters starting from the cursor position. | |
- UINT | CharacterCount |
Number of characters to remove | |
- VOID | Return |
CountLines
CountLines | |
Counts the number of lines in the console. | |
- ULONG | Return |
GetTextLine
GetTextLine | |
Gets the string data from a specific line in the console. | |
- LONG | Line |
Line number, -1 for the last line. | |
- STRING | Return |
SetColour
SetColour | |
Allows for full RGB colour selection | |
- BYTE | R |
Colour channel, Range: 0-255 | |
- BYTE | G |
Colour channel, Range: 0-255 | |
- BYTE | B |
Colour channel, Range: 0-255 | |
- VOID | Return |
SetColourIdx
SetColourIdx | |
Sets the text colour from the properties selection of colours. | |
- BYTE | Index |
Range: 0-3 | |
- VOID | Return |
SetCursorPosition
SetCursorPosition | |
Sets the position of the cursor | |
- LONG | Column |
Character position along the line, starting from 0 | |
- LONG | Line |
Line number, -1 for the last line. | |
- VOID | Return |
SetTextLine
SetTextLine | |
Sets the string data from a specific line in the console. | |
- LONG | Line |
Line number, -1 for the last line. | |
- STRING | Data |
- VOID | Return |
ShowConsole
ShowConsole | |
Pops up the console window and shows the correct tab. | |
- VOID | Return |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_ConsoleWriter.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_ConsoleWriter.fcfx