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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

I have some question about property

CHASEONHO
18-Opal

I have some question about property

Hello

I distinguish data through special key values ​​in the database

and this data is transmitted in real time.

that's why I mash up through templates.

in the tree designed through the network, pass the value of To as the Entity value of the template.

and i update data ussing subscription (AddString(or Integer or Numberic etc..)ValueStreamEntry(params))

but thing's properties do not change.

so I tried the "me.property=item.location" but this method prints the same value in 0.001 second.

I would like to update the properties of this event by avoiding the output at 0.001 second intervals.

this is QueryPropertyHistory

and it is change real time

and this is Property Value

it doesn't change (Here Weight value is default value)

and when i use me.property = item.speed (it's ex)

as you see Output is 0.001s interval about once every 1~4 minutes

and i renewal 1minutes

Please help me

Thank you.

5 REPLIES 5
ankigupta
5-Regular Member
(To:CHASEONHO)

Hi seonho Cha​,

How many properties are you updating in the Service?

Please use UpdatePropertyValues Service and pass current time to update the properties with same time.

about 12

i dont know how to use UpdatePropertyValues Service

var params = {

  values: undefined /* INFOTABLE */

};

me.UpdatePropertyValues(params);

what is mean??

i don't have infotable..

i have value stream and Thing template

thanks

ankigupta
5-Regular Member
(To:CHASEONHO)

Hi seonho Cha​,

Please use following Blog Post: How to use UpdatePropertyValues Service in ThingWorx

Thanks,

Ankit Gupta

ankigupta
5-Regular Member
(To:ankigupta)

seonho Cha​,

Do let me know if your issue is resolved? If not, we can discuss further to find a resolution for you.

thanks for your detail.

then i get query property history same time

thanks to your explain

but Thing's property value wasn't change still lol

Top Tags