MaxIV-KitsControls / Libera-SinglePassE

Tango DeviceServer of the Libera SinglePass E
0 stars 1 forks source link

1 - Example needed: Group request and coherence of data in Libera system #8

Closed gasperjug closed 11 years ago

gasperjug commented 12 years ago

Your question:

Our answer:

Your question to our answer:

Our answer:

Please tell us for which parameters/data are you concerned not to be coherent and why? It will be easier to agree on the solution/implementation if we will have the example.

hardion commented 11 years ago

With Tango the client have the possibility to request several attributes in one request to be sure the data are coherent in time each other. If I request the values of the attributes Left, Right and TriggerCounter, I should have the data from the same TriggerCounter number (and not the Left values of the trigger-1)

I would avoid the update of data during a reading request.

hardion commented 11 years ago

Until the data are updated in the always_executed_hook there is no problem of incoherence