The Statement block is used to describe the logic of robot behaviour using BPL-expressions — human-readable code designed to solve complex problems.
Only one arrow can exit from the block.
To go to the block properties, click on the block. A properties panel will open on the right.
| Property | Description |
|---|---|
¶ Main |
|
| Label | The name of the block, which is displayed in the script editor but is not used in the dialogue with the client. It is used for convenience when creating a script. |
| Marker | Block designation, arbitrary text. It can be used in analytics reports as a marker of block passage — it can be used to track which blocks the robot has passed. |
| Maximum cycles | The maximum number of times a robot can pass through a cycle. A cycle is defined as the user hitting a particular block repeatedly. The maximum number of cycles is 100. |
| BPL-Expression | To enter data, click the Open Editor button and use the Enter BPL Statement form, where you must specify the BPL expression in the Input Content field. |