Difference between revisions of "Component: Robot Arm AllCode SIM (AllCode)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 30: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 45: | Line 49: | ||
{{Fcfile|Industrial_Tanks.fcsx|Industrial Tanks}} | {{Fcfile|Industrial_Tanks.fcsx|Industrial Tanks}} | ||
− | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" |
Revision as of 14:13, 20 January 2023
Author | Matrix TSL |
Version | 1.0 |
Category | AllCode |
Contents
Robot Arm AllCode SIM component
Matrix 5-axis Robot Arm with Gripper. Compatible with the Matrix Robot ARM Training Curriculum and Hardware. Features gripper pressure sensor, light sensor, colour sensor, Potentiometer, Magnetic sensor.
Component Source Code
Please click here for the component source code: FC_Comp_Source_RA_Simulation_Source.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Industrial Tanks
A simple example showing the hoppers, valves and pipes working together. Each tank automatically empties in turn.
Macro reference
![]() |
LEDOn |
Switches on a single LED, LA0-LA7 | |
![]() |
Index |
0=LA0, 1=LA1, 2=LA2, 3=LA3, 4=LA4, 5=LA5, 6=LA6, 7=LA7 | |
![]() |
Return |
![]() |
LEDOff |
Switches off a single LED, LA0-LA7 | |
![]() |
Index |
0=LA0, 1=LA1, 2=LA2, 3=LA3, 4=LA4, 5=LA5, 6=LA6, 7=LA7 | |
![]() |
Return |
![]() |
SetMovementSpeed |
Controls the speed of the robot movement | |
![]() |
MovementSpeed |
1=Normal Speed (Default), 2=DoubleSpeed | |
![]() |
Return |
![]() |
LEDWrite |
Allows a value to be sent to control all eight LEDs LA0-LA7 at once | |
![]() |
Value |
(0-63) 0b000000 | |
![]() |
Return |
![]() |
LinearInterpolation |
Moves the robot to the new position so that all axis arrive at the same time. | |
![]() |
pos0 |
![]() |
pos1 |
![]() |
pos2 |
![]() |
pos3 |
![]() |
pos4 |
![]() |
Return |
![]() |
GripperOpen |
Fully opens the gripper at the end of the arm ready to pick something up. | |
![]() |
Return |
![]() |
ReadSwitch |
Read the value of a single switch. Returns the value as a byte | |
![]() |
index |
0=SA0, 1=SA1, 2=SA2, 3=SA3, 4=SA4, 5=SA5, 6=SA6, 7=SA7 | |
![]() |
Return |
![]() |
LCDPrintStr |
Breaks down a string of text and sends it to the LCD via the private RawSend(byte, mask) macro | |
![]() |
PrintString |
Enter the text or variable to print to the LCD | |
![]() |
Return |
![]() |
Park |
Parks the Robot ARM and switches off the servo motors | |
![]() |
Return |
![]() |
StorePosition |
Stores the current position of the ARMs 5 axis. | |
![]() |
Index |
Save Index - Range 0-29 | |
![]() |
Return |
![]() |
ReadPressure |
Read the value of the pressure sensor on the ARM gripper. Returns the value as a byte | |
![]() |
Return |
![]() |
GotoPosition |
Recalls a previously saved position for the ARMs 5 axis. | |
![]() |
Index |
Save Index - Range 0-29 | |
![]() |
Return |
![]() |
MotorsMoving |
Checks to see if any of the motors are still moving. | |
![]() |
Return |
![]() |
Beep |
Allows the beeper to output a warning | |
![]() |
Iterations |
![]() |
OnDelay |
Delay in ms | |
![]() |
OffDelay |
Delay in ms | |
![]() |
Return |
![]() |
SetTrim |
Allows minor adjustment on the 5 axis servo motors | |
![]() |
Index |
Motor Index Range 0-4 | |
![]() |
Trim |
Amount of Trim Range 0-255, Default Value 128 | |
![]() |
Return |
![]() |
LCDPrintNum |
Will allow you to print a number. This is limited to a signed-INT, -32768 to 32767 | |
![]() |
Number |
Enter the number or variable to print to the LCD | |
![]() |
Return |
![]() |
LCDClear |
Clears the entire contents of the display. | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Starting Conditions |