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
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
> >
> 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
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
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
-