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

how to use dynamic subscription?

jshah-3
1-Newbie

how to use dynamic subscription?

The generic service of addDynamicsubscription() is asking for service name in input?

I have know idea what to enter for it can you specify?

I am planning to create a subscription (in a Thing service) that will run the code  for the given input schedule.

Can this be achieved by using addDynamicsubscription() method?

What is the actual function of addDynamicsubscription()

Thanks for any replies

Jugal

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:jshah-3)

adddynamic subscription is a way to add a subscription on the fly and do a set service invoke.

however they do not persist, so you'd have to recreate upon restart of the platform.

better to just go into the model and add a persistent subscription.

View solution in original post

1 REPLY 1
PaiChung
22-Sapphire I
(To:jshah-3)

adddynamic subscription is a way to add a subscription on the fly and do a set service invoke.

however they do not persist, so you'd have to recreate upon restart of the platform.

better to just go into the model and add a persistent subscription.

Top Tags