Component: Load Cell (HX711) (Sensors)

From Flowcode Help
Revision as of 14:02, 30 August 2018 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix TSL
Version 1.0 (Release)
Category Sensors


Image Load Cell (HX711) component

The HX711 load cell amplifier is used to get measurable data out from a load cell or strain gauge.

Examples

No additional examples


Downloadable macro reference

Sample

Reads data from the HX711 24 bit ADC

Parameters

FLOAT Scale
Scaling factor for load sensor e.g. 1.0
FLOAT Calibrate
Offset for zero of load sensor
BYTE Average_count
Sets the number of samples for averaging purposes
UINT Average_loop_delay
sets the delay between each loop [byte]
BOOL AutoZero
If true zeros the output based on the current measurement


Return value

STRING


Simulation macro reference

This component does not contain any simulation macros


Property reference

Clock Out

This property is of type Single digital pin and can be referenced with the variable name ClockOut.

No additional information


Data In

This property is of type Single digital pin and can be referenced with the variable name DataIn.

No additional information