author | Florian Pose <fp@igh-essen.com> |
Mon, 29 Dec 2008 15:19:16 +0000 | |
branch | stable-1.4 |
changeset 1686 | e206f4485f60 |
parent 1685 | 399ef727bf62 |
child 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 |
{ |
809 | 116 |
if (datagram->data_origin == EC_ORIG_INTERNAL && datagram->data) |
117 |
kfree(datagram->data); |
|
118 |
} |
|
119 |
||
120 |
/*****************************************************************************/ |
|
121 |
||
122 |
/** Allocates internal payload memory. |
|
123 |
* |
|
124 |
* If the allocated memory is already larger than requested, nothing ist done. |
|
125 |
* |
|
126 |
* \attention If external payload memory has been provided, no range checking |
|
127 |
* is done! |
|
128 |
* |
|
129 |
* \return 0 in case of success, else < 0 |
|
130 |
*/ |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
131 |
int ec_datagram_prealloc( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
132 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
133 |
size_t size /**< New payload size in bytes. */ |
809 | 134 |
) |
135 |
{ |
|
136 |
if (datagram->data_origin == EC_ORIG_EXTERNAL |
|
137 |
|| size <= datagram->mem_size) |
|
138 |
return 0; |
|
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
139 |
|
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
140 |
if (datagram->data) { |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
141 |
kfree(datagram->data); |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
142 |
datagram->data = NULL; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
143 |
datagram->mem_size = 0; |
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
144 |
} |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
145 |
|
998
05a24788f3b2
Replaced a few GFP_ATOMIC allocations with GFP_KERNEL ones.
Florian Pose <fp@igh-essen.com>
parents:
986
diff
changeset
|
146 |
if (!(datagram->data = kmalloc(size, GFP_KERNEL))) { |
986
a486591ba86b
Replaced misleading %i by %u.
Florian Pose <fp@igh-essen.com>
parents:
816
diff
changeset
|
147 |
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
|
148 |
return -1; |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
149 |
} |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
150 |
|
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
151 |
datagram->mem_size = size; |
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
152 |
return 0; |
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
153 |
} |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
154 |
|
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
155 |
/*****************************************************************************/ |
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
156 |
|
809 | 157 |
/** Initializes an EtherCAT APRD datagram. |
158 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
159 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
160 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
161 |
int ec_datagram_aprd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
162 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
163 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
164 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
165 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
166 |
) |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
167 |
{ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
168 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
169 |
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
|
170 |
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
|
171 |
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
|
172 |
EC_FUNC_FOOTER; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
173 |
} |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
174 |
|
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 |
|
809 | 177 |
/** Initializes an EtherCAT APWR datagram. |
178 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
179 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
180 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
181 |
int ec_datagram_apwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
182 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
183 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
184 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
185 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
186 |
) |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
187 |
{ |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
188 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
189 |
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
|
190 |
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
|
191 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
192 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
193 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
194 |
|
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 |
/** Initializes an EtherCAT APRW datagram. |
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 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_aprw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
202 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
203 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
204 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
205 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
206 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
207 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
208 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
209 |
datagram->type = EC_DATAGRAM_APRW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
210 |
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
|
211 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
212 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
213 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
214 |
|
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 |
/** Initializes an EtherCAT ARMW datagram. |
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 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_armw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
222 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
223 |
uint16_t ring_position, /**< Auto-increment address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
224 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
225 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
226 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
227 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
228 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
229 |
datagram->type = EC_DATAGRAM_ARMW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
230 |
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
|
231 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
232 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
233 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
234 |
|
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 |
/** Initializes an EtherCAT FPRD datagram. |
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 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_fprd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
242 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
243 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
244 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
245 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
246 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
247 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
248 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
249 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
250 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
251 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
252 |
datagram->type = EC_DATAGRAM_FPRD; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
253 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
254 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
255 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
256 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
257 |
|
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 |
/** Initializes an EtherCAT FPWR datagram. |
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 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_fpwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
265 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
266 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
267 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
268 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
269 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
270 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
271 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
272 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
273 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
274 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
275 |
datagram->type = EC_DATAGRAM_FPWR; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
276 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
277 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
278 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
279 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
280 |
|
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 |
/** Initializes an EtherCAT FPRW datagram. |
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 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_fprw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
288 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
289 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
290 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
291 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
292 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
293 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
294 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
295 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
296 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
297 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
298 |
datagram->type = EC_DATAGRAM_FPRW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
299 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
300 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
301 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
302 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
303 |
|
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 |
/** Initializes an EtherCAT FRMW datagram. |
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 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_frmw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
311 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
312 |
uint16_t configured_address, /**< Configured station address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
313 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
314 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
315 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
316 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
317 |
if (unlikely(configured_address == 0x0000)) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
318 |
EC_WARN("Using configured station address 0x0000!\n"); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
319 |
|
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
320 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
321 |
datagram->type = EC_DATAGRAM_FRMW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
322 |
EC_WRITE_U16(datagram->address, configured_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
323 |
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
|
324 |
EC_FUNC_FOOTER; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
325 |
} |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
326 |
|
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 |
|
809 | 329 |
/** Initializes an EtherCAT BRD datagram. |
330 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
331 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
332 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
333 |
int ec_datagram_brd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
334 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
335 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
336 |
size_t data_size /**< Number of bytes to read. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
337 |
) |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
338 |
{ |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
339 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
340 |
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
|
341 |
EC_WRITE_U16(datagram->address, 0x0000); |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
342 |
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
|
343 |
EC_FUNC_FOOTER; |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
344 |
} |
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
345 |
|
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 |
|
809 | 348 |
/** Initializes an EtherCAT BWR datagram. |
349 |
* |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
350 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
351 |
*/ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
352 |
int ec_datagram_bwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
353 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
354 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
355 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
356 |
) |
98
f564d0929292
MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
357 |
{ |
293
14aeb79aa992
Renamed command structure to datagram.
Florian Pose <fp@igh-essen.com>
parents:
246
diff
changeset
|
358 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
359 |
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
|
360 |
EC_WRITE_U16(datagram->address, 0x0000); |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
361 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
362 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
363 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
364 |
|
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 |
/** Initializes an EtherCAT BRW datagram. |
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 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_brw( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
372 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
373 |
uint16_t mem_address, /**< Physical memory address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
374 |
size_t data_size /**< Number of bytes to write. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
375 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
376 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
377 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
378 |
datagram->type = EC_DATAGRAM_BRW; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
379 |
EC_WRITE_U16(datagram->address, 0x0000); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
380 |
EC_WRITE_U16(datagram->address + 2, mem_address); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
381 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
382 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
383 |
|
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 |
/** Initializes an EtherCAT LRD datagram. |
809 | 387 |
* |
388 |
* \attention It is assumed, that the external memory is at least \a data_size |
|
389 |
* bytes large. |
|
390 |
* |
|
391 |
* \return 0 in case of success, else < 0 |
|
392 |
*/ |
|
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
393 |
int ec_datagram_lrd( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
394 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
395 |
uint32_t offset, /**< Logical address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
396 |
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
|
397 |
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
|
398 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
399 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
400 |
datagram->data = external_memory; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
401 |
datagram->data_origin = EC_ORIG_EXTERNAL; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
402 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
403 |
datagram->type = EC_DATAGRAM_LRD; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
404 |
EC_WRITE_U32(datagram->address, offset); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
405 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
406 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
407 |
|
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 |
/** Initializes an EtherCAT LWR datagram. |
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 |
* \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
|
413 |
* bytes large. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
414 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
415 |
* \return 0 in case of success, else < 0 |
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 |
int ec_datagram_lwr( |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
418 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
419 |
uint32_t offset, /**< Logical address. */ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
420 |
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
|
421 |
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
|
422 |
) |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
423 |
{ |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
424 |
datagram->data = external_memory; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
425 |
datagram->data_origin = EC_ORIG_EXTERNAL; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
426 |
EC_FUNC_HEADER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
427 |
datagram->type = EC_DATAGRAM_LWR; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
428 |
EC_WRITE_U32(datagram->address, offset); |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
429 |
EC_FUNC_FOOTER; |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
430 |
} |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
431 |
|
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 |
/** Initializes an EtherCAT LRW datagram. |
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 |
* \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
|
437 |
* bytes large. |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
438 |
* |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
439 |
* \return 0 in case of success, else < 0 |
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
440 |
*/ |
809 | 441 |
int ec_datagram_lrw( |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
809
diff
changeset
|
442 |
ec_datagram_t *datagram, /**< EtherCAT datagram. */ |
809 | 443 |
uint32_t offset, /**< Logical address. */ |
444 |
size_t data_size, /**< Number of bytes to read/write. */ |
|
445 |
uint8_t *external_memory /**< Pointer to the memory to use. */ |
|
446 |
) |
|
447 |
{ |
|
448 |
datagram->data = external_memory; |
|
449 |
datagram->data_origin = EC_ORIG_EXTERNAL; |
|
144
fdc24bf62f80
Dynamischer Kommandospeicher, Domain-Kommandos als Liste.
Florian Pose <fp@igh-essen.com>
parents:
104
diff
changeset
|
450 |
EC_FUNC_HEADER; |
325
7833cf70c4f2
VERSION 1.1: New realtime interface, only state machines.
Florian Pose <fp@igh-essen.com>
parents:
293
diff
changeset
|
451 |
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
|
452 |
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
|
453 |
EC_FUNC_FOOTER; |
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
454 |
} |
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
455 |
|
90bdb315f560
Fixed EtherCAT addressing problem on big-endian systems. The slaves
Florian Pose <fp@igh-essen.com>
parents:
514
diff
changeset
|
456 |
/*****************************************************************************/ |
713
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
457 |
|
809 | 458 |
/** Evaluates the working counter of a single-cast datagram. |
459 |
* |
|
713
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
460 |
* Outputs an error message. |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
461 |
*/ |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
462 |
void ec_datagram_print_wc_error( |
758
8fa6f825eb7d
Updated Doxygen documentation.
Florian Pose <fp@igh-essen.com>
parents:
719
diff
changeset
|
463 |
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
|
464 |
) |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
465 |
{ |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
466 |
if (datagram->working_counter == 0) |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
467 |
printk("No response."); |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
468 |
else if (datagram->working_counter > 1) |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
469 |
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
|
470 |
else |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
471 |
printk("Success."); |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
472 |
printk("\n"); |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
473 |
} |
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
474 |
|
ae41cadd25b6
Better handling of unexpected working counters; introduced
Florian Pose <fp@igh-essen.com>
parents:
708
diff
changeset
|
475 |
/*****************************************************************************/ |
719
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
476 |
|
809 | 477 |
/** Outputs datagram statistics at most every second. |
478 |
*/ |
|
719
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
479 |
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
|
480 |
ec_datagram_t *datagram |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
481 |
) |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
482 |
{ |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
483 |
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
|
484 |
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
|
485 |
|
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
486 |
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
|
487 |
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
|
488 |
(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
|
489 |
datagram->skip_count, |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
490 |
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
|
491 |
datagram->skip_count = 0; |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
492 |
} |
03d5b96632fb
Store skipped information in datagrams; name datagrams for statistics
Florian Pose <fp@igh-essen.com>
parents:
713
diff
changeset
|
493 |
} |
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 |
/*****************************************************************************/ |
816
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
497 |
|
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
498 |
/** Returns a string describing the datagram type. |
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 |
const char *ec_datagram_type_string( |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
501 |
const ec_datagram_t *datagram /**< EtherCAT datagram. */ |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
502 |
) |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
503 |
{ |
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
504 |
return type_strings[datagram->type]; |
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 |
|
d02761e14eb0
Introduced ec_datagram_type_string().
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
507 |
/*****************************************************************************/ |