Firmware download - DDCSV2.1 - Standalone CNC Motion Controller - Digital Dream Technology support
View: 138894|Reply: 85
Print Previous Topic Next Topic

Firmware download

[Copy Link]

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
Jump to the specified floor
Landlord
Posted at 2018-7-11 18:06:19 | All floors Replies reward |Descending browser |Read mode
Last edited by ytliu In 2018-7-11 18:10 Editor

Ver:2018-07-05-95 Modification:
1. Increase keyboard support
2. Increase the trial cut (handwheel guide) function
3. Add file editing function

Key mapping description:

X-: LEFT ARROW(←)、Numeric keypad '4'
X+: RIGHT ARROW(→)、Numeric keypad '6'
Y-: DOWN ARROW(↓)、Numeric keypad '2'
Y+: UP ARROW(↑)、Numeric keypad '8'
Z-: PAGEDOWN、Numeric keypad '3'
Z+: PAGEUP、Numeric keypad '9'
A-: Numeric keypad '1'
A+: Numeric keypad '7'


the centering operation:F3(Used in conjunction with the MPG axis selection. Only when the MPG axis is selected as X or Y, the corresponding axis performs the centering operation.)
Goto Zero:F5、Numeric keypad '0'(Used in conjunction with the MPG axis selection. If the MPG axis is selected to be empty, the whole axis will be goto zero. If the MPG axis is selected as X, the X axis will be goto zero.)
Zero:F6、Numeric keypad 'DEL'(Used in conjunction with the MPG axis selection.If the MPG axis is selected to be empty, the whole axis will be zero. If the MPG axis is selected as X, the X axis will be zero.)
Home:F7(The first press enters the HOME mode. In the HOME mode, press again to perform full axis HOME, or press the corresponding axis selection key, the corresponding axis will perform HOME separately.)
HOME X-axis selection:'X'
HOME Y-axis selection:'Y'
HOME Z-axis selection:'Z'
HOME A-axis selection:'A'
PROBE:F8(The first press enters PROBE mode and presses again to perform the PROBE operation.)

Manual mode switching:F10、Numeric keypad '*'
Jog distance adjustment:Numeric keypad '5'
FRO adjustment:'F'、'8'
SRO adjustment:'S'、'9'
Coordinate system selection:'G'、'0'


START:SCROLL LOCK、Numeric keypad '-'
PAUSE: PAUSE BREAK、Numeric keypad '+'
TRCUT:F11、Numeric keypad 'ENTER'
Single-stage processing mode:F4(The single-segment mode can be switched while the system is idle. After starting the machining in single-segment mode, the system executes one line each time the start button is pressed.)

Focus TAB:F9、Numeric keypad '/'
Focus adjustment+:'+'
Focus adjustment-:'-'

Page switching:TAB、BACKSPACE
Track display:F12

Uninstall U disk: DELETE

install.zip

574.89 KB, Down times: 2475

Reply

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
Sofa
 Author| Posted at 2018-7-20 08:24:18 | All floors
thossapit Posted at 2018-7-19 17:50
This Firmware work with DDCSV1.1 ?

yes
Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
Bench
 Author| Posted at 2018-7-20 08:26:08 | All floors
Nikolay81 Posted at 2018-7-19 23:09
Thank you very much for improving the software, this wonderful controller.
Sorry for the bad english ...

sorry! I did not find the problem you described, try another usb keyboard
Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
Floor
 Author| Posted at 2018-7-27 10:39:53 | All floors
Lukasz Posted at 2018-7-25 14:06
Hello ytliu,

Are you planning to release DDCSV software as an open source?

hi,Lukasz
Sorry, we have no plans for open source yet.
Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
5#
 Author| Posted at 2018-7-27 10:44:25 | All floors
Ver: 2018-07-27-97 Modification:
1. Increase Russian support,configure #1 (language setting) to 2 so that the Russian configuration file (rus) will be loaded at startup. The rus file in the current installation package is not in Russian. If necessary, please translate it yourself.

install(2018-07-27-97).zip

583.64 KB, Down times: 1003

Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
6#
 Author| Posted at 2018-7-31 06:21:21 | All floors
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.


The defprobe.nc in the installation package is written according to the requirements of Bill Blades. requirements are as follows:
Here's what I need it to do after setting an arbitrary zero in the approximate center of my tool plate. This is based on a .125" cutter diameter:

1. Set Z zero. My tool plate is .250 thick, so the Z axis will come to rest at .350 (this is exactly how my current probe function works).

2. Move to X-1.25

3. Move to Z-.25 (this puts the end of the tool .500 below the surface of my tool plate)

4. Probe X+ and zero. Then the cutter is touching the edge of my tool, it is at X-.3125 (.250 tool + .0625 half cutter dia.). I don't know if this can be done by the controller, or if the X axis physically needs to move to its desired zero location before it can zero.

5. Moves in - direction .050

6. Move to Z.350

7. Move to X.750 (center of tool plate)

8. Move to Y-1.250, wash, rinse, repeat for Y axis.

9. Move to final location of X0.00, Y0.00, Z.350 after probing.

Before performing the probe, please set the #2000-#2011 parameters on the parameter page. In order to meet the requirements of Bill Blades, the parameters are set as follows:
#2000 Cutter diameter:0.125
#2001 Tool plate thick for X:0.25
#2002 Tool plate thick for Y:0.25
#2003 Tool plate thick for Z:0.25
#2004 X position before X-axis probed:-1.25
#2005 Y position before Y-axis probed:-1.25
#2006 Z position before X(Y)-axis probed:-0.25
#2007 Back distance when the tool touches the X-axis edge:0.05
#2008 Back distance when the tool touches the Y-axis edge:0.05
#2009 Back distance when the tool touches the Z-axis edge:0.1
#2010 center of tool plate:0.75
#2011 Probe feedrate:20


https://www.facebook.com/groups/1724999967517167/2360312920652532/

install(2018-07-30-98).zip

584.69 KB, Down times: 700

Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
7#
 Author| Posted at 2018-8-1 06:44:42 | All floors
Nikolay81 Posted at 2018-8-1 00:33
Translation was not an easy task.
Probably, my hair will turn gray before the time with this contr ...

Thank you very much. I have fixed this problem.

motion.zip

569.86 KB, Down times: 666

Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
8#
 Author| Posted at 2018-8-2 16:14:47 | All floors
Last edited by ytliu In 2018-8-2 16:22 Editor
Nikolay81 Posted at 2018-8-1 19:47
I finished the preliminary translation.
Surely, there are a lot of mistakes in it :-)
Those setting ...

Now increase the number of characters displayed on the main page. When you translate, consider the length of the string, otherwise it may exceed the display area of the UI Widgets.
#16 is used to set the currently selected coordinate system. Since the coordinate system selection can be performed on the main page, the #16 parameter can be hidden.

#16 -t2 -s1"Текущая система координат" -m0 -min=1.000 -max=6.000 -i0"G53" -i1"G54" -i2"G55" -i3"G56" -i4"G57" -i5"G58" -i6"G59"


Later, for those parameters that are not easy to understand, I will try to explain to you.


motion.zip

569.97 KB, Down times: 611

Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
9#
 Author| Posted at 2018-8-4 16:36:44 | All floors
Last edited by ytliu In 2018-8-4 16:39 Editor

DDCSV 1.1 PLC CNC CONTROLLER team member Alexei Koh redesigned defprobe.nc to make corner search more flexible. Thanks to Alexei Koh for his great work.

The video for the explanation:https://youtu.be/redy2ZoETdk,This video was provided by Alexei Koh.

the new version adds JOG distance configuration, you can set it by #2020-#2023.

In addition, the Russian language pack has been added to the new version, You can set the #1 parameter to 3 to use it. Thanks to Nikolay81 for the great work done for it.

DDCSV 1.1 PLC CNC CONTROLLER: https://www.facebook.com/groups/1724999967517167/

install(2018-07-30-98).zip

585.98 KB, Down times: 895

Reply Support Opposition

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
10#
 Author| Posted at 2018-8-12 06:10:11 | All floors
Yes, install_2018-07-30-98 is the latest full version.

We have considered updating the manual, but this may take some time.
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