Added missing commands.

This commit is contained in:
Florian Pose 2022-04-01 12:56:56 +02:00
parent 3ee5e50a48
commit f4b7a074e1
2 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,7 @@ LATEX_OPTIONS := -file-line-error-style
COMMANDS := \
alias \
config \
crc \
cstruct \
data \
debug \
@ -27,6 +28,7 @@ COMMANDS := \
pdos \
reg_read \
reg_write \
rescan \
sdos \
sii_read \
sii_write \

View File

@ -2432,6 +2432,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}
@ -2529,6 +2536,13 @@ interface, not the one of the EtherCAT interface.},
%------------------------------------------------------------------------------
\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}