This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "CANNY 7, Dallas 1-Wire Driver"
[unchecked revision] | [unchecked revision] |
(→Смотри также) |
(→Registers 1-Wire driver) |
||
Line 22: | Line 22: | ||
|} | |} | ||
− | + | Sent requests management to get information from the slaves and control receiving of their responses (sensors poll) is performed by appropriate registers of 1-Wire driver. | |
{| | {| | ||
− | |valign="top" style="padding-left:0.5em;"|'' | + | |valign="top" style="padding-left:0.5em;"|''Note:'' |
− | |valign="top" style="padding-left:0.5em;"|'' | + | |valign="top" style="padding-left:0.5em;"|''To avoid losing data when working with several Dallas buses, perform switching between them only after receiving responses from the slaves requested by the controller and processing or saving the data.'' |
|} | |} | ||
− | + | Example of channel #5 configuration to use with a temperature sensor DS18X20. | |
[[File:6_12_2_1.png|center|300px]] | [[File:6_12_2_1.png|center|300px]] | ||
− | + | 1-Wire driver configuration registers. | |
{|border="1" style="border-collapse:collapse;" align="left" width="100%" | {|border="1" style="border-collapse:collapse;" align="left" width="100%" | ||
|- align="center" valign="top" | |- align="center" valign="top" | ||
!width="250px"|Адрес | !width="250px"|Адрес | ||
− | ! | + | !Expected values |
|- valign="top" | |- valign="top" | ||
− | | | + | |Dallas configuration register |
|valign="top"| | |valign="top"| | ||
{|border="0" align="left" | {|border="0" align="left" | ||
Line 46: | Line 46: | ||
|width="70px" style="padding-left:0.5em;"|1...65535 | |width="70px" style="padding-left:0.5em;"|1...65535 | ||
|style="padding-left:0.5em;"|= | |style="padding-left:0.5em;"|= | ||
− | |style="padding-left:0.5em;"| | + | |style="padding-left:0.5em;"|driver activation and setting the device type (defined by a special constant of the constants directory); |
|- valign="top" | |- valign="top" | ||
|width="70px" style="padding-left:0.5em;"|0 | |width="70px" style="padding-left:0.5em;"|0 | ||
|style="padding-left:0.5em;"|= | |style="padding-left:0.5em;"|= | ||
− | |style="padding-left:0.5em;"| | + | |style="padding-left:0.5em;"|disconnect the channel from 1-Wire driver, return channel control to IO channels driver and allow status changing from the functional diagram. |
|} | |} | ||
|- valign="top" | |- valign="top" |
Revision as of 07:38, 13 August 2016
General Description
Controller CANNY 7 can be used as a master node in a single-wire data network Dallas® 1-Wire®, while it has the ability to only send requests for data from slave devices.
Any of CANNY 7 input-output channels can be used to connect the controller to 1-Wire bus. At the same time, that channel must be externally pulled-up to 5V with resistor 3-7k Ohm. Consistently reassigning driver channels, it's possible to arrange up to 11 independent connections 1-Wire. Wherein device addressing and device handling by address is not available, therefore, in 1-Wire mode it is possible to connect only one SLAVE node at a time to controllers' channel.
Driver Dallas 1-Wire in its operation uses controller channels' resources, but has a higher priority than discrete input-output driver.Thus, upon activation Dallas 1-Wire driver, for channels involved in to its operation, change values in associated registers of discrete input-output driver will be ignored.
The slave must have a permanent, rather than parasitic power.
Registers 1-Wire driver
Below is a description of the 1-Wire driver operation control registers.
Registers 1-Wire driver configuration.
To activate the 1-Wire driver, need to select the controller channel number connected to 1-Wire bus, in the appropriate driver register.
Note: | At any given time, the driver can work with only one of the connected 1-Wire bus, when it is allowed to dynamically switch between buses in the implementation of the functional diagram. |
Sent requests management to get information from the slaves and control receiving of their responses (sensors poll) is performed by appropriate registers of 1-Wire driver.
Note: | To avoid losing data when working with several Dallas buses, perform switching between them only after receiving responses from the slaves requested by the controller and processing or saving the data. |
Example of channel #5 configuration to use with a temperature sensor DS18X20.
1-Wire driver configuration registers.
Адрес | Expected values | ||||||
---|---|---|---|---|---|---|---|
Dallas configuration register |
| ||||||
Регистр номера канала Dallas |
|
Конфигурация канала для работы в данном режиме задается следующим именованными константами:
Параметр | Перечень допустимых значений |
---|---|
Тип устройства 1-Wire | Датчик температуры DS18X20, Считыватель CP-Z в режиме эмуляции DS1990A, Считыватель DS1990A |
Регистры передачи драйвера 1-Wire.
С помощью регистров передачи драйвера 1-Wire пользователь может задать адрес опрашиваемого ведомого устройства и отправить запрос на получение данных.
Адрес | Ожидаемые значения | ||||||
---|---|---|---|---|---|---|---|
Регистр начала передачи Dallas |
| ||||||
Регистр установки 64-битного ROM-кода адресата передачи Dallas SN0:FC |
| ||||||
Регистр установки 64-битного ROM-кода адресата передачи Dallas SN2:SN1 |
| ||||||
Регистр установки 64-битного ROM-кода адресата передачи Dallas SN4:SN3 |
| ||||||
Регистр установки 64-битного ROM-кода адресата передачи Dallas CRC:SN5 |
|
Примечание: | Регистры установки 64-битного ROM-кода адресата передачи Dallas используются только для выбора устройства на шине 1-Wire по его уникальному номеру (ROM-коду), в случае подключения к одной шине нескольких устройств. При работе с единственным устройством на шине, в случае если его ROM-код неизвестен, установите значение «0» во все регистры ROM-кода адресата передачи Dallas. |
Регистры приема драйвера 1-Wire.
В процессе работы, при получении от ведомых устройств ответов на запросы контроллера, данные, в зависимости от конфигурации драйвера 1-Wire, размещаются в его соответствующие регистры приема.
Общие регистры приема.
Адрес | Возвращаемые значения | ||||||
---|---|---|---|---|---|---|---|
Регистр наличия принятых данных Dallas |
|
Прием в режиме CZP / DS1990A.
Адрес | Возвращаемые значения | |||
---|---|---|---|---|
Регистр чтения 64-битного ROM-кода устройства Dallas SN0:FC |
| |||
Регистр чтения 64-битного ROM-кода устройства Dallas SN2:SN1 |
| |||
Регистр чтения 64-битного ROM-кода устройства Dallas SN4:SN3 |
| |||
Регистр чтения 64-битного ROM-кода устройства Dallas CRC:SN5 |
|
Прием в режиме DS18X20.
Адрес | Возвращаемые значения | ||||||
---|---|---|---|---|---|---|---|
Регистр чтения показаний температуры: целые градусы Цельсия |
| ||||||
Регистр чтения показаний температуры: десятитысячные доли градуса Цельсия |
| ||||||
Регистр чтения показаний температуры: знак (0 = выше нуля; 1 = ниже нуля) |
|
Примечание: | При приеме в режиме DS18X20 период опроса датчика температуры, т. е. отправки ему запросов с помощью регистра начала передачи Dallas, должен быть не менее 750мс. |
Пример функциональной диаграммы работы с термодатчиком DS18X20.
Опрос термодатчика, подключенного к каналу №5 контроллера, осуществляется 1 раз в секунду. При получении данных от DS18X20, в регистре наличия принятых данных драйвера Dallas появляется значение «1» и данные из регистров чтения показаний температуры, с помощью D-триггеров, сохраняются в соответствующие именованные сети для дальнейшей обработки.