Lost to find the right input processes

Hi,

 

I have an input, let's call it X which value can vary from 0 to 246.

I want to create a feed (let's call it Y) which is equal to Y = 246 - X

Sounds easy but I do not find how to do it.... I tried to do

X - 246

multiply (-1)

 

But it doesn't seem to work: result = 0

 

If you have any hint...

 

thanks

Robert Wall's picture

Re: Lost to find the right input processes

This seems to work for me:

x   -1 
+ 246 
Log to feed

 

darrepac's picture

Re: Lost to find the right input processes

Ok it works...and may-be what I did too... It is just that, at first, it shows value 0.0...then you go elsewhere and come back and it shows the right value.

 

thanks!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.