author | Florian Pose <fp@igh-essen.com> |
Mon, 15 Jun 2009 12:33:48 +0000 | |
changeset 1468 | 0a804ddbaf93 |
parent 1373 | e651000f1ff1 |
child 1804 | 742607c464c4 |
permissions | -rw-r--r-- |
1142 | 1 |
/***************************************************************************** |
2 |
* |
|
1363
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
3 |
* $Id$ |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
4 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
5 |
* Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
6 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
7 |
* This file is part of the IgH EtherCAT Master. |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
8 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
9 |
* The IgH EtherCAT Master is free software; you can redistribute it and/or |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
10 |
* modify it under the terms of the GNU General Public License version 2, as |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
11 |
* published by the Free Software Foundation. |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
12 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
13 |
* The IgH EtherCAT Master is distributed in the hope that it will be useful, |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
16 |
* Public License for more details. |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
17 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
18 |
* You should have received a copy of the GNU General Public License along |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
19 |
* with the IgH EtherCAT Master; if not, write to the Free Software |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
20 |
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
21 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
22 |
* --- |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
23 |
* |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
24 |
* The license mentioned above concerns the source code only. Using the |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
25 |
* EtherCAT technology and brand is only permitted in compliance with the |
11c0b2caa253
Improved and added license headers.
Florian Pose <fp@igh-essen.com>
parents:
1327
diff
changeset
|
26 |
* industrial property and similar rights of Beckhoff Automation GmbH. |
1142 | 27 |
* |
28 |
****************************************************************************/ |
|
29 |
||
30 |
#include <iostream> |
|
31 |
#include <iomanip> |
|
32 |
using namespace std; |
|
33 |
||
34 |
#include "CommandDomains.h" |
|
35 |
||
36 |
/*****************************************************************************/ |
|
37 |
||
38 |
CommandDomains::CommandDomains(): |
|
39 |
Command("domains", "Show configured domains.") |
|
40 |
{ |
|
41 |
} |
|
42 |
||
43 |
/*****************************************************************************/ |
|
44 |
||
45 |
string CommandDomains::helpString() const |
|
46 |
{ |
|
47 |
stringstream str; |
|
48 |
||
1144
7dbfdd61812c
Bugfixes and improvements.
Florian Pose <fp@igh-essen.com>
parents:
1142
diff
changeset
|
49 |
str << getName() << " [OPTIONS]" << endl |
1142 | 50 |
<< endl |
51 |
<< getBriefDescription() << endl |
|
52 |
<< endl |
|
53 |
<< "Without the --verbose option, the domains are displayed" << endl |
|
54 |
<< "one-per-line. Example:" << endl |
|
55 |
<< endl |
|
56 |
<< "Domain0: LogBaseAddr 0x00000000, Size 6, WorkingCounter 0/1" |
|
57 |
<< endl << endl |
|
58 |
<< "The domain's base address for the logical datagram" << endl |
|
59 |
<< "(LRD/LWR/LRW) is displayed followed by the domain's" << endl |
|
60 |
<< "process data size in byte. The last values are the current" << endl |
|
61 |
<< "datagram working counter sum and the expected working" << endl |
|
1327
4d179b06dd3c
merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
Florian Pose <fp@igh-essen.com>
parents:
1167
diff
changeset
|
62 |
<< "counter sum. If the values are equal, all PDOs were" << endl |
1167 | 63 |
<< "exchanged during the last cycle." << endl |
64 |
<< endl |
|
1142 | 65 |
<< "If the --verbose option is given, the participating slave" << endl |
66 |
<< "configurations/FMMUs and the current process data are" << endl |
|
67 |
<< "additionally displayed:" << endl |
|
68 |
<< endl |
|
69 |
<< "Domain1: LogBaseAddr 0x00000006, Size 6, WorkingCounter 0/1" |
|
70 |
<< endl |
|
71 |
<< " SlaveConfig 1001:0, SM3 ( Input), LogAddr 0x00000006, Size 6" |
|
72 |
<< endl |
|
1144
7dbfdd61812c
Bugfixes and improvements.
Florian Pose <fp@igh-essen.com>
parents:
1142
diff
changeset
|
73 |
<< " 0x00 0x00 0x00 0x00 0x00 0x00" << endl |
1142 | 74 |
<< endl |
75 |
<< "The process data are displayed as hexadecimal bytes." << endl |
|
76 |
<< endl |
|
77 |
<< "Command-specific options:" << endl |
|
1167 | 78 |
<< " --domain -d <index> Positive numerical domain index." << endl |
79 |
<< " If ommitted, all domains are" << endl |
|
80 |
<< " displayed." << endl |
|
1142 | 81 |
<< endl |
82 |
<< " --verbose -v Show FMMUs and process data" << endl |
|
1144
7dbfdd61812c
Bugfixes and improvements.
Florian Pose <fp@igh-essen.com>
parents:
1142
diff
changeset
|
83 |
<< " in addition." << endl |
1142 | 84 |
<< endl |
85 |
<< numericInfo(); |
|
86 |
||
87 |
return str.str(); |
|
88 |
} |
|
89 |
||
90 |
/****************************************************************************/ |
|
91 |
||
92 |
void CommandDomains::execute(MasterDevice &m, const StringVector &args) |
|
93 |
{ |
|
1166 | 94 |
DomainList domains; |
95 |
DomainList::const_iterator di; |
|
96 |
||
1373
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
97 |
if (args.size()) { |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
98 |
stringstream err; |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
99 |
err << "'" << getName() << "' takes no arguments!"; |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
100 |
throwInvalidUsageException(err); |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
101 |
} |
e651000f1ff1
Complain about given arguments if none are required.
Florian Pose <fp@igh-essen.com>
parents:
1363
diff
changeset
|
102 |
|
1142 | 103 |
m.open(MasterDevice::Read); |
1166 | 104 |
domains = selectedDomains(m); |
1142 | 105 |
|
1166 | 106 |
for (di = domains.begin(); di != domains.end(); di++) { |
107 |
showDomain(m, *di); |
|
108 |
} |
|
1142 | 109 |
} |
110 |
||
111 |
/****************************************************************************/ |
|
112 |
||
1166 | 113 |
void CommandDomains::showDomain( |
114 |
MasterDevice &m, |
|
115 |
const ec_ioctl_domain_t &domain |
|
116 |
) |
|
1142 | 117 |
{ |
118 |
unsigned char *processData; |
|
119 |
ec_ioctl_domain_data_t data; |
|
120 |
unsigned int i, j; |
|
121 |
ec_ioctl_domain_fmmu_t fmmu; |
|
122 |
unsigned int dataOffset; |
|
123 |
||
1166 | 124 |
cout << "Domain" << dec << domain.index << ":" |
1142 | 125 |
<< " LogBaseAddr 0x" |
126 |
<< hex << setfill('0') |
|
127 |
<< setw(8) << domain.logical_base_address |
|
128 |
<< ", Size " << dec << setfill(' ') |
|
129 |
<< setw(3) << domain.data_size |
|
130 |
<< ", WorkingCounter " |
|
131 |
<< domain.working_counter << "/" |
|
132 |
<< domain.expected_working_counter << endl; |
|
133 |
||
134 |
if (!domain.data_size || getVerbosity() != Verbose) |
|
135 |
return; |
|
136 |
||
137 |
processData = new unsigned char[domain.data_size]; |
|
138 |
||
139 |
try { |
|
1166 | 140 |
m.getData(&data, domain.index, domain.data_size, processData); |
1142 | 141 |
} catch (MasterDeviceException &e) { |
142 |
delete [] processData; |
|
143 |
throw e; |
|
144 |
} |
|
145 |
||
146 |
for (i = 0; i < domain.fmmu_count; i++) { |
|
1166 | 147 |
m.getFmmu(&fmmu, domain.index, i); |
1142 | 148 |
|
149 |
cout << " SlaveConfig " |
|
150 |
<< dec << fmmu.slave_config_alias |
|
151 |
<< ":" << fmmu.slave_config_position |
|
152 |
<< ", SM" << (unsigned int) fmmu.sync_index << " (" |
|
153 |
<< setfill(' ') << setw(6) |
|
154 |
<< (fmmu.dir == EC_DIR_INPUT ? "Input" : "Output") |
|
155 |
<< "), LogAddr 0x" |
|
156 |
<< hex << setfill('0') |
|
157 |
<< setw(8) << fmmu.logical_address |
|
158 |
<< ", Size " << dec << fmmu.data_size << endl; |
|
159 |
||
160 |
dataOffset = fmmu.logical_address - domain.logical_base_address; |
|
161 |
if (dataOffset + fmmu.data_size > domain.data_size) { |
|
162 |
stringstream err; |
|
163 |
delete [] processData; |
|
164 |
err << "Fmmu information corrupted!"; |
|
165 |
throwCommandException(err); |
|
166 |
} |
|
167 |
||
168 |
cout << " " << hex << setfill('0'); |
|
169 |
for (j = 0; j < fmmu.data_size; j++) { |
|
170 |
if (j && !(j % BreakAfterBytes)) |
|
171 |
cout << endl << " "; |
|
1144
7dbfdd61812c
Bugfixes and improvements.
Florian Pose <fp@igh-essen.com>
parents:
1142
diff
changeset
|
172 |
cout << "0x" << setw(2) |
1142 | 173 |
<< (unsigned int) *(processData + dataOffset + j) << " "; |
174 |
} |
|
175 |
cout << endl; |
|
176 |
} |
|
177 |
||
178 |
delete [] processData; |
|
179 |
} |
|
180 |
||
181 |
/*****************************************************************************/ |