DDCSV1.1-2.1-3.1 firmware information summary - DDCSV2.1 - Standalone CNC Motion Controller - Digital Dream Technology support
12Next
Return to List Add thread
View: 59716|Reply: 17
Print Previous Topic Next Topic

DDCSV1.1-2.1-3.1 firmware information summary

[Copy Link]

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
Jump to the specified floor
Landlord
Posted at 2019-5-7 16:34:57 | Only Author Replies reward |Positive sequence Browse |Read mode
Last edited by ytliu In 2019-7-24 16:54 Editor

Ver: 2018-07-05-95 to 2018-10-09-101: You can get it at http://bbs.ddcnc.com/forum.php?m ... tra=page%3D5&page=8


Ver:2018-07-30-98 Description:
1. Add the user-defined system parameter area (#2000-#2499). After the user configures it in the chs or eng file, the parameter value can be set on the configuration page,and can be called by the macro variable in the machining program.

The chs or eng file configs the user-defined system parameters.
for example:#2000 -t1 -s1"Cutter diameter" -s2"in" -m9 -min=0.000 -max=9.000

#n n is the parameter number (2000-2499)
-t is used to specify the type of parameter, t0 is an integer, t1 is a real number, and t2 is a selection type
-s1 defines the name of the parameter
-s2 defines the parameter unit
-m parameter group, m0 that the parameters in the parameter configuration page does not show
-min minimum parameter
-max maximum parameter
-i The text of the relevant entry is configured through it when the parameter type is selection type

2. Support user-defined probe mode. When #68 is set to mode 3, defprobe.nc will be called to perform probe. Users can write defprobe.nc according to actual situation.

https://www.facebook.com/groups/ ... k/2369202226430268/

Ver:2018-09-02-99 Description:
1. Increase the status monitoring of the u disk. If the u disk is disconnected during processing, the system will automatically pause.
2. Increase the G90.1/G91.1 instruction support, at this time IJK is the absolute position coordinate of the center of the circle
https://www.facebook.com/groups/ ... k/2419570578060099/

Ver:2018-09-07-100 Description:
1. Increase the home offset configuration.
2. FRO (SRO, SJR) can be adjusted by handwheel.you can adjust the % of the change in value per X Pulses of the Handwheel by #2028.
https://www.facebook.com/groups/ ... k/2431456566871500/

Ver:2018-10-09-101 Description:
1. On the file and parameter page, you can operate through the handwheel;
2. Increase #2031 uniaxial acc is limited by M_Ctrl start acc;
3. Increase #2030 Soft-limited stop mode;
4. Increase #2029 color reversal;
https://www.facebook.com/groups/ ... k/2472998476050642/

Ver:2018-10-12-102 Description:
1. Add G20/G21 recognition macro variable (#448): in G20 mode, #448=25.4; in G21 mode, #448=1, used to correct the bug that G28 and G153 instructions execute in G20 mode;
2. Correct the error that the probe command M101/M102 stop during the machining process;
3. Change the soft limit response mechanism in the manual mode, pre-judicate the soft limit, and increase the #2032-#2035 pre-judgment coefficient to adjust the pre-judgment bias.
https://www.facebook.com/groups/ ... k/2482870611730095/

Ver:2018-10-27-103 Description:
1. Adjust the backlash compensation strategy to solve the decelerate problem of backlash compensation;
https://www.facebook.com/groups/ ... k/2501830986500724/

Ver:2018-11-04-104 Description:
1. Increase the Ext-key2 function option (#447=3) to enable start-stop control;
https://www.facebook.com/groups/ ... k/2515350748482081/

Ver:2018-11-04-105 Description:
1. Increase M-Bus IO Initialization strategy parameter(#110);
http://bbs.ddcnc.com/forum.php?m ... d=99&extra=page%3D4

Ver:2019-01-22-106 Description:
1. Add configuration item #2037, whether FRO is valid for G0.
https://www.facebook.com/groups/ ... k/2643511288999359/

Ver: 2019-03-20-107 Description:
1. Add a subroutine nested call (for T), refer to
http://bbs.ddcnc.com/forum.php?m ... Yh67eOe0KohmxQUaFMA
2. Correct the error caused by data precision in R programming mode;
https://www.facebook.com/groups/ ... k/2753989811284839/

Ver:2019-04-25-107 Description:
1. Fix this problem:In the DDCSV3.1 system, the #116-#119 parameter (zero signal source select) cannot be saved due to an error in identifying the version number, and they are reset to 0 each time it is restarted.
https://www.facebook.com/groups/ ... k/2798739636809856/

Ver:2019-04-28-108 Description:
1. Increase homing instruction support, M105/M106/M107/M108 are used for X/Y/Z/A homing operation respectively;
http://bbs.ddcnc.com/forum.php?m ... =118&extra=page%3D1

Ver:2019-05-07-109 Description:
1. Increase the coordinate record macro function;(Pending verification)
http://bbs.ddcnc.com/forum.php?m ... tra=page%3D1&page=22. Add the macro function GetCenterPos[]: Find the center of the circle through the 3 points on the circle.
GetCenterPos[x1,y1,x2,y2,x3,y3,n1,n2]
x1, y1 is the x-y coordinate of the first point;
x2, y2 are the x-y coordinates of the second point;
x3, y3 are the x-y coordinates of the third point;
n1 is a variable index storing the X coordinate of the center, for example, n1=4, then #4=x coordinate of the center;
n2 is a variable index storing the Y coordinate of the center, for example, n2=5, then #5=y coordinate of the center;
https://www.facebook.com/groups/ ... k/2823155341034952/
3. Increase the all-axis return zero function in the machine coordinate system.
https://www.facebook.com/groups/ ... k/2826643040686182/
4. In the file page, sort by file name
https://www.facebook.com/groups/ ... k/2832029936814159/
5. Change the file editing font and correct the error that the file cannot be edited;
http://bbs.ddcnc.com/forum.php?m ... =167&extra=page%3D1
6. Correct the error that the program stops responding in single-step(SBK) mode;
http://bbs.ddcnc.com/forum.php?m ... tra=page%3D1&page=2

Ver: 2019-05-22-110 Description:
(2019-05-21)
1. Add the Ext-key function definition(#446,#447) configuration item: Disable(4), to turn off the Ext-key response;
2. Improve function backlash, all motion mode have increased the backlash;
3. Improve the coordinate display when the backlash is enabled, to ensure that the coordinate display match the actual position;
Note: To ensure that the backlash is always performed correctly, the following configuration is strongly recommended:
#113=1 "Arc interpolation algorithm selection"="Soft algorithm"
#448=0 "MPG control mode"="Open"
#114=0 "Jog support in continuous mode"="Mode 1"
https://www.facebook.com/groups/ ... k/2845336638816822/


(2019-05-22)
4. When the subroutine runs, the coordinate system display changes with the instruction;
https://www.facebook.com/groups/ ... k/2847529008597585/

Ver: 2019-05-27-111 Description:
1. Increase G93(inverse time feed rate mode) support.
In inverse time feed rate mode, an F word means the move should be completed in one divided by the F number minutes.
For example, if the F number is 2.0, the move should be completed in half a minute.
http://bbs.ddcnc.com/forum.php?m ... tra=page%3D1&page=3(2019-05-28-111)
2. In the inverse screen layout, correct the problem of displaying when switching to M5;
http://bbs.ddcnc.com/forum.php?mod=viewthread&tid=150&extra=page%3D1&page=3
(2019-05-29-111)
3. Add configuration item #2038: Enable the software limit alarm in the idle state;
https://www.facebook.com/groups/1724999967517167/permalink/2858211170862702/
4. Add RESET Hotkey: ctrl+r;
In file editing, add []{} character input;
https://www.facebook.com/groups/1724999967517167/permalink/2860026127347873/
(2019-06-06-111)
5. Improve the specific line start function, display the command line information before starting the machining,
and ask whether to start machining or continue scanning, such as continue scanning, the line increment is specified by #2039;
6. Modify the soft limit mechanism in manual mode to ensure that the motion does not exceed the range of the soft limit. Cancel #2030, #2032-#2035 configuration item;
7. Under the 2nd PROBE function, add mode 3 operation support (executed by X+);
8. When the SJR is switched, the gear position with the JOG distance of 0 will not be filtered out;
9. Add configuration item #2041: G53/G153 function interchange, default G53 is coordinate system selection group command, used to select G53 coordinate system; G153 is motion group command, used for positioning movement under machine coordinate system;
(2019-06-07-111)
10. When the machine moves to the soft limit boundary, the software limit alarm or reset will not be triggered;
(2019-06-08-111)
11. Correcting the error of find middle function in inch mode(#115=1).
(2019-06-09-111)
12. Increase FRO, SRO select/unselect hotkey: O, P
13. Modify the relevant interface when the USB stick is unmounted (via the hotkey 'Delete');https://www.facebook.com/groups/1724999967517167/permalink/2875687262448426/
(2019-07-13-111)
14. Add configuration item #2042:whether all-zero op. contains the Z-axis;
http://bbs.ddcnc.com/forum.php?mod=viewthread&tid=164&extra=page%3D1&page=2
(2019-07-18-111)
15. Add M3/M5, M8/M9, M10/M11 hotkeys: ‘1’, ‘2’, ‘3’
16. Increase the toolpath key function configuration, which can be configured as an external output control key.
http://bbs.ddcnc.com/forum.php?mod=viewthread&tid=193&extra=page%3D1

Ver:2019-07-23-112 Description:
1. Fixed an error that the file list could not be displayed in the file page without inserting USB stick;
2. Correct the error that the A axis cannot be stopped in the CONT mode in some controllers;
3. M8 / M9 can be manually toggled during "AUTO" via the toolpath key;
http://bbs.ddcnc.com/forum.php?mod=viewthread&tid=193&extra=page%3D1&page=2

Reply

Use props Report

0

Threads

1

Posts

8

Credits

Newbie Member

Rank: 1

Credits
8
recommend
Posted at 2020-3-16 04:31:38 | Only Author
Hi there:
Just noticed on FB that they were talking about version 2020-03-06-112NOR.
Will it also be available on the forum?  I don't use FB.
And is it for V2.1 also?
Thanks
Hansi
Reply Support 1 Opposition 0

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
recommend
 Author| Posted at 2019-6-6 10:26:22 | Only Author
Last edited by ytliu In 2019-6-6 10:33 Editor

Ver: 2019-06-06-111 Description:
(2019-05-27-111)
1. Increase G93(inverse time feed rate mode) support.
In inverse time feed rate mode, an F word means the move should be completed in one divided by the F number minutes.
For example, if the F number is 2.0, the move should be completed in half a minute.
http://bbs.ddcnc.com/forum.php?m ... tra=page%3D1&page=3
(2019-05-28-111)
2. In the inverse screen layout, correct the problem of displaying when switching to M5;
http://bbs.ddcnc.com/forum.php?m ... tra=page%3D1&page=3
(2019-05-29-111)
3. Add configuration item #2038: Enable the software limit alarm in the idle state;
https://www.facebook.com/groups/ ... k/2858211170862702/
4. Add RESET Hotkey: ctrl+r;
In file editing, add []{} character input;
https://www.facebook.com/groups/ ... k/2860026127347873/
(2019-06-06-111)
5. Improve the specific line start function, display the command line information before starting the machining,
and ask whether to start machining or continue scanning, such as continue scanning, the line increment is specified by #2039;
6. Modify the soft limit mechanism in manual mode to ensure that the motion does not exceed the range of the soft limit. Cancel #2030, #2032-#2035 configuration item;
7. Under the 2nd PROBE function, add mode 3 operation support (executed by X+);
8. When the SJR is switched, the gear position with the JOG distance of 0 will not be filtered out;
9. Add configuration item #2041: G53/G153 function interchange, default G53 is coordinate system selection group command, used to select G53 coordinate system; G153 is motion group command, used for positioning movement under machine coordinate system;


install(2019-06-06-111).zip

608.4 KB, Down times: 1752

Reply Support 1 Opposition 0

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
recommend
 Author| Posted at 2019-5-9 23:26:12 | Only Author
This is the latest version.
Ver:2019-05-09-109 Description:
1. Increase the coordinate record macro function;(Pending verification)
http://bbs.ddcnc.com/forum.php?m ... page%3D1&page=2

2. Add the macro function GetCenterPos[]: Find the center of the circle through the 3 points on the circle.
GetCenterPos[x1,y1,x2,y2,x3,y3,n1,n2]
x1, y1 is the x-y coordinate of the first point;
x2, y2 are the x-y coordinates of the second point;
x3, y3 are the x-y coordinates of the third point;
n1 is a variable index storing the X coordinate of the center, for example, n1=4, then #4=x coordinate of the center;
n2 is a variable index storing the Y coordinate of the center, for example, n2=5, then #5=y coordinate of the center;
https://www.facebook.com/groups/ ... k/2823155341034952/



install(2019-05-09-109).zip

605.29 KB, Down times: 1609

Reply Support 1 Opposition 0

Use props Report

0

Threads

1

Posts

10

Credits

Newbie Member

Rank: 1

Credits
10
18#
Posted at 2023-1-10 05:51:01 | Only Author
Anyone know if  V4.1 firmware is backwards compatible to ddsc V1.1 hardware?

I know the v3.1 (20200306) version works, which I am using on the v1.1.
Reply Support Opposition

Use props Report

0

Threads

1

Posts

8

Credits

Newbie Member

Rank: 1

Credits
8
17#
Posted at 2023-1-4 04:02:38 | Only Author

good morning. I apologize for my level of English, I am using a translator.

I have a ddcsv1.1 3 axis and a ddcsv 2.1 4 axis

What firmware should I install in 1.1 to be able to activate the 4 axes?
Reply Support Opposition

Use props Report

0

Threads

2

Posts

6

Credits

Newbie Member

Rank: 1

Credits
6
16#
Posted at 2022-2-13 05:43:00 | Only Author
Good afternoon, I bought a DDCS V2.1 controller, I installed it initially, it worked fine, then it stopped working Z- and it didn't run the program and now z+ doesn't work either, is there someone who has had this problem that can help me
Reply Support Opposition

Use props Report

0

Threads

2

Posts

6

Credits

Newbie Member

Rank: 1

Credits
6
15#
Posted at 2022-2-13 05:42:40 | Only Author
Buenas tardes compre  una controladora DDCS V2.1 la instale inicialmente funciono bien luego dejo de funcionar Z- y no ejecutaba el programa y ahora z+ tampoco funciona hay alguien a quien se le halla presentado este problema que me pueda ayudar

Good afternoon, I bought a DDCS V2.1 controller, I installed it initially, it worked fine, then it stopped working Z- and it didn't run the program and now z+ doesn't work either, is there someone who has had this problem that can help me
Reply Support Opposition

Use props Report

1

Threads

7

Posts

21

Credits

Newbie Member

Rank: 1

Credits
21
14#
Posted at 2021-5-7 08:35:12 | Only Author
Hello all, I have ddcsv2.1 but on-screen say ddcs3v2.1 .I have it unused for a while. The old cutting toy went to the garbage because of the worn and parallel port. I made a new frame and decide to use ddcsv. All works great but don't have all limit switches I use a proximity sw. Working on the proper motor setup I decided to test run circle. Now I see every time the tool gets to the beginning of the circle the machine stop and waits for the controller to catch up. I try different G codes and screw with configuration. Now I know that I have to download  G codes into ddcsv. The problem is that I don't have the imperial measurement, no more, only metric. No matter if I change it in config it shaw in. but the value is in mm.
What did I do, help please
Reply Support Opposition

Use props Report

0

Threads

2

Posts

12

Credits

Newbie Member

Rank: 1

Credits
12
13#
Posted at 2020-9-13 23:44:08 | Only Author
Hi, I was told that ddcsv 2.1 starting from firmware 109 can build a height map. But I couldn't figure out how to do it. Please teach us how to use surface scanning
Reply Support Opposition

Use props Report

0

Threads

2

Posts

12

Credits

Newbie Member

Rank: 1

Credits
12
12#
Posted at 2020-9-13 23:38:50 | Only Author
Hi, I was told that ddcsv 2.1 starting from firmware 109 can build a height map. But I couldn't figure out how to do it. Please teach us how to use surface scanning
Reply Support Opposition

Use props Report

1

Threads

2

Posts

21

Credits

Newbie Member

Rank: 1

Credits
21
11#
Posted at 2020-7-15 03:02:39 | Only Author
Помогите найти последнюю прошивку для DDCS4 V3.1
Спасибо
Reply Support Opposition

Use props Report

0

Threads

4

Posts

14

Credits

Newbie Member

Rank: 1

Credits
14
10#
Posted at 2020-6-3 02:10:03 | Only Author
I have also tried to change several firmware to see if that was the problem and everything the same ... the MPG does not work
As a curious fact, if I enter the controller's configuration menu (where the parameters of the motors are put and others) .. and I turn the steering wheel .. the cursor if it moves up or down as I move it ... which It tells me that the MPG is wired correctly and that it works ... so ... why on the coordinate page it does nothing? Even if I press the ESTOP it does nothing
Reply Support Opposition

Use props Report

You need to log in before you can reply Login | Register now

This forum Credits Rules

Shenzhen Digital Dream Numerical Technology Co., Ltd. support
Adress:507,A Building,Leibo Industry Zone,No. 22 Jinxiu East Road,Kengzi Street,Pingshan district,Shenzhen City,P.R. of China
Phone:13244704799
E-mail:info@ddcnc.com

TEL

0755-87654321

Wchat

Website designed by DigitalDream Technology Support
Quick Reply Back to top Back to list