From d01e54bd341c003e43c5788fddcdb478eeea8c39 Mon Sep 17 00:00:00 2001
From: Jeff Hill
| Description | |||
|---|---|---|---|
| -duuuu | +-d <uuuu> | 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" | +-p <aaaa> | +prefix all of the PV names below with aaaa changing, for example, the + name of "bill" to "xyz:bill" |
| -tn.n | +-t <n.n> | set execution time where n.n is a positive real number | |
| -cuuuu | +-c <uuuu> | 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 | +-s <nnn> | +the default, nnn is one, enables periodic scanning of the PV + replacing the PV with its value added with a small random change, when + nnn is zero it turns off this type of periodic scanning |
| -ss1 or -ss0 | --ss1 is the default it enables synchronous scanning, and -ss0 turns - on asynchronous scanning | +-ss <nnn> | +the default, nnn is one, enables synchronous scanning, and if nnn is + zero it turns on asynchronous scanning |
The example server has a compile time fixed set of example variables.
| PV Name | +Process Variable Name | Number of Elements | IO Type | Data Type | @@ -1723,6 +1721,24 @@ the application Developer's Guide.-10.0 | changed only by client |
|---|---|---|---|---|---|---|
| billy | +1 | +Asynchronous | +float point, 64 bits | +10.0 | +-10.0 | +changed only by client | +
| bloaty | +100000 | +Synchronous | +float point, 64 bits | +10.0 | +-10.0 | +changed only by client | +