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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How to use the initialization method in the extension can not read the configured parameters

Huaxu
7-Bedrock

How to use the initialization method in the extension can not read the configured parameters

I created a Thing Template extension using the Java SDK9.5.0, set the configuration parameters, and wanted to be able to read the configuration parameters to update some of the Template's property values,Thingworx always fails. How do I use the initialization method correctly to update properties or how to use this method correctly.

@Override
protected void initializeThing(ContextType contextType) throws Exception {
// TODO Auto-generated method stub
super.initializeThing(contextType);
}

0 REPLIES 0
Top Tags