Skip to main content
1-Visitor
October 21, 2019
Solved

Persistent infotable property

  • October 21, 2019
  • 2 replies
  • 1362 views

Hi

 

I have Persistent infotable proeprty for my device.

 

I understood that persistent property is store data even if device goes to offline.

 

but I add some rows on my infortable and disconnect, reconnect device.

 

rows on infortable are disappeared.

 

Is is all right?

 

How can I maintain infortable's data?

Best answer by raluca_edu

Hi,

 

You need to follow the approach from this article: https://www.ptc.com/en/support/article?n=CS227531

Recommendation is to clone infotable, perform the modification and after assign again the infotable to the original one.

 

Hope it helps,

Raluca Edu

2 replies

raluca_edu
17-Peridot
October 21, 2019

Hi,

 

You need to follow the approach from this article: https://www.ptc.com/en/support/article?n=CS227531

Recommendation is to clone infotable, perform the modification and after assign again the infotable to the original one.

 

Hope it helps,

Raluca Edu

1-Visitor
October 22, 2019

Thank you!

 

It resolve my problem 🙂