Re: [Emc-developers] Classicladder Compare

2010-04-13 Thread chrisinnanaimo
s.sourceforge.net > > Subject: Re: [Emc-developers] Classicladder Compare > > > > I think that when you hook floats into classic ladder they > > automagically get converted S32's. > > > > sam > > > > This is correct. Saves you from using a c

Re: [Emc-developers] Classicladder Compare

2010-04-13 Thread John Thornton
Chris, Now the question comes up what does Float Outputs do? Does it output a float value or ??? Thanks John Chris Morley wrote: > > > > Date: Mon, 12 Apr 2010 08:18:46 -0500 > > From: sa...@empirescreen.com > > To: emc-developers@lists.sourceforge.net > >

Re: [Emc-developers] Classicladder Compare

2010-04-12 Thread Chris Morley
> Date: Mon, 12 Apr 2010 08:18:46 -0500 > From: sa...@empirescreen.com > To: emc-developers@lists.sourceforge.net > Subject: Re: [Emc-developers] Classicladder Compare > > I think that when you hook floats into classic ladder they > automagically get converted S32&#x

Re: [Emc-developers] Classicladder Compare

2010-04-12 Thread sam sokolik
I think that when you hook floats into classic ladder they automagically get converted S32's. sam On 4/12/2010 07:18 AM, John Thornton wrote: > Is the classicladder compare suppose to work with floats? My testing > shows it only works if the floats are a whole number different for a > less than

[Emc-developers] Classicladder Compare

2010-04-12 Thread John Thornton
Is the classicladder compare suppose to work with floats? My testing shows it only works if the floats are a whole number different for a less than or greater than compare. So 1.23456 < 2.12345 compares correctly but 1. < 1. does not compare correctly. Thanks John -