Commit Graph
13 Commits
Author SHA1 Message Date
Douglas Araujo 1ec9ec9f50 Add createAsynParams method to tidy up the constructor 2024-09-12 11:59:37 +02:00
Douglas Araujo aa7a350688 Remove unused methods 2024-09-12 11:36:56 +02:00
Douglas Araujo 3b0e24798f Remove commented code 2024-09-12 11:34:51 +02:00
Douglas Araujo 15fd21a1e0 Apply clang-format following google standards 2024-09-11 17:06:38 +02:00
marcofilho db6ce72e1d Remove alarm severity when acq aborted.
As discussed in ECDC-4185
2024-09-06 14:04:27 +02:00
marcofilho 634c3b12ba Fix false warning raise.
Fix concurrency problem.

Before this commit, if acquisition was aborted by user before the imagetask had
passed through the conditional
`if ((epicsTimeDiffInSeconds(&currentAcqTime, &prevAcqTime) > maxAcqusitionTime)`, condition would evaluate to true
and raise a warning saying that the acquisition timed out, which is not true.

After this, condition evaluates to false and no alarm is raised.
Tested several acquisitions and this does not seem to compromise the control flow.
It seems to work both with internal and with external triggers.
2024-08-26 16:48:24 +02:00
Jim Larsson bf9dccedc6 Fix OOPT error 2024-06-20 08:54:56 +00:00
Jim LarssonandIocuser 2562f3d732 (Modify) Logic to #StopAfterCycles for cont. mode 2024-02-27 15:44:07 +01:00
Jim LarssonandIocuser 15e0849a58 fix(orca.cpp): timeout msg 2024-02-20 10:47:31 +01:00
Jim Larsson 9bf0389752 ICSHWI-17104: add waiting time until status update -taking too long 2024-02-13 14:32:11 +01:00
Jim Larsson 1a3c91838b add elapsedTotalTime and compare with max acq. 2024-02-13 11:45:02 +01:00
Douglas Araujo 81ee3c28a5 Add mechanism to check dropped frames 2024-01-29 08:25:27 +00:00
Tomasz Brys 10d88aa479 rename Hama to Orca 2024-01-17 15:14:49 +01:00