objdictgen/examples/example_objdict.xml
author etisserant
Mon, 02 Jul 2007 18:22:58 +0200
changeset 236 905677ed00f3
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Full preliminary implementation of TPDO transmit type:
- SYNC (N) (1-240)
- RTR only + SYNC (252)
- RTR only (253)
- EVENT, with timer and inhibit time (254 and 255)

User app have to call sendPDOevent(d) to eventually signal mapped data changes.
Callbacks added to 0x140N, TPDO comm parameters for on the fly timers values change.
TestMasterSlave updated.
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="ISO-8859-1"?>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     2
<node manufacturer_device_name_1008="Appli_Slave_HC12" name="Linux_slave" type_node="slave">
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     3
<heartbeat_consumers nombre="1"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     4
<sdo_clients nombre="1"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     5
<pdo type_rx_tx="rx">
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     6
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     7
</pdo>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     8
<pdo type_rx_tx="rx">
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     9
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    10
</pdo>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    11
<pdo type_rx_tx="rx">
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    12
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    13
</pdo>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    14
<pdo type_rx_tx="tx">
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    15
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    16
</pdo>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    17
<pdo type_rx_tx="tx">
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    18
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    19
</pdo>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    20
<pdo type_rx_tx="tx">
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    21
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    22
</pdo>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    23
<mapped_variable access="rw" index="0x2000" name="seconds" size_in_bits="8" sub_index="0x1"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    24
<mapped_variable access="rw" index="0x2000" name="minutes" size_in_bits="8" sub_index="0x02"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    25
<mapped_variable access="rw" index="0x2000" name="hours" size_in_bits="8" sub_index="0x3"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    26
<mapped_variable access="rw" index="0x2000" name="day" size_in_bits="8" sub_index="0x4"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    27
<mapped_variable access="rw" index="0x6000" name="canopenErrNB" size_in_bits="32" sub_index="0x0"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    28
<mapped_variable access="rw" index="0x6001" name="canopenErrVAL" size_in_bits="32" sub_index="0x0"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    29
<mapped_string_variable access="rw" index="0x6002" name="strTest" size_in_byte="10" sub_index="0x0"/>
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    30
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    31
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
    32
</node>