Component: Solenoid Template (Mechatronics)
From Flowcode Help
(Redirected from Component: ID eb1db17a 1c6c 44ef 84d0 d718549343c4)
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 to download the component source project: FC_Comp_Source_solenoid_base.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_solenoid_base.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
SetState
|   | SetState | 
| Trun the solenoid on or off using a boolean value. | |
|  - BOOL | State | 
| The new state for the solenoid to take. | |
|  - VOID | Return | 
SetTarget
|   | SetTarget | 
| Choose an extermal object to move along with the solenoid's actuator | |
|  - HANDLE | Object | 
| An object to be moved by the solenoid | |
|  - VOID | Return | 
TurnOff
|   | TurnOff | 
| De-activate the solenoid | |
|  - VOID | Return | 
TurnOn
|   | TurnOn | 
| Activate the solenoid | |
|  - VOID | Return | 







