Skip to main content
1-Visitor
March 2, 2018
Question

3D Gauge State-BasedFormatting not working

  • March 2, 2018
  • 1 reply
  • 2165 views

I tried setting 3D Gauge State-BasedFormatting but its not working. Following my observation:

 

1) For 2D label State-BasedFormatting on initial load image formatting is loading but at run-time if rule changes the another image not updating

2) For 3D label or Gauge State-BasedFormatting is not working. On browser console I see few error related to state code.

 

 

1 reply

1-Visitor
March 7, 2018

Work Around

 

1) Created 2 images status_true.png and status_false.png

2) Added 3D Image in studio project

3) Mapped IoT Thing variable to Image Source

temp1.PNG

4) Added Filter VFD1

return value==0?"app/resources/Uploaded/status_false.png":"app/resources/Uploaded/status_true.png"; 

 

Result:

temp2.PNG

 

If someone know how to use State-BasedFormatting on 3D Gauge PTC way, please share.