diff --git a/C-MAG.png b/C-MAG.png new file mode 100644 index 0000000..449f9a5 Binary files /dev/null and b/C-MAG.png differ diff --git a/DCPower.png b/DCPower.png new file mode 100644 index 0000000..23287e7 Binary files /dev/null and b/DCPower.png differ diff --git a/Dibujo.png b/Dibujo.png new file mode 100644 index 0000000..94a231a Binary files /dev/null and b/Dibujo.png differ diff --git a/Multimeter.png b/Multimeter.png new file mode 100644 index 0000000..e0f45ce Binary files /dev/null and b/Multimeter.png differ diff --git a/Pyrometer.png b/Pyrometer.png new file mode 100644 index 0000000..cf5a40e Binary files /dev/null and b/Pyrometer.png differ diff --git a/README.md b/README.md index e69de29..2f99722 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,21 @@ +# Monitoring of Electrical and Thermal Parameters in a Metal Part +# Introduction +This project aims to implement a data acquisition system for measuring temperature, voltage, and current in a metal part subjected to constant current, with the purpose of analyzing its electrical and thermal behavior in real time. +# Methodology +## Representative drawing +The image shows the parts that make up the experiment. + +![](Dibujo.png "Diagrama") + +## Equipment + +| Equipment | Model | Description | Pickture | +|---------|-------------|-------------|----------| +| Digit Multimeter | M3500A | Multimeter used to measure voltage and current | ![](Multimeter.png "Multimeter") +| Programmable DC Power Supply 0-30 V | PWS4305 | DC supply for powering the Pyrometer | ![](DCPower.png "DCpower") +| System DC Power Supply 150 V / 10 A | N5770A | DC source to heat the metal part | ![](SystemDC.png "SystemDC") +| Pyrometer CTLaser LT | OPTCTLLTSF | Pyrometer, temperature sensor | ![](Pyrometer.png "Pyrometer") +| Hot plate | IKA C-MAG HS7 | Heated bed with temperature control | ![](C-MAG.png "c-mag") + +## Comunicación +For the communication of the measuring equipment, it is intended to communicate via USB to a computer. \ No newline at end of file diff --git a/SystemDC.png b/SystemDC.png new file mode 100644 index 0000000..28b8115 Binary files /dev/null and b/SystemDC.png differ