-
Notifications
You must be signed in to change notification settings - Fork 2
IOC Utilities
John Holt edited this page Jul 28, 2016
·
29 revisions
There are a number of IOC shell utilities defined in C:\Instrument\Apps\EPICS\support\utilities
which can be used in an IOC shell to help startup IOCs.
TODO
TODO
Defines an environment variables as empty or a comment depending on if lhs is empty. The variables defined are:
-
IF<resultsvar>
'#' if empty; otherwise ' ' -
IFNOT<resultsvar>
' ' if empty; otherwise '#'
parameters
-
resultvar
- the basename of the environment variable to set -
lhs
- the string to test -
operation
- set the first bit for verbose mode -
rhs
- does nothing
TODO
TODO
TODO
TODO