LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

resolved

Solved!
Go to solution

hello again,

i have a pid that outputs between 0 and 0.02 then i send the signal as a current thru the CO01 of a SCC-2345.is there any way to invert the values(pid output and CO01 output)?

0 -> 0.02

PID    |    CO01

0.001 -> 0.019

0.002 -> 0.018

.......................

0.017-> 0.003

0.018-> 0.002

0.019-> 0.001

0.02  -> 0

 

it seems that a mod operation will do the trick...if only i could find it

0 Kudos
Message 1 of 4
(2,298 Views)
Solution
Accepted by Gixxerash

Mod is named 'Quotient and Remainder'. You find it in the numerics palette with an icon displaying the characters 'R' and 'Q' and the div operator (mix of ':' and '-')

 

Felix

0 Kudos
Message 2 of 4
(2,289 Views)

Subtraction???

 

 

y = .02 - x

0 Kudos
Message 3 of 4
(2,285 Views)

So what's resolved about your question? 'Cause your thread title is "resolved". So, we assumed the question had been answered....

 

I didn't understand your question at all. But you said you were looking for the "mod" function. Look at the Quotient & Remainder function.

0 Kudos
Message 4 of 4
(2,284 Views)