Jump to content

Component: Grey Code Encoder (General Input): Difference between revisions

From Flowcode Help
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder""
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder""
 
Line 134: Line 134:
|-
|-
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | Encoder Resolution
| width="90%" class="mtx-class-propfolder" | Encoder Resolution
|-
|-
Line 148: Line 148:
| colspan="2" | The resolution of the encoder in degrees 
| colspan="2" | The resolution of the encoder in degrees 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | Connections
| width="90%" class="mtx-class-propfolder" | Connections
|-
|-
Line 172: Line 172:
| colspan="2" | Input Pin 2 
| colspan="2" | Input Pin 2 
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | Simulation
| width="90%" class="mtx-class-propfolder" | Simulation
|-
|-

Latest revision as of 14:37, 13 July 2026

Author Matrix TSL
Version 1.4
Category General Input


Grey Code Encoder component

Grey Code Encoder component implements a rotary encoder connected to a defined number of pins Grey Code Encoders provide absolute positioning rather than incremental positioning.

Component Source Code

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

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

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

ReadAbsoluteAngle

ReadAbsoluteAngle
Reads the absolute angular position of the motor. Returns a floating point value representing the angle of the encoder. 
- FLOAT Return


ReadAbsolutePosition

ReadAbsolutePosition
Reads the absolute angular position of the motor. Returns an integer value representing the step position. 
- UINT Return


Rotate

Rotate
Simulation Rotate function to allow accurate rotation during simulation. Automatically called by any attached coupling or gearbox component. 
- FLOAT Angle
Amount to rotate the shaft input in degrees 
- VOID Return


Property reference

Properties
Encoder Resolution
Output States
Number of unique output states 
Resolution
The resolution of the encoder in degrees 
Connections
Number of Pins
Sets the number of output pins on the encoder and hence the resolution of the encoder. 
Pin0
Input pin 0 
Pin1
Input Pin 1 
Pin2
Input Pin 2 
Simulation
Repeat Rate
Simulated repeat rate when clicking and rotating the encoder 
Scope Traces