Skip to main content
Skip table of contents

V3.3.0

Hello. This is Dr.Dart Manager.
Please note that all Dart-Suite products updated to V3.3.0.

Note.

  • Connection may not be possible during Dart-IDE, Dart-Store, Dart-APIs, and Dart-Developers server maintenance and updates.

New Features

The main features of Dart-Suite V3.3.0 are as follows.

Releasing the Dart-Bridge Solution
(V2 migration tools)

The Dart-Bridge solution is a solution that converts and transfers data so that tasks and settings created by users in Dart-Platform V2 can also run in Dart-Platform V3.

  • The Dart-Bridge solution consists of two programs: the Dart-Bridge program and the Dart-Bridge module.

  • A PC with Windows OS or macOS is required to install and use the Dart-Bridge program.

  • After Dart-Platform V2 data backup and conversion through Dart-Bridge program, Dart-Platform V3 data transfer is possible through Dart-Bridge module.

See more

Download(Doosan RobotLab login is required)

image-20250218-040912.png

Dart-Bridge Program

image-20250218-040956.png

Dart-Bridge Module

SDK3 Updates

New

  • IDartDatabase.run() : now you can execution of SQL statements in Dart Database(read only).

  • externalJointTorque

  • addBreakPointSubProgram

  • deleteBreakPointSubProgram

  • resetBreakPointSubProgram

  • controllerNetworkInfo

Improvement

  • IPositionManager.getPatternPoint(): support Rhombus Snake and Rhombus Zigzag

see more

Now you can set the Restricted Robot Models in module Manifest.json.

  • disallowedRobotModels

see more

Improving Authorities Usability

The inconvenience of having to change user authorities and safety modes separately has been improved.

  • Now, when an operator attempts to access a module or menu that requires supervisor authority, a popup will appear asking for the supervisor password. Upon entering the password, both the user authority and safety mode will be simultaneously switched to Supervisor authority and Manual Mode.

  • Additionally, when in supervisor mode, if an attempt is made to access a menu that can only be edited in manual mode, a Manual Mode Change confirmation popup will appear. Selecting 'Confirm' will immediately switch the system to manual mode.

  • When an operator accesses the Settings module, various menus related to configuration or system update are disabled; however, settings-related information, such as system and robot information, can still be viewed.

Release of VS Code Plugin v1.0.2

  • Now you can make new module project in here! If you set properties and create project, blank project will be created.

  • Now extension will be executed even if module project does not exist in workspace. - In this case, you can use Create new project feature only.

DRL Updates

set_workpiece_weight

  • The set_workpiece_weight function has been added and can be used
    without the constraints of setting the Collision Sensitivity Reduction Zone, similar to version V2.12.1.

Note

  • However, please familiarize yourself with the relevant command manual contents before using this feature

app_weld_adj_motion_offset

app_weld_get_extreme_point

  • For welding functions, two new DRL functions have been added: one to verify whether the extreme point has been reached during the welding weaving motion (app_weld_get_extreme_point), and another to adjust the path by transmitting an offset value during welding (app_weld_adj_motion_offset).

Bug Fixes

Corrected below errors:

  1. Error where Break Points cannot be set in a Sub Task while using the Debug feature in Task Editor.

  2. Error where the Homing popup does not close even after the Homing motion is completed.

  3. Error occurring when adding Global Variables to a Sub in Task Editor.

  4. Error where Conveyor Tracking does not proceed with the tracking motion while moving along the Z-axis direction.

  5. Error where the unit is incorrectly converted in the Tool Length return value.

  6. Error where the Servo On signal is ignored while using the Remote Control mode.

  7. Many other software bugs

Release Notes

  • Version: Dart-Suite V3.3.0 NEW

  • Released at:

1. Dart-SDK

  • Version: SDK3 NEW

  • Released at:

Click here to expand...

Categories

Features

1

New

Addition of IDartDatabase.run(queryString: string): Promise<boolean> API

  • Allows the execution of SQL statements

  • Read Only

2

Addition of Torque Monitoring data.

  • externalJointTorque

3

Updated APIs to support the addition and deletion of break points in sub task files.

  • addBreakPointSubProgram: Add a Break Point

  • deleteBreakPointSubProgram: Delete a Break Point

  • resetBreakPointSubProgram: Reset Break Points

4

Addition of Controller Network Information APIs.

  • controllerNetworkInfo

5

Setting Restricted Robot Models in module Manifest.json.

  • disallowedRobotModels

CODE
{
    "main": "index.bundle.js",
    "usesPermissions": [],
    "supportedLanguages": [],
    "requiredPackageNames": [],
    "type": "DEVICE_SETTING",
    "screens": [
        {
            "name": "Main Screen",
            "id": "MainScreen",
            "disallowedRobotModels": ["A0509", "A0509F", "A0912", "A0912F", "E0509"],
            "messageFilters": [
                {
                    "action": "dart.message.action.MAIN",
                    "category": "dart.message.category.SCREEN"
                    
                }
            ]
        }
    ]
}

2. Dart-IDE

2-1. Dart-IDE

  • Version: V2.2.1

  • Released at:

Dart-IDE Update Notice

The Dart-IDE(Online) will not receive an update in this release cycle. However, we will provide updates regarding support soon. Stay tuned for more information.

We highly recommend using the VS Code extension that supports SDK3 for a more streamlined development experience. Utilizing this extension will enhance your workflow and provide better compatibility with the latest SDK3 features.

Please look forward to the updated UI Preview feature that will work in the next update of VS Code.

Doosan Dart-IDE(VS Code extension)

2-2. Dart-IDE VS Code extension

  • Version: V1.1.0 NEW

  • Released at:

Click here to expand...

Categories

Features

1

New

Create new project - Now you can make new module project in here! If you set properties and create project, blank project will be created.

  • Supported SDK: SDK1, SDK2, SDK3

2

Changes

From now on, Dart-service 2.1.2 and earlier are no longer supported in this extension. If you want to build project, you should use Dart-Service 3.0.0 or later.

3

Improvement

Now extension will be executed even if module project does not exist in workspace. - In this case, you can use Create new project feature only.

3. Dart-Platform

  • Version: V3.3.0 NEW

  • Released at:

Click here to expand...

Categories

Features

1

Improvement

Administrator Password Addition

  • A password for administrator use has been added when switching from worker to administrator in the footer.

  • It can be set in Settings Module > Password > Administrator Password.

  • The default administrator password is migrated from the safety password of the previous version.

image-20250218-020751.png
2

Homing Pop-up Improvement

  • The homing pop-up that appears after Servo On operation has been improved to automatically disappear once homing is completed.

3

Mode Switching Enhancement

  • When changing from robot mode and auto to manual, the system now automatically switches to administrator mode along with manual mode.

4

Controller Network Information Update

  • Improved notification for changes to controller network information on Windows or Mac Dart platforms to indicate connection information update, instead of displaying a connection error.

5

The Jog+ module has been modified to be non-deletable.

6

Fixed the issue where the module package or shortcut was deleted after data synchronization is completed.

7

Improved frequent connection issues occurring on low-spec PCs through performance optimization.

8

[Issue] When connecting A Series and AS(FTS) Series in mix and match scenarios, checksum mismatch occurred due to different cockpit data.
[Fix] When changing from A FTS models to A Non-FTS models, cockpit buttons 1 and 2 are set to direct teaching options. When changing from A Non-FTS models to A FTS models, cockpit buttons 1 and 2 are set to the FTS cockpit default options: Z-axis fixed and XY-axis fixed.

9

The simulator environment has been modified to set the flange board version to the new flange.

10

Footer Module Icon Order Change

  • The default order of footer module icons has been changed to: Home > Robot Parameter > Task Editor > Jog + > Status > Logs > Settings > Remote Control > Store.

  • This applies only to new installations; existing users retain their current settings.

11

Header/Footer UI Performance Improvement

12

Upon the first boot of the robot, the flange voltage is now set to 24V.

13

Terminology Adjustment

  • The term 'Cube' has been revised to 'Cuboid'.

14

Fixed the issue causing crashes when a forceful control retrieval request was made before a response to a control retrieval request.

15

Change

Module Deactivation Dialog Fix

  • Fixed the issue where a module deactivation dialog pops up when deleting modules offline.

16

Tool Weight Decimal Place Correction

  • Corrected the decimal places of Tool Weight from 3 to 2.

17

Fixed the issue where the preload module installation occasionally fails during controller connection or reconnection.

18

Fixed the problem where mouse selection was not working on the TP.

19

Fixed the bug that the lock icon was displayed on the ‘Apply' button of the Tool item review dialog even when 'Settings > Safety Password > Password Lock' was off.

20

Fixed the targetExternalForceMonitoring crash.

21

Fixed the issue where the e-stop pop-up does not appear during real on/off.

22

Fixed the problem where the rejection message does not appear when control rights requests are denied.

23

Fixed the issue where modified user coordinate system information was not updated during program execution.

4. Dart-Module

  • Released at:

Click here to expand...

Module

Features

1

Home V2.0.2

2

Improvement

Fixed the issue related to the icon touch style error.

3

Settings v3.0.5

4

New

Added a functionality to display a robot compatibility warning dialog when there are compatibility issues with the robot software versions.

5

Robot Parameter v3.0.9

6

Improvement

Make 'Change Supervisor and Manual Mode' from popup.

  • When entering the Auto Mode inaccessible/editable screen, a 'Change to Supervisor Manual Mode' pop-up should appear.

7

New Flange I/O Default Value

  • Set the default supply voltage value to 24V.

8

Change/Fix bug

Safety Zone

  • Allow '0' as a Collision Sensitivity value. Apply to the following 2 zones

    • Collision Sensitivity Reduction Zone

    • Custom Zone

9

Home Position

  • The Save button should be disabled when the Servo is turned off, and the Popup should not be displayed when moving to another item.

10

Safety Stop Modes

  • The old version Robot Parameter file should be imported in the new version with data maintained.

    • If the new version does not support STO, it will automatically set to SS1.

  • When importing the Robot Parameter file from the old version or upgrading the module version, if the current version does not support STO, then:

    • Display Change Safety Setting popup.

    • Auto set STO → SS1.

11

Servo On is activated after entering the Safety Password during the Sync operation in the Servo Off state.

12

Switch Mode

  • When entering the Auto Mode inaccessible/editable screen, a Change to Supervisor Manual Mode pop-up should appear.

13

Robot Parameter file config

  • When switching to another type of the same robot model then:

    • Mismatch data of the current file should not be displayed.

    • Run Module should function normally.

14

User Coordinates

  • When an invalid value of User coordinates is input, the Save button will be disabled.

  • When coordinates change, the value of the position should change according to the selected coordinate.

15

Tool Center Point

  • The Auto Calculate button should always be enabled, irrespective of the Servo On/Off status.

  • TCP Offset value should remain the same when Auto Calculate is performed after Get Pose in the same posture.

16

Robot Parameter Integration

  • Data settings in Robot Parameter must be maintained when used in other modules.

17

Fixed an issue where changes to the safety zone were not being updated in real-time within the 3D simulator area.

18

Status V2.0.2

19

Change/Fix bug

Control Analog Input

  • The progress bar will be displayed according to the entered value.

Control Analog Output

  • The progress bar will be displayed according to the entered value.

20

Task Editor v3.1.14

21

Improvement

Signal Command.

  • Add Signal command

    • Change display [Value] Item

    • Change term : Alias → Action

    • Change placeholder: “Select a alias“ → “Select an action“

  • Set Signal command

    • Change display [Value] Item

    • Add item [Change Value]

    • Change term : Alias → Action

    • Change placeholder: “Select a alias“ → “Select an action“

    • Add item Address → can switch between multi and single signal.

  • Get Signal command

    • Change term: Alias → Action

    • Change placeholder: “Select a alias“ → “Select an action “

22

Set Signal command

  • Modbus TCP

    • Add [Change Value] item, can setting value after delay time

  • Modbus RTU

    • Add [Change Value] item, can setting value after delay time

23

Wait command.

  • Enhancement new UI of Wait command property.

  • Support Signal Type is Modbus TCP, Modbus RTU

    • Can select connection have been define in Add Signal Command.

  • Support Tool_In port in Wait Analog Input.

    • In case Old flange board : not display

    • In case New flange board

      • Refer Flange Analog Input on Status Module to see the number of the port for each model and the Alias name.

        • Robot model: M/H/P: Port 1~4

          • Robot model: A/E: Port 1~2

24

Popup command - User Input Command

  • When program is pause, hide popup.

  • When program is resume, show popup.

25

Add more DRL code snippet.

26

Main Command
Repeat Command

  • Add [Wait at the end] item. Can set timeout after executing command.

27

Custom Code command.
Support color syntax for python code, DRL functions and constant.

28

Support Legacy Task File.
Can open Task File have been migration from Dart-Bridge module.

29

Change/Fix bug

Monitoring.

  • Collision Sensitivity value allow '0'.

30

Signal Command

  • Enhancement UI of Task play error popup

  • Get Signal Command.

    • The Flange Analog Input Port Name changed in Robot Parameter I/O Alias ​​should be displayed in Get Signal Command.

  • Set Signal command.

    • Support automatically displays the maximum value when the input value exceeds the max value.

    • Support automatically displays the maximum value when the input value exceeds the max value.

31

Debug

  • In debug mode, tooltips about button information will be displayed when hovering over the button.

32

Monitoring Panel

  • Add Force & Collision Sensitivity area

  • Add Joint Torque area

33

Repeat Command

  • Enhancement UI of Repeat Command property.

34

Custom Code Command

  • DRL function wait_nudge is not supported for Robot Models that do not support Nudge

  • Not check and display error in case line of code have been comment out.

  • In Debug mode, when source code in Custom Code command is error then display error highlight on the line where the error occurred.

35

Weight Measure Command Property

  • Only support System Variable, Global variable and Define with type is Variable.

36

Monitoring.

  • When changing Voltage → Current, it should be displayed as 4mA in the Monitoring tab

  • When changing Current → Voltage, it should be displayed as 0v in the Monitoring tab

  • Port Type and Value values ​​should be displayed and changed in real time.

  • When creating a New File, the monitoring value must be initialized (Total Time / Total Count / Cycle Time).

37

Weight Measure Command Property

  • Only support System Variable, Global variable and Define with type is Variable.

38

Monitoring.

  • When changing Voltage → Current, it should be displayed as 4mA in the Monitoring tab

  • When changing Current → Voltage, it should be displayed as 0v in the Monitoring tab

  • Port Type and Value values ​​should be displayed and changed in real time.

  • When creating a New File, the monitoring value must be initialized (Total Time / Total Count / Cycle Time).

39

Monitoring.

40

Monitoring.

41

User Command.

  • In case User command have been delete or not support in current model then disable.

42

Compliance Command

  • In Property of Compliance command, Item RX/RY/RZ will be hidden on Robot Model is non FTS-A.

Force Command

  • In Property of Compliance command, Item RX/RY/RZ will be hidden on Robot Model is non FTS-A.

43

Save Files popup.

  • After rename file, status of Option icon is unselected.

44

Sub Task Command.

  • In case sub task file have been deleted or changed name then display error message.

45

Custom Code command.

  • In case have error when Task Play then display warning icon. When hover to warning icon then display warning message.

46

Move B Command

  • When change Coordinates, the position in each Segment will change according to Coordinate selected.

47

Move SX Command

  • When change Coordinates, the position in each Segment will change according to Coordinate selected.

5. Dart-Store

  • Version: V2.2.1

  • Released at:

Click here to expand...

Categories

Features

1

General

Improvement

Optimizing banner sizes.

6. Dart-Services

  • Version: V2.1.2

  • Released at:

Click here to expand...

Categories

Features

1

General

Improvement

Changed Dart-Services to open PDF files instead of links to developer sites for Q&A.

2

Update Docker images.

7. Known Issues

Click here to expand...

It will be updated in the future.

Update guide

V3.3.0 Update Guide

V3.2.0 Update Guide

In the next version, we plan to change the program to enable installation without deleting, and we plan to allow users to install multiple versions of Dart-Services and Dart-Platform by changing the folder name in the installation path.

If you want to completely remove everything in old version of Dart-Services
  • 1-1. You can delete the container by clicking the trash icon in the old version of Dart-Services. Manually, you can delete the Docker Container group called Compose Application from the Containers tab in Docker Desktop.

  • 1-2. To completely remove the downloaded the Docker Images, you can delete images with the previous version tag from the Images tab in Docker Desktop.

  • 2. After deleting existing Dart-Platform, download and install new Dart-Platform.

  • 3. (Optional) Updating my project from SDK1 to SDK2 in Dart-IDE:

    • Step 1. Access to the Dart-IDE.

    • Step 2. After opening the project, click FileProject Setting.

 Step 3. Change Dr.Dart-SDK Version from 1 to 2.

  • Info. The version name of Dart-Suite consists of the following rules:

    • Major : A major change that is not compatible with lower (older) versions
      (currently Dart-Platform 3)

    • SDK(API) : SDK version (version of Dart-API).

    • Patch : When fixing bugs while being compatible with same SDK versions.

If Dart-IDE fails to build an existing project even after changing SDK from 1 to 2

Note.

If Dart-IDE fails to build an existing project even after changing SDK from 1 to 2, Please follow the guide below.

  • Step 1. Replace webpack.config.js file to esbuild.config.js file in your project.

    • Path: Project Foldercom.your_project.name

  • Step 2. Replace package.json file to new one.

    • Path: Project Foldercom.your_project.name

  • Step 3. Change the “name” and “version“ in package.json file.

    • Path: Project Foldercom.your_project.namepackage.json

    • from: default the package name and version.

      CODE
      {
          "name": "com.example.mymodule",
          "version": "0.1.0",
          "main": "./src/index.tsx",
          "private": true,
          "license": "DOOSAN",
      
      ...
    • to: change the package name and version to the package name and version of your project.

      CODE
      {
          "name": "{your package name}",
          "version": "{your project version}",
          "main": "./src/index.tsx",
          "private": true,
          "license": "DOOSAN",
      
      ...
File Modified

JavaScript File esbuild.config.js

Oct 30, 2023

File package.json

Oct 30, 2023
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.