Component: Solenoid Template (Mechatronics)
From Flowcode Help
Jump to navigationJump to search| Author | Matrix Ltd |
| Version | 1.1 |
| Category | Mechatronics |
Contents
Solenoid Template component
Base component for constructing solenoids. These take a single input pin and move an actuator between two positions depending on the pin state.
Component Source Code
Please click here for the component source code: FC_Comp_Source_solenoid_base.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| SetTarget | |
| Choose an extermal object to move along with the solenoid's actuator | |
| Object | |
| An object to be moved by the solenoid | |
| Return | |
| TurnOn | |
| Activate the solenoid | |
| Return | |
| SetState | |
| Trun the solenoid on or off using a boolean value. | |
| State | |
| The new state for the solenoid to take. | |
| Return | |
| TurnOff | |
| De-activate the solenoid | |
| Return | |