From 156c8ee409e117e8b5941fc965855e79c18f1811 Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 16 Dec 2011 20:01:25 +0000 Subject: [PATCH] Added new Trigger PVs documentation git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14300 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/prosilicaDoc.html | 90 ++++++++++++++++++++++++++++++++- 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/documentation/prosilicaDoc.html b/documentation/prosilicaDoc.html index d8d0a2a..8329fc3 100755 --- a/documentation/prosilicaDoc.html +++ b/documentation/prosilicaDoc.html @@ -10,7 +10,7 @@

areaDetector Prosilica driver

- August 9, 2011

+ December 15, 2011

Mark Rivers

@@ -114,6 +114,94 @@ Trigger and I/O Control + + + PSTriggerEvent + + asynInt32 + + r/w + + The edge or level for the selected trigger signal when ADTriggerMode=Sync In 1 to + SyncIn 4. Allowed values are:
+ Rising edge
+ Falling edge
+ Any edge
+ High level
+ Low level + + + PS_TRIGGER_EVENT + + $(P)$(R)TriggerEvent
+ $(P)$(R)TriggerEvent_RBV + + mbbo +
+ mbbi + + + + PSTriggerDelay + + asynFloat64 + + r/w + + The delay in seconds between the trigger signal and when the frame is actually acquired. + Minimum value is 1 microsecond. + + + PS_TRIGGER_DELAY + + $(P)$(R)TriggerDelay
+ $(P)$(R)TriggerDelay_RBV + + ao +
+ ai + + + + PSTriggerOverlap + + asynInt32 + + r/w + + Controls the behavior when an external trigger signal arrives before the camera + is ready for the next trigger. Allowed values are:
+ Off - the external trigger is ignored
+ Previous frame - the external trigger is latched and triggers the next frame when + the current frame completes
+ + + PS_TRIGGER_OVERLAP + + $(P)$(R)TriggerOverlap
+ $(P)$(R)TriggerOverlap_RBV + + mbbo +
+ mbbi + + + + PSTriggerSoftware + + asynInt32 + + r/w + + Processing this record performs a software trigger if ADTriggerMode=Software. + + + PS_TRIGGER_SOFTWARE + + $(P)$(R)TriggerSoftware + + bo + PSSyncIn1Level