Difference between revisions of "Component: Formula Flowcode (Robotics)"
Line 73: | Line 73: | ||
{{Fcfile|FF-Maze.fcfx|FF-Maze}} | {{Fcfile|FF-Maze.fcfx|FF-Maze}} | ||
[[File:Print3.jpg]] | [[File:Print3.jpg]] | ||
+ | |||
+ | |||
Line 412: | Line 414: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
− | |||
− | |||
Revision as of 12:19, 3 February 2023
Author | Matrix Ltd |
Version | 2.0 |
Category | Robotics |
Contents
Formula Flowcode component
A component to allow all the features of the Formula Flowcode robot to be investigated. Fully simulated component which can interact with simulated objects on the panel as well as control the real hardware.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/FormulaFlowcode.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/FormulaFlowcode.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Importing from v5
The Formula Flowcode component in Flowcode v6 has a new Initialise macro which will need to be added to your program before any other calls to the component are made.
Line Following
Line following example using the Formula Flowcode, works with objects on the simulation panel and on the real hardware.
FF-Line
Maze Solving
Wall following example using the Formula Flowcode, works with a randomly generated maze on the simulation panel and on the real hardware.
FF-Maze
Macro reference
CheckIR
![]() |
CheckIR |
Checks to see if a IR sensor is within the master threshold distance. | |
![]() |
Sensor |
![]() |
Return |
Forward
![]() |
Forward |
Drives both motors of the formula flowcode forwards with the power specified. | |
![]() |
Power |
![]() |
Return |
Initialise
![]() |
Initialise |
Starts up the formula flowcode PWM for motor control and performs the wait for button press | |
![]() |
Return |
LEDOff
![]() |
LEDOff |
Switches off a single LED on the front of the Formula Flowcode. | |
![]() |
LED |
![]() |
Return |
LEDOn
![]() |
LEDOn |
Switches on a single LED on the front of the Formula Flowcode. | |
![]() |
LED |
![]() |
Return |
PlayNote
![]() |
PlayNote |
Outputs a single tone from the onboard speaker for the period specified | |
![]() |
Note |
![]() |
Delay_ms |
![]() |
Return |
ReadIRSensor
![]() |
ReadIRSensor |
Reads the analogue value from the specified IR distance sensor. | |
![]() |
Sensor |
![]() |
Return |
ReadLDR
![]() |
ReadLDR |
Reads the current audio signal level from the on-board light sensor. | |
![]() |
Return |
ReadLineSensor
![]() |
ReadLineSensor |
Returns the digital value from the line sensor specified. | |
![]() |
Sensor |
![]() |
Return |
ReadMic
![]() |
ReadMic |
Reads the current audio signal level from the on-board microphone. | |
![]() |
Return |
ReadSwitch
![]() |
ReadSwitch |
Reads the value of one of the switches from the front of the Formula Flowcode. | |
![]() |
Switch |
![]() |
Return |
Reverse
![]() |
Reverse |
Drives both motors of the formula flowcode backwards with the power specified. | |
![]() |
Power |
![]() |
Return |
SetMotors
![]() |
SetMotors |
Sets the speed and direction of the Formula Flowcode motors. | |
![]() |
Left_Power |
Valid Range = -255 to 255 | |
![]() |
Right_Power |
Valid Range = -255 to 255 | |
![]() |
Return |
SpinLeft
![]() |
SpinLeft |
Spins the formula flowcode on the spot in an anticlockwise direction as seen from above. | |
![]() |
Power |
![]() |
Return |
SpinRight
![]() |
SpinRight |
Spins the formula flowcode on the spot in a clockwise direction as seen from above. | |
![]() |
Power |
![]() |
Return |
Stop
![]() |
Stop |
Stops both motors | |
![]() |
Return |
WaitForSwitch
![]() |
WaitForSwitch |
Waits for the specified switch to be pressed. | |
![]() |
Switch |
![]() |
Return |
WriteLEDs
![]() |
WriteLEDs |
Allows control of all 8-LEDs on the front of the Formula Flowcode. | |
![]() |
LED_Byte |
![]() |
Return |