Skip to main content
12-Amethyst
June 18, 2024
Question

Use of SetConfigurationTable to update Configuration Table of a Thing

  • June 18, 2024
  • 2 replies
  • 1180 views
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)?

    2 replies

    16-Pearl
    June 18, 2024

    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

    1-Visitor
    August 9, 2024

    "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.

    19-Tanzanite
    August 9, 2024

    Hi @cbaurand 

     

    Article CS250386 should be applicable for 9+ also

     

    /VR