Sample environment devices

EVFactory new <ED> <type> <par> ...

creates a new sample environment device called <ED>.

EVFactory del <ED>

deletes sample environment device <ED>.

emon list

lists all registered environment devices.

emon register <ED>

registers environment device <ED>.

emon unregister <ED>

unregisters environment device <ED>.

<ED> Tolerance [<val>]

allowed deviation from preset.

<ED> Access [<val>]

changes access to device.

<ED> Lowerlimit [<val>]

lower limit for controller.

<ED> Upperlimit [<val>]

upper limit for controller.

<ED> ErrHandler [<val>]

error handler to use for this controller.

<ED> Interrupt [<val>]

interrupt to issue when an error is detected.

<ED> SafeValue [<val>]

The value to drive the controller to when an error is detected and safe error handling is set.

<ED> send <par> [<par> ...]

sends everything after send directly to the controller and returns its response.

<ED> list

lists all parameters.

<ED> [<val>]

returns current value or will drive device to new value <val>.

<ED> log on/off

switches logging on/off.

<ED> log clear

clears all recorded time stamps and values.

<ED> log gettime

retrieves list of all recorded time stamps.

<ED> log getval

retrieves list of all recorded values.

<ED> log getmean

calculates mean value and standard deviation of logged values.

<ED> log frequency [<val>]

specifies the time intervall in seconds between log records.