Refresh contained mashup in thingworx 9.1
- February 3, 2021
- 3 replies
- 3678 views
Hi All,
I have made a mashup with a led display that gets its data from a service. This data changes every second. I have used the auto refresh function explained by the guide. It works great. Now I added a contained mashup. This mashup also uses the same the service as the parent mashup and updates a led display inside contained mashup. I did this to see if both the mashup refreshes or not. To my understanding both mashup if ran individually refreshes, but the contained mashup never refreshes.
I am attaching export of the mashup to show my auto refresh configuration and help me understand where am I missing the link.
Below is the service -
var dateNum = 0;
dateNum = new Date();
var result = dateNum
I have also referred to below links for help.
Regards
SO

