LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saturation add

Solved!
Go to solution

I see that "Saturation add" is no longer supported by Labview. Now how do i sum two I64 integers with saturation?

0 Kudos
Message 1 of 4
(3,919 Views)

I don't recall ever seeing Saturation Add.  Was this part of an add on library?  If so, was it installed during your last installation of LabVIEW? 


R

Message 2 of 4
(3,909 Views)
0 Kudos
Message 3 of 4
(3,898 Views)
Solution
Accepted by topic author Snamprogetti
The fixed-point data type and native add function have assumed the functionality previously provided by the Saturation Add. You'll need to convert the inputs to the equivalent fixed-point type <s,64,64>, then pop-up on the add function, choose properties and configure the output for <s,64,64> with overflow mode set to saturate.
0 Kudos
Message 4 of 4
(3,894 Views)