Component: Solenoid DC (Mechatronics)

From Flowcode Help
Jump to navigationJump to search
Author Matrix Ltd
Version 1.2
Category Mechatronics


Solenoid DC component

Simple open frame solenoid based on the Benson BDC.4 series.

Component Source Code

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

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

Detailed description

No detailed description exists yet for this component

Examples

A solenoid will likely require more current than a microcontroller device can supply to activate the mechanical mechanism.

To amplify the current from the microcontroller simply use a NPN transistor or N channel FET.

The diode is required as with any inductive loads to help protect the microcontroller from back EMF generated by the inductor as the control signal switches the current through the inductor on and off

Solenoid.jpg


If the solenoid requires a large DC voltage, say 12V then you can connect the 12V directly to the top of the solenoid as shown above rather than using VCC or VDD. The transistor / FET will protect the micro from the large Voltage.








Macro reference

SetState

Fc9-comp-macro.png SetState
Trun the solenoid on or off using a boolean value. 
Fc9-bool-icon.png - BOOL State
The new state for the solenoid to take. 
Fc9-void-icon.png - VOID Return


SetTarget

Fc9-comp-macro.png SetTarget
Choose an extermal object to move along with the solenoid's actuator 
Fc9-h32-icon.png - HANDLE Object
An object to be moved by the solenoid 
Fc9-void-icon.png - VOID Return


TurnOff

Fc9-comp-macro.png TurnOff
De-activate the solenoid 
Fc9-void-icon.png - VOID Return


TurnOn

Fc9-comp-macro.png TurnOn
Activate the solenoid 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Connection
Fc9-type-5-icon.png Pin
Chip pin to connect the solenoid circuit to. NB) Solenoid cannot be moved unless there is a valid connection.