Skip to main content
1-Visitor
April 13, 2020
Solved

how to add warning alert on dashboard?

  • April 13, 2020
  • 7 replies
  • 3531 views

hello friends, I'm users of the free Thingworx platform

I would like to know how I inform the user when one of the variables is irregular, for example:

production = 0 "production stopped"

thanks in advance.

Best answer by cmorfin

Hi @Marcus_Konflanz 

 

I have attached a mashup that uses all the different functions as example.

For your case, look at how the bottom field "Enter  text in upper case" is made.

A validator check that the text is in upper case (in your case that will be the value 0 for example) and then the output is sent to some status message functions.

 

Hope this helps

Christophe

 

7 replies

19-Tanzanite
April 14, 2020

Hi @Marcus_Konflanz 

 

You can use a validator function to check the value and bind the true/false event to a Status Message function.

 

Hope this helps

Christophe

 

1-Visitor
April 17, 2020


hello @cmorfin , thank you for your time

I didn't quite understand how to validate and associate the message, could you explain it to me?

cmorfin19-TanzaniteAnswer
19-Tanzanite
April 20, 2020

Hi @Marcus_Konflanz 

 

I have attached a mashup that uses all the different functions as example.

For your case, look at how the bottom field "Enter  text in upper case" is made.

A validator check that the text is in upper case (in your case that will be the value 0 for example) and then the output is sent to some status message functions.

 

Hope this helps

Christophe