Display fahrenheit values?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Display fahrenheit values?

1,610件の閲覧回数
info35
Contributor I

Is it possible to display fahrenheit values on a Rapid IoT temperature data glance on the dashboard?

ラベル(1)
4 返答(返信)

1,441件の閲覧回数
richard_laborde
Contributor III

Yes! On the connector from the Cloud Event to Cloud Storage - make the VALUE value*9/5+32

You can also limit the number of digits with value.toFixed(X) where X is 1, 2, 3 whatever you want. See the Weather Station Example app for more options.

0 件の賞賛
返信

1,441件の閲覧回数
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Are you working with the Rapid IoT Studio or MCUXpresso? 

Regards, 

Estephania 

0 件の賞賛
返信

1,441件の閲覧回数
info35
Contributor I

Hello Estephania,

I am using https://rapid-iot-studio.nxp.com/ <https://rapid-iot-studio.nxp.com/>

Bryant

0 件の賞賛
返信

1,441件の閲覧回数
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

You can use the example available in the studio called Embedded Mathematical Operation Demo. Have you tried it? do you have issues while using it ?  If you do, just let me know. 

pastedImage_1.png

Regards