Commit Graph

63 Commits

Author SHA1 Message Date
Iocuser
e7d48816d2 Add adpluginkafka 2023-02-06 12:51:02 +00:00
Iocuser
7dc9fd7cb3 add readAtributes, readSensor functions 2023-02-06 12:51:02 +00:00
Douglas Araujo
c3634f8157 Merge branch 'ICSHWI-11097_frame_rate' into 'dev'
Add frame rate and control to acquire period PV

See merge request epics-modules/adhama!6
2023-02-01 15:16:27 +00:00
Douglas Araujo
4f8962f9e1 Add conditional to not process time parameters when external trigger is activate 2023-01-02 11:56:11 +01:00
Douglas Araujo
ee066ef720 Add frame rate and control to acquire period PV 2022-12-30 17:22:13 +01:00
Douglas Araujo
e15fafea4b Add shared libraries 2022-12-23 11:39:58 +01:00
Iocuser
58aefc799d small fix in trigger out implementation 2022-12-20 14:24:21 +01:00
Iocuser
a4cbf7e909 fix in trigger output, not ready yet... 2022-12-20 10:27:02 +01:00
Iocuser
f62b2102bc implement trigger out 2022-12-20 09:30:57 +01:00
Iocuser
97fd6f7c46 refactoring 2022-12-16 07:50:26 +01:00
Iocuser
0d44d0bbf2 implement virtual void report(FILE *, int) function 2022-12-15 11:55:21 +01:00
Iocuser
1c1ee4e728 Add linux library to local repo 0.0.2 2022-12-14 14:35:54 +01:00
Iocuser
922a418e5e fix attributes 2022-12-14 13:41:02 +01:00
Iocuser
a97e2b8a1e test with Douglas in B02 0.0.1 2022-12-02 15:28:22 +01:00
Iocuser
5ac4f0223a some bug fixes 2022-12-01 22:02:14 +01:00
Iocuser
312b5a9ff1 fix bug in parameter library, fix some small bugs 2022-11-30 22:07:44 +01:00
Iocuser
3db0cf6913 fix some errors, add ADDriver::writeInt32, ADDriver::writeFloat64 2022-11-29 17:37:05 +01:00
Iocuser
71f12cfdcf update 2022-11-23 16:49:52 +01:00
Iocuser
edd41054e4 Fix BINX, BINY, PixelWidth, PixelHeight and all pixel related PVs 2022-11-14 18:07:01 +01:00
Iocuser
2c4bc518e0 Fix imagewidth and imageheight asyn index 2022-11-11 08:49:56 +01:00
Iocuser
a9d35e911c save 2022-11-08 readout parameters still does not work... 2022-11-08 17:31:25 +01:00
Iocuser
97a79d1cdf Update two functions: getParameter and sensorSize 2022-11-07 17:29:44 +01:00
Douglas Araujo
cc160d8fa8 Merge branch 'frame_timestamp' into 'dev'
Add TimeStamp PV collect from camera removing the exp_time + readoutTime

See merge request epics-modules/adhama!5
2022-11-07 11:34:20 +00:00
Douglas Araujo
8bd5b0970e Add TimeStamp PV collect from camera removing the exp_time + readoutTime 2022-11-07 12:32:20 +01:00
Iocuser
c1904c4dba Remove rebase tags 2022-11-04 09:31:21 +01:00
Douglas Araujo
5bf24db841 Merge branch 'frame_rate' into 'dev'
Frame rate

See merge request epics-modules/adhama!4
2022-11-04 07:56:35 +00:00
Douglas Araujo
8a6cae46d4 Fix EPICS epoch offset 2022-11-04 08:54:46 +01:00
Douglas Araujo
95c47f6174 Add new pv to get timestamp from EVR 2022-11-04 08:54:46 +01:00
Iocuser
1e6f05da04 Add check validation in the write functions and update some items in the mbbi/o pvs 2022-11-04 08:42:51 +01:00
Iocuser
5e9f6dfcfe Update gitignore 2022-10-28 09:08:36 +02:00
Iocuser
d5831a6dc8 Add setIntegerParam in writeInt32 2022-10-26 17:21:45 +02:00
Iocuser
2aeba5fe53 update posX, posY, sizeX, sizeY 2022-10-25 17:37:33 +02:00
Iocuser
5a2535bb99 add function initCamera 2022-10-21 17:33:35 +02:00
Iocuser
c1699dbf3d update DRVL, DRVH in the Db 2022-10-19 10:00:45 +02:00
Iocuser
4380d0a04b Add sensor pixel number 2022-10-14 19:42:32 +02:00
Iocuser
51f6cdab40 Add printf functions to every if in writeInit32 2022-09-29 17:26:58 +02:00
Iocuser
05471689f6 Add all parameters to writeInt32 and writeFloat64 functions 2022-09-28 11:56:43 +02:00
Douglas Araujo
6cbbadc655 Merge branch 'ICSHWI-10278_timestamping' into 'dev'
Collect timestamping from camera frames

See merge request epics-modules/adhama!3
2022-09-27 12:41:07 +00:00
Tomasz Brys
a65af015c7 Merge branch 'ICSHWI-9971_addMutex' into 'dev'
ICSHWI-9971: Add mutex

See merge request epics-modules/adhama!2
2022-09-27 12:31:05 +00:00
Douglas Araujo
68caae571b Collect timestamping from camera frames 2022-09-16 12:07:28 +02:00
Douglas Araujo
1a87d62bc5 Remove stopEvent signal, because the mutex lock control the acq thread loop 2022-09-14 16:54:46 +02:00
Douglas Araujo
ab61e952e1 Add mutex control 2022-09-14 10:32:43 +02:00
Tomasz Brys
45a46e67a1 Merge branch 'develop' into 'master'
Develop

See merge request tomaszbrys/adhama!1
2022-08-22 10:01:25 +00:00
Douglas Araujo
7d82e90419 Merge branch 'ICSHWI-9910_acq_control' into 'develop'
ICSHWI-9910_acq_control

See merge request douglasaraujo/adhama!1
2022-08-22 09:08:44 +00:00
Douglas Araujo
4426bd997e Add acquisition mode control 2022-07-20 12:01:26 +02:00
Douglas Araujo
778691a8ae Process image in epics layer when arrive a new frame from device 2022-07-20 09:39:31 +02:00
Iocuser
b5a86914db Invoke PVA array plugin 2022-07-20 09:27:44 +02:00
Iocuser
a25b504c76 Add function to set values on camera features 2022-07-19 12:55:48 +02:00
Douglas Araujo
b03f4985e9 Add first level acq task implementation 2022-07-12 17:52:57 +02:00
Iocuser
78896cce79 Fix timeout issue 2022-07-07 16:06:45 +02:00