Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 12:31:03 AM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Mach Discussion
| |-+  Mach SDK plugin questions and answers.
| | |-+  Movement Plugin and DDA's
Pages: 1   Go Down
Print
Author Topic: Movement Plugin and DDA's  (Read 372 times)
0 Members and 2 Guests are viewing this topic.
Anet512
Active Member

Offline Offline

Posts: 2


View Profile
« on: August 02, 2011, 07:53:06 AM »

Hello to all.
I have found a problem with the Mach Wiki page "The G100/GREX plugin as a model for device control". There are two lines with different sense in the bottom of this page:

1) DDA1 is the initial velocity to be put out in the move in the first 1ms of movement. Each ms of movement that occurs, DDA2 is added to that velocity AND DDA3 is added to DDA2.

2) The math is simple: at each iteration (1024Hz rate) the
following operations are performed in sequence:
    <current velocity> = dda1
    dda1 += dda2
    dda2 += dda3

I cannot understand, what line is correct?
Logged
vmvm
Active Member

Offline Offline

Posts: 6


View Profile
« Reply #1 on: August 03, 2011, 03:26:18 AM »

Yeah! I also worried about this problem.
I think that the more plausible number - 1024 Hz, since it corresponds better to the possibilities of the digital calculators. But there are doubts.
Help knowledgeable!
Logged
Pages: 1   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!