Value stream weird behavior (timestamp not correct)
- March 14, 2023
- 2 replies
- 3069 views
Hello,
I need your help for a problem on my project (thingworx 9.1)
1- I have a subscriber to mqtt (SubscriberThing, + valuestream to store data)
2- Received messages are parsed to infotable (ParserThing + valuestream to store data) i have a subscription on ParserThing triggred when SubscriberThing receive a new mqtt message.
I log all properties of SubscriberThing and ParserThing
when i querypropertyhistory i got a logic result on SubscriberThing (timestamp change every second en average)
However, on ParserThing all data are like stored on temporary memory and after some minutes they are stored one time to the value stream of ParserThing
Logically, the i should get a new row each time ParserThing triggred! but no.
The graphic attached show the evolution of data on SubscriberThing. you can see that each period all data en temporary memory are stored one time.
I find no explanation for this behavior!
Any help please
thank you

