update timestamp on read

This commit is contained in:
e20216
2022-09-16 17:44:21 +02:00
parent fbdccf4dd7
commit fbace69f0f

View File

@ -250,6 +250,7 @@ class GalilReadbackSignal(GalilSignalRO):
return current_pos / step_mm
def read(self):
self._metadata["timestamp"] = time.time()
val = super().read()
if self.parent.axis_Id_numeric == 2:
try: