Artifact Content

Artifact ff846f24c673f8e62b8b97c507e72b22e42e4da8:

Wiki page [dallas] by schelte 2014-03-20 11:10:47.
D 2014-03-20T11:10:47.999
L dallas
U schelte
W 1008
<h1>The dallas command</h1>

<hr>

<h2>Synopsis</h2>
<b>package require dallas</b>

<b>dallas</b> <i>subcommand</i> ?<i>arg ...</i>?

<hr>

<h2>Description</h2>

The <b>dallas</b> command lets you interact with DS1621 based devices for measuring temperature. The legal values of <i>subcommand</i> are listed below. Note that you can abbreviate the <i>subcommand</i>s.

<dl>
<dt><b>dallas ds1621</b> <i>bus</i> ?<i>number</i>?
<dd>Open a channel to a DS1621 temperature sensor. There can be up to eight DS1621 sensors on the same i2c bus. The <i>number</i> argument selects which of the eight devices to access. The command returns the channel handle.
<dt><b>dallas convert</b> <i>handle</i>
<dd>Instruct the device to start a temperature measurement. A temperature conversion takes a maximum of 750ms.
<dt><b>dallas temperature</b> <i>handle</i>
<dd>Obtain the result of the last temperature conversion. This command will wait for a running conversion to complete, if necessary.
</dl>

Z b1c0ebf896a42e8d431d735d55689ccc