Component: Servo Motor (Standard) (): Difference between revisions
Appearance
No edit summary |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (14 intermediate revisions by 3 users not shown) | |||
| Line 15: | Line 15: | ||
Standard size servo motor suitable for control by the 'Servo Controller' component. Use the 'Link to...' property to attach other objects to the rotor for emulating mechanical systems. Send a virtual PWM signal to the servo by selecting it as a target of the 'Servo Controller' component. | Standard size servo motor suitable for control by the 'Servo Controller' component. Use the 'Link to...' property to attach other objects to the rotor for emulating mechanical systems. Send a virtual PWM signal to the servo by selecting it as a target of the 'Servo Controller' component. | ||
==Component | ==Component Source Code== | ||
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Standard_Servo.fcfx FC_Comp_Source_Standard_Servo.fcfx] | |||
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Standard_Servo.fcfx FC_Comp_Source_Standard_Servo.fcfx] | |||
==Detailed description== | ==Detailed description== | ||
| Line 41: | Line 57: | ||
A simple example that shows how to use some common functions to control a servo. | |||
{{Fcfile|Controlling Servos Example.fcfx|Controlling Servos Example}} | |||
==Macro reference== | |||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| Line 69: | Line 102: | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
|} | |} | ||
Latest revision as of 14:23, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.1 |
| Category |
Servo Motor (Standard) component
Standard size servo motor suitable for control by the 'Servo Controller' component. Use the 'Link to...' property to attach other objects to the rotor for emulating mechanical systems. Send a virtual PWM signal to the servo by selecting it as a target of the 'Servo Controller' component.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Standard_Servo.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Standard_Servo.fcfx
Detailed description
No detailed description exists yet for this component
Examples
A simple example that shows how to use some common functions to control a servo.