author | Florian Pose <fp@igh-essen.com> |
Mon, 19 Jan 2009 14:46:55 +0000 | |
branch | 1.4-foe |
changeset 1709 | 63e4bc918640 |
parent 1694 | fe4c953b7a70 |
permissions | -rw-r--r-- |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
1 |
/****************************************************************************** |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
2 |
* |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
3 |
* $Id$ |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
4 |
* |
1685
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
5 |
* Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH |
197
b9a6e2c22745
GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents:
195
diff
changeset
|
6 |
* |
b9a6e2c22745
GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents:
195
diff
changeset
|
7 |
* This file is part of the IgH EtherCAT Master. |
b9a6e2c22745
GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents:
195
diff
changeset
|
8 |
* |
1685
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
9 |
* The IgH EtherCAT Master is free software; you can redistribute it and/or |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
10 |
* modify it under the terms of the GNU General Public License version 2, as |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
11 |
* published by the Free Software Foundation. |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
12 |
* |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
13 |
* The IgH EtherCAT Master is distributed in the hope that it will be useful, |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
16 |
* Public License for more details. |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
17 |
* |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
18 |
* You should have received a copy of the GNU General Public License along |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
19 |
* with the IgH EtherCAT Master; if not, write to the Free Software |
197
b9a6e2c22745
GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents:
195
diff
changeset
|
20 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
b9a6e2c22745
GPLv2 License and enhanced Doxygen output.
Florian Pose <fp@igh-essen.com>
parents:
195
diff
changeset
|
21 |
* |
1685
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
22 |
* Using the EtherCAT technology and brand is permitted in compliance with |
399ef727bf62
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents:
1040
diff
changeset
|
23 |
* the industrial property and similar rights of Beckhoff Automation GmbH. |
246
0bf7c769de06
Changed license headers and added EtherCAT license notice.
Florian Pose <fp@igh-essen.com>
parents:
237
diff
changeset
|
24 |
* |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
25 |
*****************************************************************************/ |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
26 |
|
199
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
27 |
/** |
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
28 |
\file |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
29 |
Methods of an EtherCAT datagram. |
199
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
30 |
*/ |
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
31 |
|
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
32 |
/*****************************************************************************/ |
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
33 |
|
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
34 |
#include <linux/slab.h> |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
35 |
|
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
36 |
#include "datagram.h" |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
37 |
#include "master.h" |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
38 |
|
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
39 |
/*****************************************************************************/ |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
40 |
|
199
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
41 |
/** \cond */ |
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
42 |
|
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
43 |
#define EC_FUNC_HEADER \ |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
44 |
if (unlikely(ec_datagram_prealloc(datagram, data_size))) \ |
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
45 |
return -1; \ |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
46 |
datagram->index = 0; \ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
47 |
datagram->working_counter = 0; \ |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
48 |
datagram->state = EC_DATAGRAM_INIT; |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
49 |
|
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
50 |
#define EC_FUNC_FOOTER \ |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
51 |
datagram->data_size = data_size; \ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
52 |
memset(datagram->data, 0x00, data_size); \ |
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
53 |
return 0; |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
54 |
|
199
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
55 |
/** \endcond */ |
04ecf40fc2e9
Doxygen added interface modules and file documentation.
Florian Pose <fp@igh-essen.com>
parents:
197
diff
changeset
|
56 |
|
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
57 |
/*****************************************************************************/ |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
58 |
|
816
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
59 |
/** Array of datagram type strings used in ec_datagram_type_string(). |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
60 |
* |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
61 |
* \attention This is indexed by ec_datagram_type_t. |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
62 |
*/ |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
63 |
static const char *type_strings[] = { |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
64 |
"?", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
65 |
"APRD", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
66 |
"APWR", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
67 |
"APRW", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
68 |
"FPRD", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
69 |
"FPWR", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
70 |
"FPRW", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
71 |
"BRD", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
72 |
"BWR", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
73 |
"BRW", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
74 |
"LRD", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
75 |
"LWR", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
76 |
"LRW", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
77 |
"ARMW", |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
78 |
"FRMW" |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
79 |
}; |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
80 |
|
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
81 |
/*****************************************************************************/ |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
82 |
|
809 | 83 |
/** Constructor. |
84 |
*/ |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
85 |
void ec_datagram_init(ec_datagram_t *datagram /**< EtherCAT datagram. */) |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
86 |
{ |
446 | 87 |
INIT_LIST_HEAD(&datagram->queue); // mark as unqueued |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
88 |
datagram->type = EC_DATAGRAM_NONE; |
708
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
89 |
memset(datagram->address, 0x00, EC_ADDR_LEN); |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
90 |
datagram->data = NULL; |
809 | 91 |
datagram->data_origin = EC_ORIG_INTERNAL; |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
92 |
datagram->mem_size = 0; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
93 |
datagram->data_size = 0; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
94 |
datagram->index = 0x00; |
809 | 95 |
datagram->working_counter = 0x0000; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
96 |
datagram->state = EC_DATAGRAM_INIT; |
1040
d2527675cdd5
Disable use of CPU timestamp counter by default.
Florian Pose <fp@igh-essen.com>
parents:
998
diff
changeset
|
97 |
#ifdef EC_HAVE_CYCLES |
344
5d8281f1aa2a
Replaced longer cycle timestamps with jiffies.
Florian Pose <fp@igh-essen.com>
parents:
325
diff
changeset
|
98 |
datagram->cycles_sent = 0; |
1040
d2527675cdd5
Disable use of CPU timestamp counter by default.
Florian Pose <fp@igh-essen.com>
parents:
998
diff
changeset
|
99 |
#endif |
398
ff37601361a8
Fixed serveral races while starting up under high CPU load.
Florian Pose <fp@igh-essen.com>
parents:
397
diff
changeset
|
100 |
datagram->jiffies_sent = 0; |
1040
d2527675cdd5
Disable use of CPU timestamp counter by default.
Florian Pose <fp@igh-essen.com>
parents:
998
diff
changeset
|
101 |
#ifdef EC_HAVE_CYCLES |
398
ff37601361a8
Fixed serveral races while starting up under high CPU load.
Florian Pose <fp@igh-essen.com>
parents:
397
diff
changeset
|
102 |
datagram->cycles_received = 0; |
1040
d2527675cdd5
Disable use of CPU timestamp counter by default.
Florian Pose <fp@igh-essen.com>
parents:
998
diff
changeset
|
103 |
#endif |
398
ff37601361a8
Fixed serveral races while starting up under high CPU load.
Florian Pose <fp@igh-essen.com>
parents:
397
diff
changeset
|
104 |
datagram->jiffies_received = 0; |
719
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
105 |
datagram->skip_count = 0; |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
106 |
datagram->stats_output_jiffies = 0; |
809 | 107 |
memset(datagram->name, 0x00, EC_DATAGRAM_NAME_SIZE); |
108 |
} |
|
109 |
||
110 |
/*****************************************************************************/ |
|
111 |
||
112 |
/** Destructor. |
|
113 |
*/ |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
114 |
void ec_datagram_clear(ec_datagram_t *datagram /**< EtherCAT datagram. */) |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
115 |
{ |
1694 | 116 |
if (datagram->data_origin == EC_ORIG_INTERNAL && datagram->data) { |
809 | 117 |
kfree(datagram->data); |
1694 | 118 |
datagram->data = NULL; |
119 |
} |
|
809 | 120 |
} |
121 |
||
122 |
/*****************************************************************************/ |
|
123 |
||
124 |
/** Allocates internal payload memory. |
|
125 |
* |
|
126 |
* If the allocated memory is already larger than requested, nothing ist done. |
|
127 |
* |
|
128 |
* \attention If external payload memory has been provided, no range checking |
|
129 |
* is done! |
|
130 |
* |
|
131 |
* \return 0 in case of success, else < 0 |
|
132 |
*/ |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
133 |
int ec_datagram_prealloc( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
134 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
135 |
size_t size /**< New payload size in bytes. */ |
809 | 136 |
) |
137 |
{ |
|
138 |
if (datagram->data_origin == EC_ORIG_EXTERNAL |
|
139 |
|| size <= datagram->mem_size) |
|
140 |
return 0; |
|
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
141 |
|
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
142 |
if (datagram->data) { |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
143 |
kfree(datagram->data); |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
144 |
datagram->data = NULL; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
145 |
datagram->mem_size = 0; |
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
146 |
} |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
147 |
|
998
05a24788f3b2
Replaced a few GFP_ATOMIC allocations with GFP_KERNEL ones.
Florian Pose <fp@igh-essen.com>
parents:
986
diff
changeset
|
148 |
if (!(datagram->data = kmalloc(size, GFP_KERNEL))) { |
986
a486591ba86b
Replaced misleading %i by %u.
Florian Pose <fp@igh-essen.com>
parents:
816
diff
changeset
|
149 |
EC_ERR("Failed to allocate %u bytes of datagram memory!\n", size); |
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
150 |
return -1; |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
151 |
} |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
152 |
|
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
153 |
datagram->mem_size = size; |
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
154 |
return 0; |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
155 |
} |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
156 |
|
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
157 |
/*****************************************************************************/ |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
158 |
|
809 | 159 |
/** Initializes an EtherCAT APRD datagram. |
160 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
161 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
162 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
163 |
int ec_datagram_aprd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
164 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
165 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
166 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
167 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
168 |
) |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
169 |
{ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
170 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
171 |
datagram->type = EC_DATAGRAM_APRD; |
708
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
172 |
EC_WRITE_S16(datagram->address, (int16_t) ring_position * (-1)); |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
173 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
174 |
EC_FUNC_FOOTER; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
175 |
} |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
176 |
|
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
177 |
/*****************************************************************************/ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
178 |
|
809 | 179 |
/** Initializes an EtherCAT APWR datagram. |
180 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
181 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
182 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
183 |
int ec_datagram_apwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
184 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
185 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
186 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
187 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
188 |
) |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
189 |
{ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
190 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
191 |
datagram->type = EC_DATAGRAM_APWR; |
708
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
192 |
EC_WRITE_S16(datagram->address, (int16_t) ring_position * (-1)); |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
193 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
194 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
195 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
196 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
197 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
198 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
199 |
/** Initializes an EtherCAT APRW datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
200 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
201 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
202 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
203 |
int ec_datagram_aprw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
204 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
205 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
206 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
207 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
208 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
209 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
210 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
211 |
datagram->type = EC_DATAGRAM_APRW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
212 |
EC_WRITE_S16(datagram->address, (int16_t) ring_position * (-1)); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
213 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
214 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
215 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
216 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
217 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
218 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
219 |
/** Initializes an EtherCAT ARMW datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
220 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
221 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
222 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
223 |
int ec_datagram_armw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
224 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
225 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
226 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
227 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
228 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
229 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
230 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
231 |
datagram->type = EC_DATAGRAM_ARMW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
232 |
EC_WRITE_S16(datagram->address, (int16_t) ring_position * (-1)); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
233 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
234 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
235 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
236 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
237 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
238 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
239 |
/** Initializes an EtherCAT FPRD datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
240 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
241 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
242 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
243 |
int ec_datagram_fprd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
244 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
245 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
246 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
247 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
248 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
249 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
250 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
251 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
252 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
253 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
254 |
datagram->type = EC_DATAGRAM_FPRD; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
255 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
256 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
257 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
258 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
259 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
260 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
261 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
262 |
/** Initializes an EtherCAT FPWR datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
263 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
264 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
265 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
266 |
int ec_datagram_fpwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
267 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
268 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
269 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
270 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
271 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
272 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
273 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
274 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
275 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
276 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
277 |
datagram->type = EC_DATAGRAM_FPWR; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
278 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
279 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
280 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
281 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
282 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
283 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
284 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
285 |
/** Initializes an EtherCAT FPRW datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
286 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
287 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
288 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
289 |
int ec_datagram_fprw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
290 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
291 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
292 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
293 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
294 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
295 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
296 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
297 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
298 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
299 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
300 |
datagram->type = EC_DATAGRAM_FPRW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
301 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
302 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
303 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
304 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
305 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
306 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
307 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
308 |
/** Initializes an EtherCAT FRMW datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
309 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
310 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
311 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
312 |
int ec_datagram_frmw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
313 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
314 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
315 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
316 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
317 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
318 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
319 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
320 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
321 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
322 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
323 |
datagram->type = EC_DATAGRAM_FRMW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
324 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
325 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
326 |
EC_FUNC_FOOTER; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
327 |
} |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
328 |
|
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
329 |
/*****************************************************************************/ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
330 |
|
809 | 331 |
/** Initializes an EtherCAT BRD datagram. |
332 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
333 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
334 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
335 |
int ec_datagram_brd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
336 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
337 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
338 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
339 |
) |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
340 |
{ |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
341 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
342 |
datagram->type = EC_DATAGRAM_BRD; |
708
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
343 |
EC_WRITE_U16(datagram->address, 0x0000); |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
344 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
345 |
EC_FUNC_FOOTER; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
346 |
} |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
347 |
|
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
348 |
/*****************************************************************************/ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
349 |
|
809 | 350 |
/** Initializes an EtherCAT BWR datagram. |
351 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
352 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
353 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
354 |
int ec_datagram_bwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
355 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
356 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
357 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
358 |
) |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
359 |
{ |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
360 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
361 |
datagram->type = EC_DATAGRAM_BWR; |
708
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
362 |
EC_WRITE_U16(datagram->address, 0x0000); |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
363 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
364 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
365 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
366 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
367 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
368 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
369 |
/** Initializes an EtherCAT BRW datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
370 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
371 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
372 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
373 |
int ec_datagram_brw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
374 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
375 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
376 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
377 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
378 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
379 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
380 |
datagram->type = EC_DATAGRAM_BRW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
381 |
EC_WRITE_U16(datagram->address, 0x0000); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
382 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
383 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
384 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
385 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
386 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
387 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
388 |
/** Initializes an EtherCAT LRD datagram. |
809 | 389 |
* |
390 |
* \attention It is assumed, that the external memory is at least \a data_size |
|
391 |
* bytes large. |
|
392 |
* |
|
393 |
* \return 0 in case of success, else < 0 |
|
394 |
*/ |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
395 |
int ec_datagram_lrd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
396 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
397 |
uint32_t offset, /**< Logical address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
398 |
size_t data_size, /**< Number of bytes to read/write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
399 |
uint8_t *external_memory /**< Pointer to the memory to use. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
400 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
401 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
402 |
datagram->data = external_memory; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
403 |
datagram->data_origin = EC_ORIG_EXTERNAL; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
404 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
405 |
datagram->type = EC_DATAGRAM_LRD; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
406 |
EC_WRITE_U32(datagram->address, offset); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
407 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
408 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
409 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
410 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
411 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
412 |
/** Initializes an EtherCAT LWR datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
413 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
414 |
* \attention It is assumed, that the external memory is at least \a data_size |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
415 |
* bytes large. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
416 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
417 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
418 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
419 |
int ec_datagram_lwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
420 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
421 |
uint32_t offset, /**< Logical address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
422 |
size_t data_size, /**< Number of bytes to read/write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
423 |
uint8_t *external_memory /**< Pointer to the memory to use. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
424 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
425 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
426 |
datagram->data = external_memory; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
427 |
datagram->data_origin = EC_ORIG_EXTERNAL; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
428 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
429 |
datagram->type = EC_DATAGRAM_LWR; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
430 |
EC_WRITE_U32(datagram->address, offset); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
431 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
432 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
433 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
434 |
/*****************************************************************************/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
435 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
436 |
/** Initializes an EtherCAT LRW datagram. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
437 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
438 |
* \attention It is assumed, that the external memory is at least \a data_size |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
439 |
* bytes large. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
440 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
441 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
442 |
*/ |
809 | 443 |
int ec_datagram_lrw( |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
444 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
809 | 445 |
uint32_t offset, /**< Logical address. */ |
446 |
size_t data_size, /**< Number of bytes to read/write. */ |
|
447 |
uint8_t *external_memory /**< Pointer to the memory to use. */ |
|
448 |
) |
|
449 |
{ |
|
450 |
datagram->data = external_memory; |
|
451 |
datagram->data_origin = EC_ORIG_EXTERNAL; |
|
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
452 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
453 |
datagram->type = EC_DATAGRAM_LRW; |
708
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
454 |
EC_WRITE_U32(datagram->address, offset); |
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
455 |
EC_FUNC_FOOTER; |
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
456 |
} |
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
457 |
|
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
458 |
/*****************************************************************************/ |
713
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
459 |
|
809 | 460 |
/** Evaluates the working counter of a single-cast datagram. |
461 |
* |
|
713
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
462 |
* Outputs an error message. |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
463 |
*/ |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
464 |
void ec_datagram_print_wc_error( |
758
8fa6f825eb7d
Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents:
719
diff
changeset
|
465 |
const ec_datagram_t *datagram /**< EtherCAT datagram */ |
713
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
466 |
) |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
467 |
{ |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
468 |
if (datagram->working_counter == 0) |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
469 |
printk("No response."); |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
470 |
else if (datagram->working_counter > 1) |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
471 |
printk("%u slaves responded!", datagram->working_counter); |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
472 |
else |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
473 |
printk("Success."); |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
474 |
printk("\n"); |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
475 |
} |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
476 |
|
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
477 |
/*****************************************************************************/ |
719
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
478 |
|
809 | 479 |
/** Outputs datagram statistics at most every second. |
480 |
*/ |
|
719
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
481 |
void ec_datagram_output_stats( |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
482 |
ec_datagram_t *datagram |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
483 |
) |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
484 |
{ |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
485 |
if (jiffies - datagram->stats_output_jiffies < HZ) { |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
486 |
datagram->stats_output_jiffies = jiffies; |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
487 |
|
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
488 |
if (unlikely(datagram->skip_count)) { |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
489 |
EC_WARN("Datagram %x (%s) was SKIPPED %u time%s.\n", |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
490 |
(unsigned int) datagram, datagram->name, |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
491 |
datagram->skip_count, |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
492 |
datagram->skip_count == 1 ? "" : "s"); |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
493 |
datagram->skip_count = 0; |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
494 |
} |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
495 |
} |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
496 |
} |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
497 |
|
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
498 |
/*****************************************************************************/ |
816
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
499 |
|
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
500 |
/** Returns a string describing the datagram type. |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
501 |
*/ |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
502 |
const char *ec_datagram_type_string( |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
503 |
const ec_datagram_t *datagram /**< EtherCAT datagram. */ |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
504 |
) |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
505 |
{ |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
506 |
return type_strings[datagram->type]; |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
507 |
} |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
508 |
|
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
509 |
/*****************************************************************************/ |