Difference between revisions of "Component: Brushless Motor (Standard) ()"

From Flowcode Help
Jump to navigationJump to search
(Replaced content with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 1.1 |- | width="20%" style="color:...")
Tag: Replaced
 
(14 intermediate revisions by 2 users not shown)
Line 14: Line 14:
 
==Brushless Motor (Standard) component==
 
==Brushless Motor (Standard) component==
 
A small brushless motor component designed to be driven from a three phase ESC. The ESC would be driven using the Servo Motor Controller component.
 
A small brushless motor component designed to be driven from a three phase ESC. The ESC would be driven using the Servo Motor Controller component.
 +
 +
==Component Source Code==
 +
 +
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_BrushlessMotor.fcfx FC_Comp_Source_BrushlessMotor.fcfx]
 +
 +
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_BrushlessMotor.fcfx FC_Comp_Source_BrushlessMotor.fcfx]
  
 
==Detailed description==
 
==Detailed description==
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
  
Line 30: Line 56:
  
  
===3 x 4 Keypad Schematic===
 
  
Example schematic of a 3 x 4 Keypad.
 
  
[[File:KeypadSchematic2.jpg]]
 
  
  
===Multi Digit Number Entry===
 
  
A simple example to take in a decimal number (0-65535) from the user and then use this number as a delay for flashing a LED on and off. Shows the principals of reading the keypad and building up a multi-digit number.
 
  
{{Fcfile|Keypad_Delay.fcfx|Keypad Delay}}
 
  
  
===Keypad Based Door Entry System===
 
  
Each key press on the keypad is fed into the Circular Buffer component. We then poll the buffer to see if the correct characters for the password have been entered.
 
  
{{Fcfile|KeypadDoorEntry.fcfx|Keypad Door Entry}}
 
  
If the correct sequence is detected then we activate the solenoid component for 5 seconds.
 
  
[[File:KeypadCirBuff.jpg]]
 
  
==Downloadable macro reference==
+
No examples here yet
 +
 
 +
 
 +
 
 +
 
 +
 
  
  
 +
 +
 +
 +
 +
==Macro reference==
  
 
==Property reference==
 
==Property reference==
Line 80: Line 105:
 
|-
 
|-
 
| colspan="2" | Some manufacturers motors may rotate in different ways to others. Changing this property allows you to flip the direction of the simulated motor to better match with the real world hardware. 
 
| colspan="2" | Some manufacturers motors may rotate in different ways to others. Changing this property allows you to flip the direction of the simulated motor to better match with the real world hardware. 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Connections'''
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Simulations'''
 
|-
 
 
|}
 
|}

Latest revision as of 13:08, 7 February 2023

Author Matrix Ltd
Version 1.1
Category


Brushless Motor (Standard) component

A small brushless motor component designed to be driven from a three phase ESC. The ESC would be driven using the Servo Motor Controller component.

Component Source Code

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

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

Detailed description

No detailed description exists yet for this component

Examples

No examples here yet






Macro reference

Property reference

Fc9-prop-icon.png Properties
Fc9-type-16-icon.png ESC Type
Selects if the ESC is capable of operating the motor in one or two directions. A R/C car ESC would likely be Bi-Directional whereas a helicopter ESC would be Uni-Directional. 
Fc9-type-17-icon.png Link To...
Select a panel object here to connect it 'mechanically' to the servo's actuator. The selected object will now be moved whenever the servo position changes. NB) To move multiple objects, first group the objects, and then select the group. 
Fc9-type-7-icon.png Reverse Output
Some manufacturers motors may rotate in different ways to others. Changing this property allows you to flip the direction of the simulated motor to better match with the real world hardware.