The code is below.
\documentclass[12pt,letterpaper]{article}
\usepackage[left=20mm,top=30mm,bottom=30mm,right=20mm]{geometry}
\usepackage{tikz} % for drawing pictures
\usetikzlibrary{arrows.meta,
chains,
positioning,
quotes,
shapes.geometric, arrows}
\begin{document}
\begin{center}
\begin{tikzpicture}[auto,
node distance = 15mm and 19mm,
start chain = going right,
arr/.style = {->},>=Latex,
block/.style = {draw, minimum height=3em, minimum
width=4em,align=center,fill=blue!20},
sum/.style = {circle, draw, node contents={}},
]
\begin{scope}[nodes={on chain, join=by arr}]
\coordinate (in);
\node (n4) [block] {$K_m = 2 \times 10^{-1}$ \\ $N mV^{-1}$};
\node (n5) [block] {$K_s = 5 \times 10^{-2}$ \\ $rad \hspace{1mm} N^{-1} m^{-1}$};
\coordinate (out);
\path (n4) to [below, pos=0.5,"$T$"] (n5) (out) ;
\path (n4) to [below, pos=0.5,"$V$"] (in) ;
\path (n5) to [below, pos=0.5,"$\theta$"] (out) ;
\end{tikzpicture}
\end{center}
\end{document}
This picture below is what I got from code above.
This below is what I want to achieve.




begin{document}etc. To node adlabel=below:text. I will write an answer ASAP – Zarko Jan 19 '23 at 11:32begin{document}– kile Jan 19 '23 at 11:34