diff --git a/src/ca/CAref.html b/src/ca/CAref.html index 878e1fb39..3b4b5e6dc 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -90,6 +90,7 @@ $Date$
excas [options]
+ +This is an example CA server that is sometimes used for testing purposes. An +example server can be created with the makeBaseApp perl script, as descibed in +the application Developer's Guide.
+ +| Option | +Description | +
|---|---|
| -duuuu | +set level uuuu for debug messages, where uuuu is an positive integer + number | +
| -paaaa | +prefix all of the PV names below with aaaa changing the name of + "bill" to "xyz:bill" | +
| -tn.n | +set execution time where n.n is a positive real number | +
| -cuuuu | +set the numbered alias count | +
| -s1 or -s0 | +-s1 is the default it enables periodic scanning of the PV replacing + the PV with its value added with a small random change, -s0 turns off + type of periodic scanning | +
| -ss1 or -ss0 | +-ss1 is the default it enables synchronous scanning, and -ss0 turns + on asynchronous scanning | +
The example server has a compile time fixed set of example variables.
+ +| PV Name | +Number of Elements | +IO Type | +Data Type | +High Limit | +Low Limit | +Scan Period | +
|---|---|---|---|---|---|---|
| jane | +1 | +Synchronous | +float point, 64 bits | +10.0 | +0.0 | +0.1 Seconds, random noise changes | +
| fred | +1 | +Synchronous | +float point, 64 bits | +10.0 | +-10.0 | +2.0 Seconds, random noise changes | +
| janet | +1 | +Asynchronous | +float point, 64 bits | +10.0 | +0.0 | +0.1 Seconds, random noise changes | +
| freddy | +1 | +Asynchronous | +float point, 64 bits | +10.0 | +-10.0 | +2.0 Seconds, random noise changes | +
| alan | +100 | +Synchronous | +float point, 64 bits | +10.0 | +-10.0 | +2.0 Seconds, random noise changes | +
| albert | +1000 | +Synchronous | +float point, 64 bits | +10.0 | +-10.0 | +20.0 Seconds, random noise changes | +
| boot | +1 | +Synchronous | +enumerated, 16 bits | +10.0 | +-10.0 | +changed only by client | +
| booty | +1 | +Asynchronous | +enumerated, 16 bits | +10.0 | +-10.0 | +1.0 Seconds, random noise changes | +
| bill | +1 | +Synchronous | +float point, 64 bits | +10.0 | +-10.0 | +changed only by client | +
Not all of the options listed above have been tested recently.
+ +