| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| howto-install.pdf | 2014-01-04 | 182.0 kB | |
| README.txt | 2014-01-04 | 1.1 kB | |
| ectk-release-2.0.tar.gz | 2014-01-04 | 280.3 kB | |
| Totals: 3 Items | 463.4 kB | 0 | |
INSTALLATION ============ Follow the instructions given in howto-install.pdf CHANGES ======= In ECTk version 2.0 the following main changes are incorporated: - Possibility to use several IO boards simultaneously As consequence the command IODevice has become obsolete and is now replaced by the commands ioboard and ecio. - Possibility to link Tcl variables to IO channels Linked variables are updated during the execution of the ECTk process loop - Possibility to add comments to each ECTk process in the process loop Therefore use the new -comment option - System-wide configuration file ectk.ectkrc.tcl This file is located in /usr/local/etc/ectk and is sourced at startup of ECTk. This file will source any Tcl script (any file with extension *.tcl) in the directory /usr/local/etc/ectk/ectk.d. These files, which can be any valid Tcl script, are intended to contain common tasks for a given system such as sourcing the driver of the potentiostat or configuring an IO board available on the system. - Correction of various minor bugs