Component: EBM009 GUI (Misc)

From Flowcode Help
Jump to navigationJump to search
Author Matrix Ltd.
Version 1.0
Category Misc


EBM009_GUI component

Non-release GUI component for incorporation into EBM009 Gyroscope component.

Component Source Code

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

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

Detailed description

No detailed description exists yet for this component

Examples

This demo reads the temperature from both the thermistor and thermocouple.

The thermocouple requires calibration from the thermistor to read accurate temperatures.

This is achieved by holding any switch on PORTD to set adjust the thermocouple to ambient.

FC6 Icon.png EBM008 Example







Macro reference

GetX

Fc9-comp-macro.png GetX
Return the value from the X axis slider. 
Fc9-s16-icon.png - INT Return


GetY

Fc9-comp-macro.png GetY
Return the value from the X axis slider. 
Fc9-s16-icon.png - INT Return


GetZ

Fc9-comp-macro.png GetZ
Return the value from the X axis slider. 
Fc9-s16-icon.png - INT Return


SetConsoleHandle

Fc9-comp-macro.png SetConsoleHandle
 
Fc9-h32-icon.png - HANDLE Handle
 
Fc9-void-icon.png - VOID Return


SetLabelText

Fc9-comp-macro.png SetLabelText
 
Fc9-string-icon.png - STRING Text
 
Fc9-void-icon.png - VOID Return


SetScales

Fc9-comp-macro.png SetScales
Set up the scales according to the sensitivity set by the parent component. 
Fc9-u8-icon.png - BYTE FSS
Value of the Gyro component's scale property (FSS) 
Fc9-void-icon.png - VOID Return


SetValues

Fc9-comp-macro.png SetValues
Set simulated values for the three gyroscope axes. 
Fc9-s16-icon.png - INT X
 
Fc9-s16-icon.png - INT Y
 
Fc9-s16-icon.png - INT Z
 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-type-10-icon.png Label