dburnham4739
11-20-2003, 07:44 AM
I am receiving a variable that represents a celcius temperature. I need to display this variable as fahrenheit. However, the plot thickens.
The web pages are stored on an Echelon iLon web Server.(Used for Automated Facilities)I am receiving the variable from a temperature sensing unit. The "iLonWeb" code below is interpreted from the web server. The code below says to display (func=ShowValue) the information coming from this address "symbol=NVE_AS:SN.DM:0.SU:2.NO:1.ST:UA.PR:0.AU:0.SY:0.NI:0.NS:0.RY:3.TX:192.TY:105.SZ:2"
<iLonWeb func=ShowValue symbol=NVE_AS:SN.DM:0.SU:2.NO:1.ST:UA.PR:0.AU:0.SY:0.NI:0.NS:0.RY:3.TX:192.TY:105.SZ:2></iLonWeb>
The results are displayed in Celcius. I need to convert and display the data as Fahrenheit.
Any and All Help is Appreciated.
David
The web pages are stored on an Echelon iLon web Server.(Used for Automated Facilities)I am receiving the variable from a temperature sensing unit. The "iLonWeb" code below is interpreted from the web server. The code below says to display (func=ShowValue) the information coming from this address "symbol=NVE_AS:SN.DM:0.SU:2.NO:1.ST:UA.PR:0.AU:0.SY:0.NI:0.NS:0.RY:3.TX:192.TY:105.SZ:2"
<iLonWeb func=ShowValue symbol=NVE_AS:SN.DM:0.SU:2.NO:1.ST:UA.PR:0.AU:0.SY:0.NI:0.NS:0.RY:3.TX:192.TY:105.SZ:2></iLonWeb>
The results are displayed in Celcius. I need to convert and display the data as Fahrenheit.
Any and All Help is Appreciated.
David