# about double axises Achieving  Sina track to achieve

**URL:** https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257
**Category:** Motion System Design
**Created:** [January 27, 2014, 2:59pm UTC](https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257 "2014-01-27T14:59:32Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mars\_bruce\_lee](https://forum.deltamotion.com/letter_avatar_proxy/v4/letter/m/a587f6/32.png) [@mars\_bruce\_lee](https://forum.deltamotion.com/u/mars_bruce_lee)
#### Post date: [January 27, 2014, 2:59pm UTC](https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257/1 "2014-01-27T14:59:32Z")

</div>

In the rmc150，Sine Start (72) can Achieve sina profile control for one axis.

How to implement two axes sina trajectory control？curves or other？

---

<div class="post-metadata">

### Author: ![Jacob\_Paso](https://forum.deltamotion.com/letter_avatar_proxy/v4/letter/j/439d5e/32.png) [@Jacob\_Paso](https://forum.deltamotion.com/u/Jacob_Paso)
#### Post date: [January 27, 2014, 7:01pm UTC](https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257/2 "2014-01-27T19:01:13Z")

</div>

What exactly do you mean by two-axis sine trajectory control?

---

<div class="post-metadata">

### Author: ![mars\_bruce\_lee](https://forum.deltamotion.com/letter_avatar_proxy/v4/letter/m/a587f6/32.png) [@mars\_bruce\_lee](https://forum.deltamotion.com/u/mars_bruce_lee)
#### Post date: [January 28, 2014, 2:24pm UTC](https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257/3 "2014-01-28T14:24:47Z")

</div>

> [@Jacob Paso](#):
>
> What exactly do you mean by two-axis sine trajectory control?

Two axes move, forming a sine profile。

Unlike Sine Start (72) Achieve sina profile control only using one axis。

---

<div class="post-metadata">

### Author: ![Jacob\_Paso](https://forum.deltamotion.com/letter_avatar_proxy/v4/letter/j/439d5e/32.png) [@Jacob\_Paso](https://forum.deltamotion.com/u/Jacob_Paso)
#### Post date: [February 14, 2014, 5:16pm UTC](https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257/4 "2014-02-14T17:16:24Z")

</div>

Do you mean 2 axes in a cartesian coordinate system? I think curves is the best way to do that.

---

<div class="post-metadata">

### Author: ![mars\_bruce\_lee](https://forum.deltamotion.com/letter_avatar_proxy/v4/letter/m/a587f6/32.png) [@mars\_bruce\_lee](https://forum.deltamotion.com/u/mars_bruce_lee)
#### Post date: [February 17, 2014, 1:09am UTC](https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257/5 "2014-02-17T01:09:24Z")

</div>

> [@Jacob Paso](#):
>
> Do you mean 2 axes in a cartesian coordinate system? I think curves is the best way to do that.

Yes。  
I want to know that, In order to ensure control Accuracy, the 2 axes need to be in different task。

Is is ok? in different task are better than in the same task,because one task can only run one program in the same time.  
.

---

<div class="post-metadata">

### Author: ![Jacob\_Paso](https://forum.deltamotion.com/letter_avatar_proxy/v4/letter/j/439d5e/32.png) [@Jacob\_Paso](https://forum.deltamotion.com/u/Jacob_Paso)
#### Post date: [February 17, 2014, 3:53pm UTC](https://forum.deltamotion.com/t/about-double-axises-achieving-sina-track-to-achieve/257/6 "2014-02-17T15:53:45Z")

</div>

It is important to know that user programs are not necessarily connected to axes. User programs are basically a list of commands to send to the axes. You only need one user program. That user program can send commands to both axes. To do a curve on a 2-dimensional Cartesian coordinate system, use two curves and run then at the same time. The user program only needs to send the two Curve Start commands simultaneously, then the user program is done.
