This commit is contained in:
Robin Clark 2012-04-05 16:33:39 +01:00
parent 3b3608a893
commit 9081aa3984

View File

@ -373,7 +373,7 @@ Let us define any value outside the 4mA to 20mA range as an error condition.
As a voltage, we use ohms law~\cite{aoe} to determine the voltage ranges: $V=IR$, $0.004A * \ohms{220} = 0.88V$ As a voltage, we use ohms law~\cite{aoe} to determine the voltage ranges: $V=IR$, $0.004A * \ohms{220} = 0.88V$
and $0.020A * \ohms{220} = 4.4V$. and $0.020A * \ohms{220} = 4.4V$.
% %
Our acceptable voltage range is therefore $V >= 0.88 \wedge V<= 4.4$. Our acceptable voltage range is therefore $$V >= 0.88 \wedge V<= 4.4 \; .$$
This voltage range forms our input requirement. This voltage range forms our input requirement.
% %
We can now examine a software function that performs a conversion from the voltage read to We can now examine a software function that performs a conversion from the voltage read to