Differences between revisions 4 and 5
Revision 4 as of 2008-10-13 17:16:48
Size: 914
Editor: TobinFricke
Comment:
Revision 5 as of 2012-01-03 23:02:43
Size: 934
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
 * [[Software Tools]]  * [[Software_Tools]]

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)