Jump to content

Component: Data Sheet (Charts): Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 14: Line 14:
==Data Sheet component==
==Data Sheet component==
A component that accepts data that can then be viewed in a spreadsheet.
A component that accepts data that can then be viewed in a spreadsheet.
==Component Pack==
FREE


==Detailed description==
==Detailed description==




Line 26: Line 32:


==Examples==
==Examples==





Revision as of 16:16, 7 January 2022

Author Steve Tandy
Version 1.0
Category Charts


Data Sheet component

A component that accepts data that can then be viewed in a spreadsheet.

Component Pack

FREE

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Downloadable macro reference

Clear
Resets the XY chart and removes all data points. 
- VOID Return


AddData
Add data to a spreadsheet. Returns true if ok. 
- INT row
row for the data (1 - 32767) 
- INT column
column for the data (1 - 255) 
- FLOAT data
the value to store in the spreadsheet 
- BOOL Return


GetData
Returns the data from a spreadsheet row-column reference. 
- INT row
row for the data (1 - 32767) 
- INT column
column for the data (1 - 255) 
- FLOAT Return



Property reference

Properties
Connections
Simulations