-
Bug corrected: error while interpreting date and sample_date in new_econum_data()
-
Bug corrected: missmatch between localRepos (old name) and local_repos (new name) for the corresponding option. Idem for remoteRepos/remote_repos.
-
new_econum_data() now works with missing metadata() and allows for custom metadata also.
-
repos_load() now passes ... to validate().
- Rework of code.
iks.process()
now also accepts lowercase names for probes (as of more recent IKS aquastar devices provide them).
- In
iks.open()
, the Tcl proc installed to handle serial entries can lead to an error in Tcl while unsetting the corresponding variable in a very rare and weird case where the serial port is connected through a serial-to-usb adapter and the USB port deconnects just in the middle of a communication. The unset command is now embedded into a catch { unset ....} construct to by-pass in this rare situation.
- Code for
gce8Cmd()
is adapted to the new series of cards that implement the memory feature (M0/M1 instructions). Ifrelay = NULL
ingce8Cmd()
, then, memory state is changed.
-
IKS routines tested and adapted to Linux Ubuntu 11.10
-
timeFingerprint()
renamedtimeToFingerprint()
and the opposite functionfingerprintToTime()
added. -
Addition of
timeFingerprint()
,optionsEcoNum()
,getOptEcoNum
andsetOptEcoNum()
in utilities.R. -
Addition of
EcoNumData
object and related methodsprint()
,summary()
,validate()
,reposSave()
. Also addition ofreposLoad()
to reload someEcoNumData
from the local or remote repository.
.iks.port()
is modified to allow com ports higher than 9 on Windows.
gce8Ready()
always took the default port or name, corrected.
- Instructions are added to control a GCE USB 8 relays card through a virtual comm port (functions gce8*).
First version of the package.