Included "ethercat ip" command in documentation.
authorFlorian Pose <fp@igh-essen.com>
Wed, 04 May 2016 10:29:55 +0200
changeset 2646 0c56c67072a6
parent 2645 b7ac213beac5
child 2647 5a70ffc4644b
Included "ethercat ip" command in documentation.
documentation/Makefile
documentation/ethercat_doc.tex
--- a/documentation/Makefile	Tue May 03 15:14:42 2016 +0200
+++ b/documentation/Makefile	Wed May 04 10:29:55 2016 +0200
@@ -22,6 +22,7 @@
 	foe_read \
 	foe_write \
 	graph \
+	ip \
 	master \
 	pdos \
 	reg_read \
--- a/documentation/ethercat_doc.tex	Tue May 03 15:14:42 2016 +0200
+++ b/documentation/ethercat_doc.tex	Wed May 04 10:29:55 2016 +0200
@@ -2191,12 +2191,6 @@
 poses the new problem of concurrent access to the master. The locking
 mechanisms needed for this are introduced in \autoref{sec:concurr}.
 
-\paragraph{Automatic Configuration}
-
-By default, slaves are left in PREOP state, if no configuration is applied. If
-an EoE interface link is set to ``up'', the requested slave's
-application-layer state is automatically set to OP.
-
 %------------------------------------------------------------------------------
 
 \section{CANopen over EtherCAT (CoE)}
@@ -2445,6 +2439,12 @@
 
 %------------------------------------------------------------------------------
 
+\subsection{Setting Ethernet-over-EtherCAT IP Parameters}
+
+\lstinputlisting[basicstyle=\ttfamily\footnotesize]{external/ethercat_ip}
+
+%------------------------------------------------------------------------------
+
 \subsection{Master and Ethernet Devices}
 
 \lstinputlisting[basicstyle=\ttfamily\footnotesize]{external/ethercat_master}