Difference between revisions of "Component: Linear Actuator (Mechatronics)"
From Flowcode Help
Jump to navigationJump to searchLine 15: | Line 15: | ||
Creates a linear actuator that can be used with the various motor components via a coupling or gearbox. | Creates a linear actuator that can be used with the various motor components via a coupling or gearbox. | ||
− | ==Component | + | ==Component Source Code== |
− | + | Please click here for the component source code: [https://www.flowcode.co.uk/wikicopy/componentsource/FC_Comp_Source_LinearActuator.fcfx FC_Comp_Source_LinearActuator.fcfx] | |
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 32: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 86: | Line 90: | ||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | ||
+ | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Actuator Properties | ||
|- | |- | ||
|- | |- | ||
Line 108: | Line 116: | ||
| colspan="2" | Sets the colour of the actuator and end stops | | colspan="2" | Sets the colour of the actuator and end stops | ||
|- | |- | ||
− | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] | |
− | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Connections | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | width="10%" align="center" style="background-color:# | ||
− | | width="90%" style="background-color:# | ||
|- | |- | ||
|- | |- | ||
Line 152: | Line 140: | ||
| colspan="2" | Distance along the shaft from the center of the coupling to the center of the output object. | | colspan="2" | Distance along the shaft from the center of the coupling to the center of the output object. | ||
|- | |- | ||
− | | width="10%" align="center" style="background-color:# | + | | width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]] |
− | | width="90%" style="background-color:# | + | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Limits |
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | Limit Type | ||
+ | |- | ||
+ | | colspan="2" | Controls if limit switches are available on the linear actuator. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="90%" | Switch Polarity | ||
|- | |- | ||
+ | | colspan="2" | Sets the active polarity of the input switches. Active low are often used to help reduce noise on the switch inputs. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="90%" | Min Switch Pin | ||
+ | |- | ||
+ | | colspan="2" | Pin connection used for the minimum limit switch | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="90%" | Max Switch Pin | ||
+ | |- | ||
+ | | colspan="2" | Pin connection used for the maximum limit switch | ||
|} | |} |
Revision as of 17:49, 9 November 2022
Author | Matrix TSL |
Version | 1.0 |
Category | Mechatronics |
Contents
Linear Actuator component
Creates a linear actuator that can be used with the various motor components via a coupling or gearbox.
Component Source Code
Please click here for the component source code: FC_Comp_Source_LinearActuator.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
CheckLimits |
Checks to see if either limit switch is active. Returns 1 if min switch is active, 2 if max switch is active, 3 if both switches are active else returns 0. | |
![]() |
Return |