Difference between revisions of "Component: Solenoid Template (Mechatronics)"
From Flowcode Help
Jump to navigationJump to search| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 26: | Line 28: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
Revision as of 14:44, 16 January 2023
| 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 | |