Component: Data Sheet B (Charts)

From Flowcode Help
Jump to navigationJump to search
Author Steve Tandy
Version 1.0
Category Charts


Data Sheet B component

A component that accepts data (using series) 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

Fc9-comp-macro.png Clear
Resets the XY chart and removes all data points. 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png AddData
Add data to a spreadsheet. Returns true if ok. 
Fc9-u8-icon.png - BYTE series
column for the data (1 - 8) 
Fc9-f32-icon.png - FLOAT data
the value to store in the spreadsheet 
Fc9-bool-icon.png - BOOL Return


Fc9-comp-macro.png GetData
Returns the data from a spreadsheet row-column reference. 
Fc9-s16-icon.png - INT row
row for the data (1 - 32767) 
Fc9-s16-icon.png - INT column
column for the data (1 - 255) 
Fc9-f32-icon.png - FLOAT Return



Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Connections
Fc9-conn-icon.png Simulations