Properties
Configure the Call Robot step using the following properties.
| Property | Description |
|---|---|
|
Robot |
Specify the robot to call. |
|
Input |
Provide an input value for the called robot. The called robot can receive input values from the calling robot. The number and types of input parameters in the called robot must match the input values provided in the Call Robot step. Input values are read-only and cannot be modified by the called robot. |
|
Devices |
For the called robot, provide device mappings that comply with Device mapping rules.
|
|
Databases |
Specify the database mappings for the called robot. See Database mappings. The called robot can interact with databases provided by the calling robot. Using the Store In Database step, values stored in a database are visible in the state view when running robots in Design Studio. Also, the values are visible in the calling robot's state view. |
|
Return Variables |
Assign variables to hold the return values from the Call Robot step. When a called robot reaches a Return step, it returns values to the calling robot.
To output values from the robot, include an Output Value step.
|