Component: Car Seat (Scenarios)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Scenarios |
Contents
Car Seat component
An electric car seat chassis with a series of motors and sensors. Students should work through exercises to learn the principles of electric car seats including how to save and load memory positions.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/CarSeatSource_v004.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/CarSeatSource_v004.fcfx
Detailed description
No detailed description exists yet for this component
Examples
There is a detailed walk through of the scenario detailed at the link below to go with this component.
Macro reference
CurrentSenseMotor1
CurrentSenseMotor2
CurrentSenseMotor3
Encoder1
![]() |
Encoder1 |
Returns value is equal to X Axis current value (forward/ backwards movement). | |
![]() |
Return |
Encoder2
![]() |
Encoder2 |
Returns value is equal to Front Z Axis current value. | |
![]() |
Return |
Encoder3
![]() |
Encoder3 |
Returns value is equal to Rear Z Axis current value. | |
![]() |
Return |
Load
![]() |
Load |
Moves the seat back into the last saved position stored in the allocated save slot. | |
![]() |
Location |
0 = A, 1 = B | |
![]() |
Return |
Motor1
![]() |
Motor1 |
Moves the Car Seat Forwards and Backwards | |
![]() |
Direction |
0 = Stop, 1 = Forward, 2 = Backward | |
![]() |
Return |
Motor2
![]() |
Motor2 |
Controls the Movement of the seat going up and down by the front | |
![]() |
Direction |
0 = Stop, 1 = Up, 2 = Down | |
![]() |
Return |
Motor3
![]() |
Motor3 |
Controls the Movement of the seat going up and down by the back | |
![]() |
Direction |
0 = Stop, 1 = Up, 2 = Down | |
![]() |
Return |
Save
![]() |
Save |
Saves the current position of the seat into the allocated save slot. | |
![]() |
SavePos |
0 = pos A, 1 = pos B | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Show seat base? |
Controls if the base of the car seat is shown on the simulation panel. |