hello,
I have correctly setting up the connection with my scada device. I'm able to read the analog inputs. I would like to perform mathematical operations on this tag and to show the resulting tag in the screen. For example, I have a tag that is the voltage reading of a temperature sensor. So, I would scale the voltage signal in the corresponding °C value. For this reason I must implement the following equation:
T_out (°C)=(ain*1000/50)-32
How can I perform these operations?
Thank you so much for your reply.
Leonardo