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

auto refresh property value in mashup

  • August 13, 2020
  • 1 reply
  • 3905 views

I have a very simple example. I have a property value (number) that is updates every second on a thing. I can display this value in a mashup but I cannot figure out how to auto update the value every time it is changed. I have read many documents and none of the solutions have worked. I have tried this link as well.

https://www.ptc.com/en/support/article/CS243895?&source=search

 

Any suggestions? This should be a pretty simple one, I am just new to mashups.

Best answer by justinoberle

Here is a picture of this first option from the link you sent. 

snip.png

1 reply

22-Sapphire I
August 13, 2020

If you use GetProperties you will have a push on update option that's one way you can go, this will have the server push to the mashup when the value changes.

The other approach is the Refresh timer which will retrieve the new value for you

1-Visitor
August 13, 2020

Where do I locate these things? I have it pointing to the getProperties and and I bound the refresh interval with the automatically update checkbox checked. I am not sure how to "push on update option". I will explore the timer in the mean time but this sounds easier. Thanks.