06-30-2011 09:30 AM - edited 06-30-2011 09:37 AM
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
Solved! Go to Solution.
06-30-2011 09:47 AM
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
06-30-2011 09:48 AM
Subtraction???
y = .02 - x
06-30-2011 09:48 AM
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.