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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Use of SetConfigurationTable to update Configuration Table of a Thing

cbaurand
11-Garnet

Use of SetConfigurationTable to update Configuration Table of a Thing

I am using ThingWorx Platform Release 9.2 and DatecodeSP6

Hi,
Regarding the case Article - CS250386, to update element in the Configuration table of a Thing by custom script service, we should enable and restart the Thing after calling SetConfigurationTable. This documentation is available for Thingworx until 8.4. Is it really what we have to do to update the Thing Configuration? We didn't find anythhing about that in the documentation.
What about the next version (9.2 -> 9.5)?

3 REPLIES 3

HI @cbaurand ,

 

No need to enable & restart the thing in TWX 9 versions to set the configuration tables. Kindly find the attached link for the reference.

Configuration Tables 

 

Thanks & Regards,

Arun C

"update element in the Configuration table of a Thing by custom script service"

I was dealing with same requirement where I had to update the CRON for a scheduler. I simply ran the SetConfigtable() service which updated the CRON string, however, the scheduled events still fired according to the previous CRON.

 

So yes, it required for me to restart the Thing after updating a config table. 

Twx version - 9.3.

Hi @cbaurand 

 

Article CS250386 should be applicable for 9+ also

 

/VR

Top Tags