Re: [Emc-users] parameter SCALE

2010-01-18 Thread Chris Radek
On Mon, Jan 18, 2010 at 06:05:56PM +0300, ??? ? wrote:
 Hello guys
 
 As I understand from manual SCALE defines number of pulses that 
 corresponds to a move of one machine
 unit. 

Right.

 It must be integer, but not float, because it is not possible 
 to generate 1,5 pulses.

This is wrong.  It does not need to be an integer.

 Well, but I have problem this case.
 I have axis A with 166,667 pulses for one grad.
 I could to set SCALE to 167, but this case I will have error 
 about 0,5 grad for whole turn.
 How can i solve this problem?

Just set SCALE to 166.667 (or 166.7)


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parameter SCALE

2010-01-18 Thread Jeff Epler
SCALE is not restricted to whole numbers.

Make sure to use . as the decimal point, not ,:

[AXIS_0]
SCALE = 166.667

Jeff

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] parameter SCALE

2010-01-18 Thread Евгений Александрович
Oh guys, my mistake, thanks

 This is wrong.  It does not need to be an integer.
 
  Well, but I have problem this case.
  I have axis A with 166,667 pulses for one grad.
  I could to set SCALE to 167, but this case I will have error 
  about 0,5 grad for whole turn.
  How can i solve this problem?
 
 Just set SCALE to 166.667 (or 166.7)


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users