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
Testpulse Cycle Id is constant over all TPs from one acquisition run.
Publish zeromq from TP_TSAnalysis thread function
Use TUF-XOP to save last publishing time for 1s 5s and 10s publishing clock.
(four different publishers)
Instead of retrieving the timestamp in TP_RecordTP, retrieve it when the TP data is pushed to the thread and also push time stamp. Use this time stamp in the JSON as well as in TP_RecordTP then. (only single timestamp)
Part II TP retrieval:
One function that has a related functionality: TP_GetStoredTPs
rename TP_GetStoredTPs to TP_GetConsecutiveTPsUptoMarker
add a function that retrieves single TPs, with arg that allows to choose if DA data is included as well (DA data must be recreated through TP_CreateTestPulseWaveImpl)
add a function that retrieves multiple TPs from TP Cycle id, with arg that allows to choose if DA data is included as well
move core TP data getter to static utility functions and also use that in TP_GetConsecutiveTPsUptoMarker
Multiple options:
Send out "Testpulse Cycle Id" with timestamps (increase to sub second accuracy) and TP index in that cycle.
This avoids client having to poll updates. Only publish updates when the testpulse is running.
Tim:
The text was updated successfully, but these errors were encountered: