{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "*This notebook contains course material from [FAT0413156](https://gmxavier.github.io/FAT0413156)\n", "by Gilberto Xavier (gmxavier at fat.uerj.br); the content is available [on Github](https://github.com/gmxavier/FAT0413156.git).\n", "The text is released under the [CC-BY-NC-SA-4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode),\n", "and code is released under the [MIT license](https://opensource.org/licenses/MIT).*" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "< [Pressure measurement](http://nbviewer.jupyter.org/github/gmxavier/FAT0413156/blob/master/notebooks/03.00-Pressure.ipynb) | [Contents](toc.ipynb) | [Temperature measurement](http://nbviewer.jupyter.org/github/gmxavier/FAT0413156/blob/master/notebooks/05.00-Temperature.ipynb) >

\"Open

\"Download\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Level measurement" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Continuous level measurement\n", "\n", "Reading: Tony R. Kuphaldt's [*Lessons in Industrial Instrumentation*: Chapter 20](https://www.ibiblio.org/kuphaldt/socratic/sinst/book/liii_2v32.pdf#page=1434)\n", "\n", "Instructions: Click the link above and read this chapter. Chapter 20 explores the major level-measurement technologies in current use.\n", "\n", "Reading this chapter should take approximately ?? minutes.\n", "\n", "Terms of use: This work is licensed under terms of the [CC-BY-4.0 license](http://creativecommons.org/licenses/by/4.0/). It is attributed to Tony R. Kuphaldt.\n", "\n", "Supplementary material:\n", "- [Level measurement at Wikipedia](https://en.wikipedia.org/wiki/Level_sensor)\n", "- [Time-of-Flight measuring principle animation](https://www.youtube.com/watch?v=iwVBUo11UAU)\n", "- [Ultrasonic level measurement](https://portal.endress.com/wa001/dla/5000000/1015/000/00/TI129FEN.PDF)\n", "- [Capacitance level measurement](https://www.youtube.com/watch?v=MPCUDVp0WZc&t=2s)\n", "- [Radiometric measurement](https://www.youtube.com/watch?v=JslxugGR6Ms)\n", "- [Radiometric interface measurement](https://www.youtube.com/watch?v=s_X273WxWZw)\n", "- [Gamma radiation sources](https://portal.endress.com/wa001/dla/5000000/1015/000/00/TI213FEN.PDF)\n", "- [Level measurement in steam boilers](https://portal.endress.com/wa001/dla/5000292/3631/000/03/CP00041F11EN_1514_Bypass_Dampfkessel_X4_.pdf)\n", "- [The Engineer's Guide to Level Measurement](https://www.emerson.com/documents/automation/-engineer-s-guide-to-level-measurement-2019-edition-en-77708.pdf)\n", "\n", "\n", "## Discrete level measurement\n", "\n", "Reading: Tony R. Kuphaldt's [*Lessons in Industrial Instrumentation*: Section 9.6](https://www.ibiblio.org/kuphaldt/socratic/sinst/book/liii_2v32.pdf#page=702)\n", "\n", "Instructions: Click the link above and read this section. Section 9.6 provides a glance about level switches.\n", "\n", "Reading this section should take approximately ?? minutes.\n", "\n", "Terms of use: This work is licensed under terms of the [CC-BY-4.0 license](http://creativecommons.org/licenses/by/4.0/). It is attributed to Tony R. Kuphaldt.\n", "\n", "Supplementary material:\n", "- [Vibronic measuring principle animation](https://www.youtube.com/watch?v=50g5TrN_hZM)\n", "\n", "## Exercises\n", "\n", "Try to solve the problems listed [here](https://doc.lagout.org/electronics/Fundamentals%20of%20Industrial%20Instrumentation%20and%20Process%20Control%20%5Bby%20William%20Dunn%5D.pdf#page=112) on page 97.\n", "\n", "Tip: Take a look [here](https://www.ibiblio.org/kuphaldt/socratic/sinst/book/liii_2v32.pdf#page=87) to get some conversion factors." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "< [Pressure measurement](http://nbviewer.jupyter.org/github/gmxavier/FAT0413156/blob/master/notebooks/03.00-Pressure.ipynb) | [Contents](toc.ipynb) | [Temperature measurement](http://nbviewer.jupyter.org/github/gmxavier/FAT0413156/blob/master/notebooks/05.00-Temperature.ipynb) >

\"Open

\"Download\"" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.3" } }, "nbformat": 4, "nbformat_minor": 2 }