Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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.
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
4) Added Filter VFD1
return value==0?"app/resources/Uploaded/status_false.png":"app/resources/Uploaded/status_true.png";
Result:
If someone know how to use State-BasedFormatting on 3D Gauge PTC way, please share.