01-12-2010 04:46 AM
Hi all,
I want my pressure input in range of 250 to 280 values...i.e. mV input is coming to LV via cFP..I converted that to 280 by mathematic manipulations.
now I want that if values goes above 280, it should give 280 as a constant value and if values moves down to 250 according to mV, it should give constant output 250 despite of incoming values..
Can anybody guide me?
Thanks
Solved! Go to Solution.
01-12-2010 04:58 AM - edited 01-12-2010 05:01 AM
For example, use 'In range or Coerce' from Comparison palette.
01-12-2010 05:07 AM
"In range or coerce" returns the boolean value,..
i need upper/ lower limit as an indication..
sorry i m not getting
01-12-2010 05:22 AM
a simple complement to previous but to adapt to your needs:
01-12-2010 05:58 AM
Hi Vaibhav,
you should read messages more carefully!The output in the first answer is clearly not a boolean (it's a double)...
And by reading the context help for "In range and coerce" you would see that it provides 2 output values...
01-12-2010 06:30 AM
Hi sorry, but i ve got such at first try..
anyways thanks for advice...
01-12-2010 11:22 PM