EZCA ("Easy Channel Access") is a set of tools for accessing EPICS and DAQ channels from the unix command line.

ezcademod

ezcaswitch

ezcaswitchreport

ezcaread

ezcaservo

ezcastep

ezcawrite

Maintenance

source

/cvs/cds/caltech/gds/DTT/src/prog

Known bugs

On linux, ezcawrite will fail to write a negative number, because it interprets the "-" as a command line option flag. There are at least three workarounds. One is that you can put " -- " before the channel name and value to force getopt to stop scanning for options. Another is that you can set the "POSIXLY_CORRECT" environment variable, though this may cause side effects elsewhere. Finally, you can just put a plus sign before the minus sign, like "ezcastep FOO +-100".

See also

EZCA (last edited 2012-01-03 23:02:43 by localhost)