Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello,
I want to show how many time is remaining to start program for this How Do I add running status of program through service??please refer the below attachment
Thanks in advance
Solved! Go to Solution.
Hi @RM12,
You can achieve this by creating a subscription that triggers every minute from a Timer Thing and comparing the current date/time and programStartDateTime. Then, set property timeRemaining of the program to the difference between currentDate and programStartDateTime. This will set the property every minute and keep it up to date.
Thanks,
Emmanuel
Hi @RM12,
You can achieve this by creating a subscription that triggers every minute from a Timer Thing and comparing the current date/time and programStartDateTime. Then, set property timeRemaining of the program to the difference between currentDate and programStartDateTime. This will set the property every minute and keep it up to date.
Thanks,
Emmanuel
Hi @RM12.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in the community!
Regards.
--Sharon