From f643ecd481d1df6df53670b11cad608168f0e353 Mon Sep 17 00:00:00 2001 From: rivers Date: Wed, 29 Feb 2012 19:21:00 +0000 Subject: [PATCH] Added PSPacketSize docmentation; reformatted with VS2008 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14503 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/prosilicaDoc.html | 67 +++++++++++++++++++++------------ 1 file changed, 42 insertions(+), 25 deletions(-) diff --git a/documentation/prosilicaDoc.html b/documentation/prosilicaDoc.html index 8329fc3..e6405db 100755 --- a/documentation/prosilicaDoc.html +++ b/documentation/prosilicaDoc.html @@ -92,7 +92,8 @@ - Parameter Definitions in prosilica.cpp and EPICS Record Definitions in prosilica.template + Parameter Definitions in prosilica.cpp and EPICS Record Definitions in prosilica.template + @@ -128,8 +129,7 @@ Falling edge
Any edge
High level
- Low level - + Low level PS_TRIGGER_EVENT @@ -149,8 +149,7 @@ r/w The delay in seconds between the trigger signal and when the frame is actually acquired. - Minimum value is 1 microsecond. - + Minimum value is 1 microsecond. PS_TRIGGER_DELAY @@ -282,13 +281,11 @@ $(P)$(R)SyncOut1Mode
- $(P)$(R)SyncOut1Mode_RBV - + $(P)$(R)SyncOut1Mode_RBV mbbo
- mbbi - + mbbi @@ -298,7 +295,8 @@ r/w - The level of the Sync Out 1 signal. This is only programmable when SyncOut1Mode=GPO. + The level of the Sync Out 1 signal. This is only programmable when SyncOut1Mode=GPO. + PS_SYNC_OUT_1_LEVEL @@ -341,13 +339,11 @@ $(P)$(R)SyncOut2Mode
- $(P)$(R)SyncOut2Mode_RBV - + $(P)$(R)SyncOut2Mode_RBV mbbo
- mbbi - + mbbi @@ -357,7 +353,8 @@ r/w - The level of the Sync Out 2 signal. This is only programmable when SyncOut2Mode=GPO. + The level of the Sync Out 2 signal. This is only programmable when SyncOut2Mode=GPO. + PS_SYNC_OUT_2_LEVEL @@ -400,13 +397,11 @@ $(P)$(R)SyncOut3Mode
- $(P)$(R)SyncOut3Mode_RBV - + $(P)$(R)SyncOut3Mode_RBV mbbo
- mbbi - + mbbi @@ -416,7 +411,8 @@ r/w - The level of the Sync Out 3 signal. This is only programmable when SyncOut3Mode=GPO. + The level of the Sync Out 3 signal. This is only programmable when SyncOut3Mode=GPO. + PS_SYNC_OUT_3_LEVEL @@ -483,13 +479,11 @@ $(P)$(R)Strobe1Mode
- $(P)$(R)Strobe1Mode_RBV - + $(P)$(R)Strobe1Mode_RBV mbbo
- mbbi - + mbbi @@ -535,7 +529,8 @@ r/w - The strobe delay relative to the underlying signal that the strobe is based on. + The strobe delay relative to the underlying signal that the strobe is based on. + PS_STROBE_1_DELAY @@ -634,6 +629,28 @@ longout
longin + + + PSPacketSize + + asynInt32 + + r/w + + Packet size of Ethernet packets. The driver attempts to autonegotiate the maximum + packet size supported by the camera and the IOC computer at initialization. The + actual value being used is read back in the PSPacketSize_RBV PV. One can set a new + packet size with the PSPacketSize PV, however this is currently generating an error. + + + PS_PACKET_SIZE + + $(P)$(R)PSPacketSize
+ $(P)$(R)PSPacketSize_RBV + + longout
+ longin + PSStatFramesCompleted