cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Interval based service output

sabharees
13-Aquamarine

Interval based service output

Is there any way to send multiple outputs from the single service at a set of intervals? 

for ex: 

I have an HTML snippet to display images using the HTML text area widget. 
In my case, I have a list of image URLs in an array to display. My intention after invoking the service user should see all the images, each image should stay on the screen for 2 seconds. 

unfortunately, the HTMLTextArea widget is not taking a script from the HTML code.

2 REPLIES 2
CharlesJi
14-Alexandrite
(To:sabharees)

Hi @sabharees 

As for the internals, I guess you can try to add an Auto Refresh function to invoke your service, then you can somehow change the result by every time the service is invoked.

sabharees
13-Aquamarine
(To:CharlesJi)

Hi @CharlesJi ,

 

Thanks for your response.

I have existing mechanism with auto refresh function and I expected any other workaround for this. 

Top Tags