You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the timestamp of the tags to store their values.
I retrieve the values in batch by client.read_values(tags), how can I retrieve the timestamps also ?
I am using KepwareEx, I have enabled Browsing>Return Tag Properties in Project Property and Reinitialize, but still for prop in await tag.get_properties(): print("prop:",prop) returns nothing. Even if this works this searches all the props for the timestamp property, is there any more efficient way ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to use the timestamp of the tags to store their values.
I retrieve the values in batch by
client.read_values(tags)
, how can I retrieve the timestamps also ?I am using KepwareEx, I have enabled
Browsing>Return Tag Properties
inProject Property
andReinitialize
, but stillfor prop in await tag.get_properties(): print("prop:",prop)
returns nothing. Even if this works this searches all the props for the timestamp property, is there any more efficient way ?Beta Was this translation helpful? Give feedback.
All reactions