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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

After Restart the Thing, updating the thing properties

vi1
15-Moonstone
15-Moonstone

After Restart the Thing, updating the thing properties

Hi,

 

We are observing below issue frequently in Thingworx.

1. Data is not updating to Remote thing properties. After restart thing, updating the data to properties.

We are using .Net SDK(Edge) to get the sensors data into Thingworx. Data is getting into edge correctly but not updating to Remote thing.

 

Any one have idea what is the reason data is not updating to Thing properties. After restart thing, updating the data correctly.

 

Thanks You.

 

Regards,

Latha

3 REPLIES 3
raluca_edu
17-Peridot
(To:vi1)

Hi,

 

Don't know what is happening, could you attach logs from SDK, Thingworx and Tomcat?

Also is there any reason that the connection with the Edge to be broken (e.g. loss of internet?)

 

Thanks,

Raluca Edu

The authoritative value for properties of Remote Things is maintained by your .Net code. When remote Thing properties are bound to Things on the ThingWorx Foundation server, your .Net code must handle what is done when their is a difference between the property value on the server, and the property value in your .Net code.

This documentation explains in more detail:

http://support.ptc.com/help/edge_sdk_dotnet/r5.8.0/en/#page/dotnet_sdk%2Fc_dotnet_sdk_propagate_values_to_edge_devices.html%23wwID0EHJIM

 

vi1
15-Moonstone
15-Moonstone
(To:Rick-Stanley)

Hi,

Thank you for information.

 

We did not observe any error logs in Thingworx and Edge SDK. Its observed for few properties of Same Remote Thing. If we get any communication error(Internet disconnect issue), it should happened for all the properties of remote thing.

 

I have raised support ticket on this issue.

Regards,

Latha

Top Tags