Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ba6c375d5e | |||
e43ed59e11 | |||
a8134cd706 |
17
.drone.yml
17
.drone.yml
@ -24,12 +24,17 @@ steps:
|
|||||||
event: tag
|
event: tag
|
||||||
- name: pushftp
|
- name: pushftp
|
||||||
image: cschlosser/drone-ftps
|
image: cschlosser/drone-ftps
|
||||||
hostname: nareshkumarrao.com
|
environment:
|
||||||
secrets: [ ftp_username, ftp_password ]
|
PLUGIN_HOSTNAME: nareshkumarrao.com:21
|
||||||
secure: true
|
FTP_USERNAME:
|
||||||
dest_dir: master_thesis
|
from_secret: ftp_username
|
||||||
include:
|
FTP_PASSWORD:
|
||||||
- ^Main.pdf$
|
from_secret: ftp_password
|
||||||
|
PLUGIN_SECURE: false
|
||||||
|
PLUGIN_DEST_DIR: master_thesis
|
||||||
|
PLUGIN_INCLUDE: ^Main.pdf$
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -18,13 +18,6 @@ This transportation of bulk material flow introduces the need to accurately meas
|
|||||||
|
|
||||||
The conventional method of measuring bulk material flow in use in the industry today is the electronic belt scale---as shown in \autoref{fig:beltscale}. These scales use load cells to translate compression and tension into electrical signals. These signals representing weight may then be converted into measurements of volume.
|
The conventional method of measuring bulk material flow in use in the industry today is the electronic belt scale---as shown in \autoref{fig:beltscale}. These scales use load cells to translate compression and tension into electrical signals. These signals representing weight may then be converted into measurements of volume.
|
||||||
|
|
||||||
\begin{figure}[h]
|
|
||||||
\centering
|
|
||||||
\includegraphics[width=0.75\textwidth]{photographs/beltscale}
|
|
||||||
\caption{A conventional electronic belt scale.}
|
|
||||||
\label{fig:beltscale}
|
|
||||||
\end{figure}
|
|
||||||
|
|
||||||
These electronic belt scales are robust and proven in the field. However, there are also downsides with this approach.
|
These electronic belt scales are robust and proven in the field. However, there are also downsides with this approach.
|
||||||
|
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
@ -33,6 +26,13 @@ These electronic belt scales are robust and proven in the field. However, there
|
|||||||
\item Vibration from transport and loading introduces noise into the measurements \cite{tomobe2006}
|
\item Vibration from transport and loading introduces noise into the measurements \cite{tomobe2006}
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
|
\begin{figure}[h]
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.75\textwidth]{photographs/beltscale}
|
||||||
|
\caption{A conventional electronic belt scale.}
|
||||||
|
\label{fig:beltscale}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
\section{Aims of this Work}\label{sec:aims}
|
\section{Aims of this Work}\label{sec:aims}
|
||||||
|
|
||||||
%\subsection{Research Question}
|
%\subsection{Research Question}
|
||||||
|
Reference in New Issue
Block a user