Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I want to bind my models to a thing using analytics events. It works just fine at first. Then I made a new analytics event to bind my model with another thing, But it is not working. I used the industrial connection thing first, then I changed it to the generic thing (I duplicated the thing that's working) but nothing works. I already checked analytics jobs but nothing shows there (already unchecked filter completed jobs). Please help me to bind my models with the industrial connection thing. (Because I want the input from kepware)
Solved! Go to Solution.
Hi @AF_10333884
Analysis events use dynamic subscriptions. Those subscriptions will be lost if you restart the thing (a restart will happen if you save the thing for example).
From your description you have done a few modification on the different Things, so it might be the reason for the issue.
This is documented at https://www.ptc.com/en/support/article/cs371311 .
Here are a few steps that can help:
- Make sure none of the supporting Things are in Edit mode
- Disable and re-enable the Analysis Event
- Restart ThingWorx
- Alternatively use ThingWorx Analytics API instead of Analysis event. Though this require to code some services, those will also use persisted subscription that won't have this type of issues.
hope this helps
Christophe
Hi @AF_10333884
Analysis events use dynamic subscriptions. Those subscriptions will be lost if you restart the thing (a restart will happen if you save the thing for example).
From your description you have done a few modification on the different Things, so it might be the reason for the issue.
This is documented at https://www.ptc.com/en/support/article/cs371311 .
Here are a few steps that can help:
- Make sure none of the supporting Things are in Edit mode
- Disable and re-enable the Analysis Event
- Restart ThingWorx
- Alternatively use ThingWorx Analytics API instead of Analysis event. Though this require to code some services, those will also use persisted subscription that won't have this type of issues.
hope this helps
Christophe
Hi,
Do you have any references on how to use ThngWorx Analytics API?
Hi
You should be able to move forward with the API using the service examples from https://community.ptc.com/t5/IoT-Tips/Analytics-Services-Examples/ta-p/819300 . You will probably be mostly interested by the Real time scoring prediction. Once you have the service built, you can simply create a subscription that execute it based on the desired event.
You can also refer to Help Center