DRL User Interface
In the basics, DRL Generator is an editor. Similar to Code Editor
, Dart-IDE provides DRL Generator to create source code to control the robot and allows you to flexibly use many features of its user interface, from monitoring work progress and customizing via drag and drop to adjusting small components.
Feature of User Interface
Command List Panel provides a list of DRL commands. You can drag & drop the component to the
TASK LIST
panel.Task List Panel lets you quickly build layouts by dragging commands in the
COMMAND LIST
panel. Then, drop it intoTASK LIST
panel.Variable List Panel lists all the variables declared in the project. All of the Variables will get from
tsx
file anddrl
file.Mode Selection provides Two types of DRL programming editors:
Block Coding
andDRL Coding
.Property Panel provides the properties of the selected command on the
TASK LIST
panel. In this panel, you can adjust the value for each command.