This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "CANNY 7, CAN Driver"

From CANNY Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Driver's registers)
(Driver's registers)
Line 131: Line 131:
 
{|border="0" align="left"
 
{|border="0" align="left"
 
|- valign="top"
 
|- valign="top"
|style="padding-left:0.5em;"|CAN driver absence activity register
+
|style="padding-left:0.5em;"|CAN Idle Register
 
|}
 
|}
 
|valign="top"|
 
|valign="top"|
Line 165: Line 165:
 
{|border="0" align="left"
 
{|border="0" align="left"
 
|- valign="top"
 
|- valign="top"
|style="padding-left:0.5em;"|CAN Receive Error Register
+
|style="padding-left:0.5em;"|CAN Error Register
 
|}
 
|}
 
|
 
|
Line 213: Line 213:
 
|width="70px" style="padding-left:0.5em;"|1
 
|width="70px" style="padding-left:0.5em;"|1
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|в буфере приема драйвера CAN находится полученное сообщение, данное значение появляется в регистре на один цикл выполнения диаграммы сообщая об актуальности данных, находящихся в буфере приема;
+
|style="padding-left:0.5em;"|CAN driver receive buffer has received message, this value appears in the register for one cycle of diagram execution, stating the relevance of data stored in the receive buffer;
 
|- 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;"|в буфере приема драйвера CAN нет актуальных данных.
+
|style="padding-left:0.5em;"|there is no data in the CAN driver receive buffer.
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 230: Line 230:
 
|width="70px" style="padding-left:0.5em;"|0...65535
 
|width="70px" style="padding-left:0.5em;"|0...65535
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|значение младшей части идентификатора полученного CAN-сообщения.
+
|style="padding-left:0.5em;"|the value of the lower part of the identifier received CAN-message.
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 243: Line 243:
 
|width="70px" style="padding-left:0.5em;"|0...32767
 
|width="70px" style="padding-left:0.5em;"|0...32767
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|значение старшей части идентификатора полученного CAN-сообщения.
+
|style="padding-left:0.5em;"|the value of the higher part of the identifier received CAN-message.
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 256: Line 256:
 
|width="70px" style="padding-left:0.5em;"|0...ER + 8
 
|width="70px" style="padding-left:0.5em;"|0...ER + 8
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|значение, равное количеству байт данных в принятом сообщении, признаки EXT и RTR (см. примечание).
+
|style="padding-left:0.5em;"|a value equal to the number of bytes of data in the received message, signs EXT and RTR (See note).
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 273: Line 273:
 
|width="70px" style="padding-left:0.5em;"|0...65535
 
|width="70px" style="padding-left:0.5em;"|0...65535
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|значения соответствующих байт данных принятого сообщения CAN, по два байта на регистр.
+
|style="padding-left:0.5em;"|values of the corresponding data bytes received in CAN message, two bytes per register.
 
|}
 
|}
 
|}
 
|}
  
 
{|
 
{|
|valign="top" style="padding-left:0.5em;"|''Примечание:''
+
|valign="top" style="padding-left:0.5em;"|''Note:''
|valign="top" style="padding-left:0.5em;"|''Регистр принятого сообщения CAN ERL, помимо числа байт в принятом сообщении 0...8 в младших битах, содержит в своих старших битах информацию о специальных признаках сообщения: бит 15 - признак EXT и бит 14 признак RTR.  Где EXT = 1 при приеме сообщения в расширенном формате,  EXT = 0 при стандартном формате сообщения; RTR = 1 при приеме удаленного запроса данных, EXT = 0 при приеме обычного сообщения.''
+
|valign="top" style="padding-left:0.5em;"|''CAN Received Data Register ERL, in addition to the number of bytes in the received message 0 ... 8 least significant bits, contains in its most significant bits information about special message attributes: bit 15 - EXT sign & bit 14 - RTR signWhere EXT = 1, when receive a message in the extended format,  EXT = 0 for a standard message format; RTR = 1 when receiving remote data request, EXT = 0 when receiving normal message.''
 
|}
 
|}
  
Регистры передачи сообщений CAN используются для размещения в буфере передачи драйвера данных, подлежащих отправке.
+
CAN transmit registers are used to accommodate data in the transmission buffer to be sent.
 
{|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"|Address
!Ожидаемые значения
+
!Expected values
 
|- valign="top"
 
|- valign="top"
 
|
 
|
Line 298: Line 298:
 
|width="70px" style="padding-left:0.5em;"|1
 
|width="70px" style="padding-left:0.5em;"|1
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|загрузить данные из регистров передачи в буфер передачи драйвера CAN;
+
|style="padding-left:0.5em;"|load data from the transfer registers in to CAN driver send buffer;
 
|- 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;"|не загружать данные в буфер передачи драйвера CAN.
+
|style="padding-left:0.5em;"|do not load data to CAN driver transmission buffer.
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 315: Line 315:
 
|width="70px" style="padding-left:0.5em;"|0...65535
 
|width="70px" style="padding-left:0.5em;"|0...65535
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|значение младшей части идентификатора передаваемого CAN-сообщения.
+
|style="padding-left:0.5em;"|the value of the lower part of the identifier transmitting CAN-message.
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 328: Line 328:
 
|width="70px" style="padding-left:0.5em;"|0...32767
 
|width="70px" style="padding-left:0.5em;"|0...32767
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|значение старшей части идентификатора передаваемого CAN-сообщения.
+
|style="padding-left:0.5em;"|the value of the higher part of the identifier transmitting CAN-message.
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 341: Line 341:
 
|width="70px" style="padding-left:0.5em;"|0...ER + 8
 
|width="70px" style="padding-left:0.5em;"|0...ER + 8
 
|style="padding-left:0.5em;"|=
 
|style="padding-left:0.5em;"|=
|style="padding-left:0.5em;"|значение, равное количеству байт данных в передаваемом сообщении, признаки EXT и RTR (см. примечание).
+
|style="padding-left:0.5em;"|the value equal to the number of bytes of data in the transmitted message signs EXT и RTR (see note).
 
|}
 
|}
 
|- valign="top"
 
|- valign="top"
Line 357: Line 357:
 
|- valign="top"
 
|- valign="top"
 
|width="70px" style="padding-left:0.5em;"|0...65535
 
|width="70px" style="padding-left:0.5em;"|0...65535
|style="padding-left:0.5em;"|=
+
|style="padding-left:0.5em;"|
|style="padding-left:0.5em;"|значения соответствующих байт данных передаваемого сообщения CAN, по два байта на регистр.
+
|style="padding-left:0.5em;"|values of the corresponding data byte of transmitting CAN message, two bytes per register.
 
|}
 
|}
 
|}
 
|}
  
 
{|
 
{|
|valign="top" style="padding-left:0.5em;"|''Примечание:''
+
|valign="top" style="padding-left:0.5em;"|''Note:''
|valign="top" style="padding-left:0.5em;"|''Регистр сообщения передачи CAN ERL, помимо числа байт в передаваемом сообщении 0...8 в младших битах, содержит в своих старших битах информацию о специальных признаках сообщения: бит 15 - признак EXT и бит 14 признак RTR. Где EXT = 1 при передаче сообщения в расширенном формате,  EXT = 0 при стандартном формате сообщения; RTR = 1 при передаче удаленного запроса данных, EXT = 0 при передаче обычного сообщения.''
+
|valign="top" style="padding-left:0.5em;"|''CAN Transmit Data Register ERL, in addition to the number of bytes in the transmitting message 0 ... 8 least significant bits, contains in its most significant bits information about special message attributes: bit 15 - EXT sign & bit 14 - RTR sign. Where EXT = 1, when transmitting a message in the extended format,  EXT = 0 for a standard message format; RTR = 1 when transmitting remote data request, EXT = 0 when receiving normal message.''
 
|}
 
|}
  
Пример функциональной диаграммы отправки данных в шину CAN. Выполняя диаграмму контроллер, с периодичностью 1 раз в 100мс, передает в шину на скорости 125 кБод данные о состоянии трех своих входов, используя сообщения стандартного формата с идентификатором 0x123, содержащие один байт данных.
+
An example of a functional diagram of the data sent to the CAN bus. Performing diagram the controller once every 100 ms, transmits to the bus at a speed of 125 kbps, the data about the state of its three inputs, using a standard format message with the identifier 0x123, contains a single byte of data.
  
 
[[File:6_9_2_1.png]]
 
[[File:6_9_2_1.png]]
  
Пример функциональной диаграммы приема данных из шины CAN. Выполняя диаграмму контроллер, получая по шине сообщения стандартного формата с идентификатором 0x0123, содержащие один байт данных, устанавливает на трех своих выходах состояние в соответствии с полученным значением.
+
An example of a functional diagram of the data receive from the CAN bus. Performing the diagram controller, receiving message from the bus in standard format with ID 0x0123, containing one byte of data, sets on three of its outputs, states in accordance with received value.
  
 
[[File:6_9_2_2.png]]
 
[[File:6_9_2_2.png]]
  
Пример функциональной диаграммы приема данных из шины CAN. Выполняя диаграмму контроллер, получая по шине сообщения стандартного формата с идентификатором 0x01F3, анализирует содержащееся в одном из байтов сообщения значение и устанавливает на своих выходах и встроенном светодиоде соответствующие состояния.  
+
An example of a functional diagram of the data receive from the CAN bus. Performing the diagram controller, receiving message on the bus in standard format with an ID 0x01F3, analyzes contained in one of the  message bytes a value and sets on its outputs and built-in LED corresponding states.  
  
 
[[File:6_9_2_3.png]]
 
[[File:6_9_2_3.png]]

Revision as of 15:02, 1 June 2016

General Description

Two dedicated external outputs of CANNY 7 controller, located on the 4-pin connector: CAN-H and CAN-L, provided for connection to digital information CAN-bus.

Driver's registers

Below is a description of valid values for registers controlling CAN-bus driver operation.

CAN driver configuration registers allows to set the parameters of the controller as a CAN bus node:

Address Expected values
CAN Mode Setup Register
1...8 = driver activation and CAN-messages transmit/receive speed setting (defined by a special constant of constants directory);
0 = style="padding-left:0.5em;"driver disabled.
CAN Acceptance Filter Identifier Register IDL 0
...
CAN Acceptance Filter Identifier Register IDL 15
0...65535 = set filter value for lower part of CAN-message identifier(bits 0...10 identifier standard format or bits 0...15 expanded identifier format);
CAN Acceptance Filter Identifier Register IDH 0
...
CAN Acceptance Filter Identifier Register IDH 15
0...32767 = set filter value for higher part of CAN-message identifier (bits 16...28 expanded identifier format);
CAN Listen Only Mode Enable Register
1 = CAN messages passive reception mode enabled (listen only);
0 = CAN messages reception and transmission mode enabled (normal);
CAN Acceptance Filter Enable Register
1 = CAN received messages filtering mode enabled;
0 = CAN received messages filtering mode disabled.
Note: In passive receiving CAN messages mode (listen only), unlike normal CAN mode, the driver operates to receive data from CAN-bus, but does not send a confirmation of reception and does not puts network in an error state when it detects such. Thus, the controller remains invisible to the other devices on the bus, does not prove itself. For normal network operation, there must be present at least two devices operating in the normal mode.
Note: When filter mode enabled the CAN driver will accept only those messages whose identifiers match values in CAN message receive filter installation registers, ignoring all others.

CAN driver configuration is defined by a constant predetermined data transmission/reception speed.

Parameter A list of acceptable values
Data transmission/reception speed, Kbit/s 10; 33; 50; 83; 100; 125; 250; 500; 1000

Named constants that represent CAN configuration parameters combination, available to the user in the "CAN Modes" CannyLab constants directory, which can be accessed via function block entry context menu having "constant" type.

CAN driver diagnostics registers allows the user to determine the status of the driver in one or another moment of a diagram execution.

Address Returning Values
CAN Idle Register
1 = CAN driver activity is absent, the bus is idle, the data reception is not performed;
0 = CAN activity registered.
CAN Overflow Register
1 = error, CAN buffer is full;
0 = no overflow of the receive buffer.
CAN Error Register
1 = CAN reception error rate exceeds a threshold;
0 = CAN reception error rate below an acceptable threshold.
CAN data buffer readiness register
1 = CAN driver data buffer is empty and ready to receive new messages;
0 = CAN driver data buffer is not ready.

CAN driver receiving registers allows access to the values obtained on the bus.

Address Return values
CAN Data Set Ready Register
1 = CAN driver receive buffer has received message, this value appears in the register for one cycle of diagram execution, stating the relevance of data stored in the receive buffer;
0 = there is no data in the CAN driver receive buffer.
CAN Received Data Register IDL
0...65535 = the value of the lower part of the identifier received CAN-message.
CAN Received Data Register IDH
0...32767 = the value of the higher part of the identifier received CAN-message.
CAN Received Data Register ERL
0...ER + 8 = a value equal to the number of bytes of data in the received message, signs EXT and RTR (See note).
CAN Received Data Register D1:D0
...
CAN Received Data Register D7:D6
0...65535 = values of the corresponding data bytes received in CAN message, two bytes per register.
Note: CAN Received Data Register ERL, in addition to the number of bytes in the received message 0 ... 8 least significant bits, contains in its most significant bits information about special message attributes: bit 15 - EXT sign & bit 14 - RTR sign. Where EXT = 1, when receive a message in the extended format, EXT = 0 for a standard message format; RTR = 1 when receiving remote data request, EXT = 0 when receiving normal message.

CAN transmit registers are used to accommodate data in the transmission buffer to be sent.

Address Expected values
CAN Request To Send Register
1 = load data from the transfer registers in to CAN driver send buffer;
0 = do not load data to CAN driver transmission buffer.
CAN Transmit Data Register IDL
0...65535 = the value of the lower part of the identifier transmitting CAN-message.
CAN Transmit Data Register IDH
0...32767 = the value of the higher part of the identifier transmitting CAN-message.
CAN Transmit Data Register ERL
0...ER + 8 = the value equal to the number of bytes of data in the transmitted message signs EXT и RTR (see note).
CAN Transmit Data Register D1:D0
...
CAN Transmit Data Register D7:D6
0...65535 values of the corresponding data byte of transmitting CAN message, two bytes per register.
Note: CAN Transmit Data Register ERL, in addition to the number of bytes in the transmitting message 0 ... 8 least significant bits, contains in its most significant bits information about special message attributes: bit 15 - EXT sign & bit 14 - RTR sign. Where EXT = 1, when transmitting a message in the extended format, EXT = 0 for a standard message format; RTR = 1 when transmitting remote data request, EXT = 0 when receiving normal message.

An example of a functional diagram of the data sent to the CAN bus. Performing diagram the controller once every 100 ms, transmits to the bus at a speed of 125 kbps, the data about the state of its three inputs, using a standard format message with the identifier 0x123, contains a single byte of data.

6 9 2 1.png

An example of a functional diagram of the data receive from the CAN bus. Performing the diagram controller, receiving message from the bus in standard format with ID 0x0123, containing one byte of data, sets on three of its outputs, states in accordance with received value.

6 9 2 2.png

An example of a functional diagram of the data receive from the CAN bus. Performing the diagram controller, receiving message on the bus in standard format with an ID 0x01F3, analyzes contained in one of the message bytes a value and sets on its outputs and built-in LED corresponding states.

6 9 2 3.png

See also

CANNY 7

CANNY 7, LIN Driver