Difference between revisions of "Component: EBM009 GUI (Misc)"

From Flowcode Help
Jump to navigationJump to search
Line 68: Line 68:
  
 
{{Fcfile|EBM008 - Test Program.fcfx|EBM008 Example}}
 
{{Fcfile|EBM008 - Test Program.fcfx|EBM008 Example}}
 +
 +
  
  
Line 74: Line 76:
 
==Macro reference==
 
==Macro reference==
  
 +
===GetZ===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 87: Line 90:
  
  
 +
===GetY===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 100: Line 104:
  
  
 +
===GetX===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 113: Line 118:
  
  
 +
===SetScales===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 131: Line 137:
  
  
 +
===SetValues===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 159: Line 166:
  
  
 +
===SetLabelText===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
Line 177: Line 185:
  
  
 +
===SetConsoleHandle===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-

Revision as of 11:49, 3 February 2023

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

GetZ

Fc9-comp-macro.png GetZ
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


GetX

Fc9-comp-macro.png GetX
Return the value from the X axis slider. 
Fc9-s16-icon.png - INT 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


SetLabelText

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


SetConsoleHandle

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



Property reference

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