Added PSPacketSize docmentation; reformatted with VS2008
git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14503 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
@@ -92,7 +92,8 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center" colspan="7,">
|
||||
<b>Parameter Definitions in prosilica.cpp and EPICS Record Definitions in prosilica.template</b></td>
|
||||
<b>Parameter Definitions in prosilica.cpp and EPICS Record Definitions in prosilica.template</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
@@ -128,8 +129,7 @@
|
||||
Falling edge<br />
|
||||
Any edge<br />
|
||||
High level<br />
|
||||
Low level
|
||||
</td>
|
||||
Low level </td>
|
||||
<td>
|
||||
PS_TRIGGER_EVENT</td>
|
||||
<td>
|
||||
@@ -149,8 +149,7 @@
|
||||
r/w</td>
|
||||
<td>
|
||||
The delay in seconds between the trigger signal and when the frame is actually acquired.
|
||||
Minimum value is 1 microsecond.
|
||||
</td>
|
||||
Minimum value is 1 microsecond. </td>
|
||||
<td>
|
||||
PS_TRIGGER_DELAY</td>
|
||||
<td>
|
||||
@@ -282,13 +281,11 @@
|
||||
<td>
|
||||
$(P)$(R)SyncOut1Mode
|
||||
<br />
|
||||
$(P)$(R)SyncOut1Mode_RBV
|
||||
</td>
|
||||
$(P)$(R)SyncOut1Mode_RBV </td>
|
||||
<td>
|
||||
mbbo
|
||||
<br />
|
||||
mbbi
|
||||
</td>
|
||||
mbbi </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@@ -298,7 +295,8 @@
|
||||
<td>
|
||||
r/w</td>
|
||||
<td>
|
||||
The level of the Sync Out 1 signal. This is only programmable when SyncOut1Mode=GPO.</td>
|
||||
The level of the Sync Out 1 signal. This is only programmable when SyncOut1Mode=GPO.
|
||||
</td>
|
||||
<td>
|
||||
PS_SYNC_OUT_1_LEVEL</td>
|
||||
<td>
|
||||
@@ -341,13 +339,11 @@
|
||||
<td>
|
||||
$(P)$(R)SyncOut2Mode
|
||||
<br />
|
||||
$(P)$(R)SyncOut2Mode_RBV
|
||||
</td>
|
||||
$(P)$(R)SyncOut2Mode_RBV </td>
|
||||
<td>
|
||||
mbbo
|
||||
<br />
|
||||
mbbi
|
||||
</td>
|
||||
mbbi </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@@ -357,7 +353,8 @@
|
||||
<td>
|
||||
r/w</td>
|
||||
<td>
|
||||
The level of the Sync Out 2 signal. This is only programmable when SyncOut2Mode=GPO.</td>
|
||||
The level of the Sync Out 2 signal. This is only programmable when SyncOut2Mode=GPO.
|
||||
</td>
|
||||
<td>
|
||||
PS_SYNC_OUT_2_LEVEL</td>
|
||||
<td>
|
||||
@@ -400,13 +397,11 @@
|
||||
<td>
|
||||
$(P)$(R)SyncOut3Mode
|
||||
<br />
|
||||
$(P)$(R)SyncOut3Mode_RBV
|
||||
</td>
|
||||
$(P)$(R)SyncOut3Mode_RBV </td>
|
||||
<td>
|
||||
mbbo
|
||||
<br />
|
||||
mbbi
|
||||
</td>
|
||||
mbbi </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@@ -416,7 +411,8 @@
|
||||
<td>
|
||||
r/w</td>
|
||||
<td>
|
||||
The level of the Sync Out 3 signal. This is only programmable when SyncOut3Mode=GPO.</td>
|
||||
The level of the Sync Out 3 signal. This is only programmable when SyncOut3Mode=GPO.
|
||||
</td>
|
||||
<td>
|
||||
PS_SYNC_OUT_3_LEVEL</td>
|
||||
<td>
|
||||
@@ -483,13 +479,11 @@
|
||||
<td>
|
||||
$(P)$(R)Strobe1Mode
|
||||
<br />
|
||||
$(P)$(R)Strobe1Mode_RBV
|
||||
</td>
|
||||
$(P)$(R)Strobe1Mode_RBV </td>
|
||||
<td>
|
||||
mbbo
|
||||
<br />
|
||||
mbbi
|
||||
</td>
|
||||
mbbi </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
@@ -535,7 +529,8 @@
|
||||
<td>
|
||||
r/w</td>
|
||||
<td>
|
||||
The strobe delay relative to the underlying signal that the strobe is based on.</td>
|
||||
The strobe delay relative to the underlying signal that the strobe is based on.
|
||||
</td>
|
||||
<td>
|
||||
PS_STROBE_1_DELAY</td>
|
||||
<td>
|
||||
@@ -634,6 +629,28 @@
|
||||
longout<br />
|
||||
longin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
PSPacketSize</td>
|
||||
<td>
|
||||
asynInt32</td>
|
||||
<td>
|
||||
r/w</td>
|
||||
<td>
|
||||
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.
|
||||
</td>
|
||||
<td>
|
||||
PS_PACKET_SIZE</td>
|
||||
<td>
|
||||
$(P)$(R)PSPacketSize<br />
|
||||
$(P)$(R)PSPacketSize_RBV</td>
|
||||
<td>
|
||||
longout<br />
|
||||
longin</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
PSStatFramesCompleted</td>
|
||||
|
||||
Reference in New Issue
Block a user