Re: [Emc-users] mb2hal and floating point conversions

2015-12-06 Thread TJoseph Powderly
Thx Jeff I also use a Labjack with Hal. This comp is much cleaner. TomP tjtr33 -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one

Re: [Emc-users] mb2hal and floating point conversions

2015-12-06 Thread Ralph Stirling
From: Jeff Epler [jep...@unpythonic.net] Sent: Friday, December 04, 2015 2:46 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] mb2hal and floating point conversions No existing component will take a 32-bit floating point number encoded as 2 16-bit "s32" values

Re: [Emc-users] mb2hal and floating point conversions

2015-12-06 Thread Jeff Epler
On Sun, Dec 06, 2015 at 08:21:30PM +, Ralph Stirling wrote: > That worked perfectly, Jeff! Thank you very much. You're welcome. I'm glad it worked! Jeff -- Go from Idea to Many App Stores Faster with Intel(R) XDK

Re: [Emc-users] mb2hal and floating point conversions

2015-12-04 Thread Jeff Epler
No existing component will take a 32-bit floating point number encoded as 2 16-bit "s32" values and output it as a HAL float. I wrote and gave a very small amount of testing to a component that does. component toieee """Interpret two 16-bit integers or one 32-bit integer as a 32-bit IEEE

Re: [Emc-users] mb2hal and floating point conversions

2015-12-04 Thread Ralph Stirling
, 2015 2:46 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] mb2hal and floating point conversions No existing component will take a 32-bit floating point number encoded as 2 16-bit "s32" values and output it as a HAL float. I wrote and gave a very small amount