Added missing commands.
This commit is contained in:
parent
9b0a63ab8f
commit
340584e114
|
|
@ -13,6 +13,7 @@ LATEX_OPTIONS := -file-line-error-style
|
|||
COMMANDS := \
|
||||
alias \
|
||||
config \
|
||||
crc \
|
||||
cstruct \
|
||||
data \
|
||||
debug \
|
||||
|
|
@ -26,6 +27,7 @@ COMMANDS := \
|
|||
pdos \
|
||||
reg_read \
|
||||
reg_write \
|
||||
rescan \
|
||||
sdos \
|
||||
sii_read \
|
||||
sii_write \
|
||||
|
|
|
|||
|
|
@ -2386,6 +2386,13 @@ created, if the \lstinline+udev+ Package is installed. See
|
|||
|
||||
%------------------------------------------------------------------------------
|
||||
|
||||
\subsection{Display CRC Error Counters}
|
||||
\label{sec:ethercat-crc}
|
||||
|
||||
\lstinputlisting[basicstyle=\ttfamily\footnotesize]{external/ethercat_crc}
|
||||
|
||||
%------------------------------------------------------------------------------
|
||||
|
||||
\subsection{Output PDO information in C Language}
|
||||
\label{sec:ethercat-cstruct}
|
||||
|
||||
|
|
@ -2461,6 +2468,13 @@ created, if the \lstinline+udev+ Package is installed. See
|
|||
|
||||
%------------------------------------------------------------------------------
|
||||
|
||||
\subsection{Trigger a Bus Scan}
|
||||
\label{sec:rescan}
|
||||
|
||||
\lstinputlisting[basicstyle=\ttfamily\footnotesize]{external/ethercat_rescan}
|
||||
|
||||
%------------------------------------------------------------------------------
|
||||
|
||||
\subsection{SDO Dictionary}
|
||||
|
||||
\lstinputlisting[basicstyle=\ttfamily\footnotesize]{external/ethercat_sdos}
|
||||
|
|
|
|||
Loading…
Reference in New Issue