Re: [Emc-developers] Axis limits Fnn to two digits in MDI ?

2018-03-16 Thread Gene Heskett
On Friday 16 March 2018 22:50:20 Jon Elson wrote: > One of my users says he has run into an issue with Axis, > that he can only enter a value up to 99 when entering the > feedrate in MDI mode. This seems like this might be a big > issue for metric users, I've never run into it as my machine > tops

[Emc-developers] Axis limits Fnn to two digits in MDI ?

2018-03-16 Thread Jon Elson
One of my users says he has run into an issue with Axis, that he can only enter a value up to 99 when entering the feedrate in MDI mode. This seems like this might be a big issue for metric users, I've never run into it as my machine tops out at 72 IPM. After fixing some other things in the .

Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder

2018-03-16 Thread Peter C. Wallace
On Fri, 16 Mar 2018, Th?ng L? wrote: Date: Fri, 16 Mar 2018 23:43:49 +0700 From: "[UTF-8] Th?ng L?" Reply-To: EMC developers To: EMC developers Subject: Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder ah, i understood what you mean. thank you very much 2018-0

Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder

2018-03-16 Thread Thắng Lê
ah, i understood what you mean. thank you very much 2018-03-16 23:30 GMT+07:00 andy pugh : > On 16 March 2018 at 16:27, Thắng Lê wrote: > > this is a great idea but how can i right-shift the data? Both your way > and > > Peter's way seem have to touch UART source > > No, you can shift the raw d

Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder

2018-03-16 Thread Peter C. Wallace
On Fri, 16 Mar 2018, Th?ng L? wrote: Date: Fri, 16 Mar 2018 23:27:57 +0700 From: "[UTF-8] Th?ng L?" Reply-To: EMC developers To: EMC developers Subject: Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder this is a great idea but how can i right-shift the data? Bot

Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder

2018-03-16 Thread andy pugh
On 16 March 2018 at 16:27, Thắng Lê wrote: > this is a great idea but how can i right-shift the data? Both your way and > Peter's way seem have to touch UART source No, you can shift the raw data in the HAL component that interprets the data. -- atp "A motorcycle is a bicycle with a pandemoniu

Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder

2018-03-16 Thread Thắng Lê
this is a great idea but how can i right-shift the data? Both your way and Peter's way seem have to touch UART source. I dont mind to modify it but if need to change firmware is a bit problem with me 2018-03-16 17:53 GMT+07:00 andy pugh : > On 16 March 2018 at 08:52, Thắng Lê wrote: > > The dat

Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder

2018-03-16 Thread andy pugh
On 16 March 2018 at 08:52, Thắng Lê wrote: > The data frame is: 1 bit start + character 7 bits + 1 bit even parity + 1 > bit stop. I dont need creat this Frame for TX, if there is anyway that i > can configure this Frame for RX without touching uart firmware and > component source? It sounds li

Re: [Emc-developers] writing new firmware to read yaskawa absolute encoder

2018-03-16 Thread Thắng Lê
The data frame is: 1 bit start + character 7 bits + 1 bit even parity + 1 bit stop. I dont need creat this Frame for TX, if there is anyway that i can configure this Frame for RX without touching uart firmware and component source? 2018-03-15 5:09 GMT+07:00 Peter C. Wallace : > On Wed, 14 Mar 2