Full list of DDCSV commands - On 3 Page - DDCSV2.1 - Standalone CNC Motion Controller - Digital Dream Technology support
Author: Nikolay81
Print Previous Topic Next Topic

Full list of DDCSV commands

[Copy Link]

0

Threads

22

Posts

406

Credits

Intermediate Member

Rank: 3Rank: 3

Credits
406
21#
Posted at 2018-9-20 20:57:18 | Only Author
https://youtu.be/mZhXK0oNZ5I

Desktop.rar

204 Bytes, Down times: 2057

Reply Support 0 Opposition 1

Use props Report

0

Threads

22

Posts

406

Credits

Intermediate Member

Rank: 3Rank: 3

Credits
406
22#
Posted at 2018-9-20 21:02:37 | Only Author
Last edited by maxx2000 In 2018-9-20 21:04 Editor

как вставлять видео в сообщение?
Reply Support Opposition

Use props Report

15

Threads

139

Posts

517

Credits

Senior Member

Rank: 4

Credits
517
23#
 Author| Posted at 2018-9-20 23:27:19 | Only Author
maxx2000 Posted at 2018-9-20 20:57
https://youtu.be/mZhXK0oNZ5I

В твоей УП ошибка (забыл G1).
Смотри что ты пишешь:
G00 X0 Y0 Z20 A0
G93 X10 A70 F4
Так как G0 - липкая команда, второй кадр идёт на холостой подаче.
Подпиши G1 и увидишь, что нифига не работает.
Reply Support Opposition

Use props Report

0

Threads

22

Posts

406

Credits

Intermediate Member

Rank: 3Rank: 3

Credits
406
24#
Posted at 2018-9-21 03:05:33 | Only Author
Last edited by maxx2000 In 2018-9-21 12:41 Editor

Да, действительно. Это влияние G0. Твоя правда. Я постпроцессор использую такой же какой использовал для Мач3 в своё время, там это спасало от падения скорости при работе на поворотке.  А здесь планировщик видать настолько хорош что просто не требуется эта команда . За это отвечает вот этот параметр http://bbs.ddcnc.com/forum.php?m ... =456&fromuid=70
Reply Support Opposition

Use props Report

0

Threads

5

Posts

46

Credits

Newbie Member

Rank: 1

Credits
46
25#
Posted at 2019-2-25 10:52:52 | Only Author
G93 does not read parameter F for feed in inverse time. it execute correctly position X Y Z A but ignore F .  The speed is always same maximum.
DDCSV1.1 with firmware : 2019-01-22-106NOR  simple example here:
%
G21 G17 G90 G40 G80 G94 G54
S6500 M03
G00 X0.0 Y0.0 Z40.0 A0.0
(by step X 10mm )
G93 X10.0 F400.0
G93 X20.0 F2000.0
G93 X30.0 F6000.0
g93 X40.0 F12000.0
G93 X50.0 F30000.0
G93 X60.0 F60.0
G93 X70.0 F20.0
G93 X80.0 F1.50
G93 X90.0 F0.10
G94
G00 X0.0
(diagonal X10mm A10deg)
G93 X10.0 A10.0 F100.0
G93 X20.0 A20.0 F200.0
G93 X30.0 A30.0 F300.0
G93 X40.0 A40.0 F600.0
G93 X50.0 A50.0 F1500.0
G93 X60.0 A60.0 F2000.0
G93 X70.0 A70.0 F10000.0
G94
G00 X0.0 A0.0
M30
%
Reply Support Opposition

Use props Report

0

Threads

26

Posts

1847

Credits

Gold member

Rank: 6Rank: 6

Credits
1847
26#
Posted at 2019-2-25 16:42:50 | Only Author
Last edited by alexwalex In 2019-2-25 16:45 Editor

Maybe need add G1 , example:
G93 G1 X10.0 F400.0
Reply Support Opposition

Use props Report

0

Threads

5

Posts

46

Credits

Newbie Member

Rank: 1

Credits
46
27#
Posted at 2019-2-26 13:36:20 | Only Author
Thanks ! I made a mistake missing G1.  
However same issue with G93 does nothing


%
(demo feed not working in inverse time)
G21 G17 G90 G40 G80 G94 G54
S6500 M03
G00 X0.0 Y0.0 Z40.0 A0.0

G01 X10.0 F20.0 ; gives feed in mm/min
X20.0 F40.0
G00 X0.0

G93 G01 X10.0 F20.0 ; gives also feed in mm/min
X20.0 F40.0 ; should be slower
G94 G00 X0.0

G01 A10.0 F10.0 ; angular step gives deg/min
A20.0 F20.0
G94 G00 X0.0 A0.0

G93 G01 A10.0 F10.0 ; gives also deg/min
A20.0 F20.0 ; should be slower
G94 G00 X0.0 A0.0

G94 G01 X10.0 A10.0 F10.0 ; diagonal step gives feed in mm/min deg/min
X20.0 A20.0 F20.0
G00 X0.0 A0.0

G93 G01 X10.0 A10.0 F10.0 ; gives also feed in mm/min deg/min
X20.0 A20.0 F20.0 ; should be slower
G94 G00 X0.0 A0.0

M30
%
Reply Support Opposition

Use props Report

0

Threads

22

Posts

406

Credits

Intermediate Member

Rank: 3Rank: 3

Credits
406
28#
Posted at 2019-2-27 03:00:45 | Only Author
Last edited by maxx2000 In 2019-2-27 03:02 Editor
levesqs Posted at 2019-2-26 13:36
Thanks ! I made a mistake missing G1.  
However same issue with G93 does nothing

not required for DDCSV
http://bbs.ddcnc.com/forum.php?m ... 3&page=5#pid456
Reply Support 1 Opposition 0

Use props Report

8

Threads

333

Posts

1040

Credits

Super Moderator

Rank: 8Rank: 8

Credits
1040
29#
Posted at 2019-5-27 17:04:57 | Only Author
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.


install(2019-05-27-111).zip

608.39 KB, Down times: 509

Reply Support Opposition

Use props Report

0

Threads

22

Posts

406

Credits

Intermediate Member

Rank: 3Rank: 3

Credits
406
30#
Posted at 2019-5-28 03:09:23 | Only Author
I'll duplicate the questions I asked on Facebook here. I think it will be useful here.
1. how the introduction of support G93 is combined with the parameter # 5 "minimum log radius of 4axis machining?
2. Does the G94 command cancel the effect of the command G93?
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