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 | 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.
Download(Doosan RobotLab login is required) ![]() Dart-Bridge Program ![]() Dart-Bridge Module |
SDK3 Updates | New
Improvement
|
Now you can set the
| |
Improving Authorities Usability | The inconvenience of having to change user authorities and safety modes separately has been improved.
|
Release of VS Code Plugin v1.0.2 |
|
DRL Updates |
Note
|
Bug Fixes | Corrected below errors:
|
Release Notes
Version: Dart-Suite V3.3.0 NEW
Released at:
1. Dart-SDK
Version: SDK3 NEW
Released at:
2. Dart-IDE
2-1. Dart-IDE
Version: V2.2.1
Released at:
Dart-IDE Update Notice
Hello, This is the Dart-IDE service operation team.
The Dart-IDE provided by Doosan Robotics will be terminated on Jun 10, 2025.
Modules and data created in Dart-IDE will no longer be available at the end of the service, so please back them up safely before the end.
After the end of the service, please use the "IDE-Plugin" extension in Visual Studio newly provided by Doosan Robotics.
Guides: Dart-IDE VS Code Extension
Download: Doosan Dart-IDE(VS Code extension)
We apologize for any inconvenience this my cause, as this is to provide better service in the long term. We will return with better service in the future.
Thank you !
2-2. Dart-IDE VS Code extension
Version: V1.1.0 NEW
Released at:
3. Dart-Platform
Version: V3.3.0 NEW
Released at:
4. Dart-Module
Released at:
5. Dart-Store
Version: V2.2.1
Released at:
6. Dart-Services
Version: V2.1.2
Released at:
7. Known Issues
SDK Update guide
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.
1. After deleting existing Dart-Services, download and install new Dart-Services.
2. After deleting existing Dart-Platform, download and install new Dart-Platform.
3. Updating your project from SDK2 to SDK3 in Dart-IDE:
Step 1. Access to the Dart-IDE.
Step 2. After opening the project, click
File
▸Project Setting
.

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

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.

Manual Update Guide for SDK3
Download Dart-API SDK3 file
Delete all files within the
dart-api
folder located inProject folder > lib
. Then, unzip the SDK file from step 1 and move its contents into thedart-api
folder.
3. Change the sdkVersion
field from "2"
to "3"
in the Manifest.json
file located in the Project folder.
{
"name": "moduleName",
"packageName": "com.sample.test",
"version": "0.1.0",
"sdkVersion": "3",
"icon": "assets/images/icon.png",
"drscModulePackageFile": "drsc_com.sample.test.dm",
"drcfModulePackageFile": ""
}
Soon, we will provide a feature to update the SDK through the UI within the IDE VS Code extension.