An example of solving a problem on the interaction of two robots
Last updated
Was this helpful?
Last updated
Was this helpful?
Send message "5" from one robot and receive it on another.
Please note that the task can only be solved in real robot mode.
To solve the problem, you have to:
Write a message transmission algorithm for the leading robot.
Write a message reception algorithm for the second robot.
Connect robots to a single network.
Run programs on robots.
1. Switch TRIK Studio to the .
2. Enter a message
variable for the message and initialize it by assigning it the number 5
in the "" block.
3. Add "" and "" blocks. In the properties of the "Send message" block, specify the onboard number of the robot to which you want to send the message and the variable containing the message.
1. Switch TRIK Studio to the .
2. Add the "" block.
In the block properties, specify the variable in which you want to write a message sent from another robot. The variable can be named whatever you want.
Set the "Wait for message" property to true
.
3. After the message has arrived, display it on the robot's screen for 3 seconds, and then finish the algorithm. To do this, add blocks "", "" and "".
In the properties of the "Print text" block, check the Calculate
box and specify true
in the "Update image" field.