Factory I/O - Programación Escenario Buffer Station en Control I/O

Yvette in Tech
2 May 202012:33

Summary

TLDRThis video script introduces basic programming for controlling a scenario buffer station. It identifies the system's actuators and sensors, such as a box emitter, conveyor belts, a stop blade, and a remover. The script details the use of control buttons, a potentiometer for speed control, and sensors for counting and detecting objects. The process involves starting the system, using logical functions to manage signals, and resetting the counter. The goal is to count up to 15 boxes, after which an indicator light activates, signaling the operator to stop the process. The script aims to guide viewers through the setup and operation of the system.

Takeaways

  • 🔧 The video's goal is to demonstrate basic programming for stage control, focusing on a scenario with a box conveyor system.
  • 🔄 The system involves several actuators, such as a box emitter, two conveyor belts (input and output), and a stop blade that acts as a barrier for boxes.
  • 📍 Sensors are used to activate the actuators, including a mid-system sensor associated with a counter and an output sensor for activating a remover.
  • 🔲 The control panel features buttons and a potentiometer, which adjusts the speed of both conveyor belts.
  • 🔘 The start button activates the box emitter, and the stop button disengages the system, with additional functions for signal locking and indicator LEDs.
  • 🔧 The stop blade is linked to the start button for immediate box halting when the system stops.
  • 🔄 The potentiometer's analog configuration allows for speed control of the conveyor belts, affecting their operation in series.
  • 🔎 The output sensor triggers the activation and deactivation of the remover based on the presence or absence of boxes.
  • 📊 The mid-system sensor is connected to a counter, which increments and displays the count on the control panel, signaling when the maximum number of boxes is reached.
  • 🚫 A reset button is used to clear the counter and restart the process, ensuring accurate counting of individual boxes.
  • 💡 An indicator LED is added to the reset button, which is also linked to the start button for system synchronization.

Q & A

  • What is the main objective of the video?

    -The main objective of the video is to demonstrate basic programming for controlling a scenario, specifically a buffer station.

  • What are the main components involved in the system?

    -The main components involved in the system are actuators such as the box emitter, input conveyor belt, stop blade, output conveyor belt, and the remover, as well as sensors including the mid-transportation sensor, output sensor, and control panel buttons.

  • What is the purpose of the stop blade?

    -The stop blade is used to halt the boxes on the conveyor belt when the system is stopped, acting as a barrier or stop to prevent the boxes from moving.

  • How is the speed of the conveyor belts controlled?

    -The speed of the conveyor belts is controlled by an analog potentiometer, which affects the velocity of both the input and output conveyor belts.

  • What function is associated with the output sensor?

    -The output sensor is associated with the activation and deactivation of the remover, using a 'fuel' function that triggers the remover when the sensor signal changes from 1 to 0 and vice versa.

  • What is the role of the mid-transportation sensor?

    -The mid-transportation sensor is associated with a 'rising' function and a counter, which increments every time the sensor signal changes from 1 to 0 and back to 1, indicating the passage of a box.

  • How does the counter display the current count?

    -The counter is connected to an indicator light on the control panel, which displays the current count of boxes that have passed through the mid-transportation sensor.

  • What happens when the counter reaches the maximum number of 15?

    -When the counter reaches 15, it activates an indicator light signaling to the operator that the batch is complete or the maximum number of required pieces has been reached.

  • How is the reset button functionally associated with the counter?

    -The reset button is functionally associated with a 'set' function that resets the counter to zero and can be activated in conjunction with the start button.

  • What is the purpose of the LED indicators for the buttons?

    -The LED indicators for the buttons provide visual feedback for the status of the buttons, such as start, stop, and reset, indicating whether they are active or not.

  • How does the operator know when to stop the process?

    -The operator is notified to stop the process when the indicator light associated with the counter reaches the maximum count of 15, signaling that the batch is complete.

Outlines

00:00

🛠️ Basic Programming for Conveyor System Control

This paragraph introduces the objective of the video, which is to demonstrate basic programming for a conveyor system control. It identifies the components involved, such as the box emitter, the input conveyor belt, a stop blade, and the output conveyor belt. Sensors and control buttons are also mentioned, including a mid-system sensor associated with a counter and display, and an exit sensor for activating the remover. The video script outlines the initial programming steps, including starting the box emitter and setting logical functions for the start and stop buttons, as well as indicator LEDs for the buttons.

05:00

🔄 Conveyor System Sensor Integration and Control Logic

The second paragraph delves into the integration of sensors with the conveyor system's control logic. It explains how the output sensor triggers the activation and deactivation of the remover when the signal changes from 1 to 0. The mid-system sensor is associated with a rising edge function, which increments a counter each time an object passes, displaying the count on a control panel. The counter is resettable, and once it reaches the maximum number of 15, an indicator light is activated to signal the operator that the batch is complete. The paragraph also covers the reset button's functionality and the importance of ensuring all functions are correctly associated with inputs and outputs.

10:06

🔄 Testing and Operation of the Conveyor System

The final paragraph discusses the testing phase of the conveyor system, where the operator can adjust the speed using a potentiometer and observe the counting process. It mentions the importance of separating boxes to ensure accurate counting and the ability to reset the counter to restart the process. The paragraph concludes with the activation of an indicator light at 15 counts, signaling the operator to stop the process. It emphasizes the practical application of the system and the operator's role in managing the conveyor system effectively.

Mindmap

Keywords

💡Basic Programming

Basic programming refers to the foundational skills and techniques used in software development. In the context of the video, it is the fundamental knowledge required for controlling a scenario buffer station. The script mentions starting with the 'start' button, which activates the box emitter, showcasing the application of basic programming in controlling actuators.

💡Actuators

Actuators are components that are responsible for moving or controlling a mechanism or system. In the video script, the box emitter, conveyor belts, and the remover are all actuators that are integral to the functioning of the scenario buffer station. They are activated and controlled through programming to manage the flow of boxes.

💡Sensors

Sensors are devices that detect and respond to some type of input from the environment. The script identifies several sensors, such as the one in the middle of the transportation system and the one at the exit, which are used to activate actuators like the remover and to count the number of boxes passing through.

💡Control Board

A control board is a panel that contains buttons, switches, and other controls used to operate a system. In the video, the control board includes buttons for start, stop, and reset, as well as a potentiometer for adjusting the speed of the conveyor belts, demonstrating how operators interact with the system.

💡Potentiometer

A potentiometer is a type of variable resistor used to control electrical devices. In the script, it is used to adjust the speed of the conveyor belts, which is an analog control that affects the system's operation by varying the voltage or resistance.

💡Conveyor Belts

Conveyor belts are the moving bands used to transport items in a production or distribution system. The video script describes two conveyor belts: one for input and one for output, which are essential for the transportation of boxes within the scenario buffer station.

💡Remover

The remover is an actuator that is used to remove or separate items from a conveyor belt. In the video, it is activated by a sensor at the output, ensuring that the boxes are properly removed from the system once they have been transported.

💡Counter

A counter is a device or program that keeps track of the number of items or events. In the video, a counter is associated with the middle sensor to count the number of boxes passing through, which is displayed on the control board to provide a visual indication of the process.

💡Indicator Lights

Indicator lights are visual signals used to show the status of a system or to alert an operator. The script mentions LED indicator lights for the start and stop buttons, as well as a light that activates when the counter reaches the maximum number of boxes, signaling the operator to stop the process.

💡Reset

Resetting a system or process means to return it to its initial state. In the video, the reset button is used to clear the counter and restart the counting process, allowing for a new batch of boxes to be processed.

💡Logical Functions

Logical functions are operations that process input signals to produce output signals based on a set of rules. The script refers to functions like 'set' and 'reset' that control the state changes of the system, such as activating or deactivating the box emitter and the indicator lights.

Highlights

Objective of the video is to demonstrate basic programming in stage control.

Identification of actuators and sensors involved in the system is the first step.

Introduction of the box emitter, input conveyor belt, and stop blade as system components.

Explanation of the second conveyor belt and the remover as part of the output system.

Use of control panel buttons, potentiometer, and sensors for system activation.

The stop blade functions as a stop or barrier for boxes on the conveyor belt.

Programming begins with the start button to activate the box emitter.

Logical functions like 'set' and 'reset' are added to control signal states.

Activation of LED indicators for control buttons and potentiometer settings.

Association of the stop blade with the start button for box stopping.

Potentiometer controls the speed of both conveyor belts through analog configuration.

Sensor at the middle of the system is linked to a counter for box counting.

Output sensor activates or deactivates the remover based on signal interruption.

The counter is reset using a 'reset' button with a set urgency value.

Counter maximum is set to 15 pieces, triggering an indicator light when reached.

Operator can stop the process when the maximum piece count is reached.

Reset LED indicator is associated with the start button for system reset.

Final testing of the system includes speed adjustment and process stopping.

Operator's task is to separate or remove boxes to ensure accurate counting.

The video concludes with a demonstration of the system's full functionality.

Transcripts

play00:01

qué tal ingenieros el objetivo de este

play00:04

vídeo es mostrar la programación básica

play00:06

en control ayo del escenario

play00:09

buffer station

play00:11

lo primero que tenemos que hacer es

play00:13

identificar los actuadores que

play00:15

intervienen en el sistema así como los

play00:17

sensores que se ocuparán para activar

play00:20

dichos actuadores tenemos primeramente

play00:23

el emisor de cajas tenemos la banda

play00:27

transportadora de entrada una cuchilla

play00:30

que se activará cuando detengamos el

play00:33

sistema

play00:39

y funcionará como un tope o una

play00:42

detención de las cajas

play00:47

tenemos también la segunda banda

play00:49

transportadora que será la banda de

play00:51

salida y el removedor los sensores que

play00:55

ocuparemos además de los botones del

play00:59

tablero de control y el potenciómetro

play01:01

será también este sensor que se

play01:04

encuentra a la mitad de el sistema de

play01:09

transportación o entre ambas bandas

play01:11

transportadoras y el sensor que se

play01:13

encuentra en la salida

play01:17

el sensor del medio irá asociado al

play01:19

contador que se mostrará en este display

play01:21

y el sensor de salida a la activación o

play01:25

desactivación del removedor

play01:29

nos vamos a file drivers

play01:33

y seleccionamos controla yo

play01:45

nos vamos a dar

play01:50

empezamos con el botón de start

play01:55

el cual activara el emisor de cajas

play02:00

no funciones funciones lógicas

play02:04

agregamos una función de ser y reaser

play02:09

para englobar esta señal

play02:16

la cual se desenclavar a con el botón de

play02:19

stop

play02:25

al cual se le agregará la función de

play02:27

nota

play02:29

indicando el cambio de estado

play02:33

de 1 a 0

play02:36

para desenclavar esta señal

play02:42

de igual manera vamos a agregar la

play02:45

activación de los leds indicadores de

play02:49

cada uno de los botones

play02:54

el botón de stern

play03:00

y el del botón de stop

play03:03

de igual manera con un enclavamiento

play03:12

el cual se desea que se enclavará con el

play03:16

botón de start

play03:23

y también vamos a asociar

play03:27

la cuchilla de detención

play03:33

para detener las cajas que se encuentren

play03:36

en la banda transportadora

play03:45

ahora también tenemos que asociar el

play03:47

potenciómetro

play03:55

ya que la configuración de ambas bandas

play03:58

transportadoras es de tipo análoga

play04:12

esta velocidad estará controlada por

play04:15

medio de un potenciómetro

play04:18

el cual tendrá efecto sobre la velocidad

play04:21

de ambas bandas transportadoras por eso

play04:25

van en serie

play04:28

ahora vamos a asociar

play04:32

el sensor de salida

play04:36

con la activación y desactivación del

play04:39

removedor

play04:52

para ello vamos a ocupar dos funciones

play04:57

una función

play05:00

llamada fuel y la cual indicará cuando

play05:04

el sensor deje de ser continuo o se

play05:09

interrumpa es decir que la señal cambie

play05:11

de 1 a 0 de positivo a negativo a esto

play05:15

se va a referir con increíble

play05:18

esta señal cada vez que cambie de 1 a 0

play05:23

activara el removedor

play05:30

y de igual manera cuando cambien

play05:33

nuevamente a su estado original de 1

play05:37

desactivará el removedor

play05:47

ahora asociaremos la señal

play05:54

el sensor que se encuentra a la mitad de

play05:57

ambas bandas o que divide a ambas bandas

play06:01

justo antes de la cuchilla de detención

play06:13

este sensor irá asociado con una función

play06:16

rising greger es decir cada vez que

play06:20

cambie de su estado 1 a 0 y regrese

play06:24

nuevamente al estado 1

play06:27

contar a un objeto ya que irá asociado

play06:30

con un contador

play06:33

un contador de incremento 7

play06:46

y el cual tendrá una salida

play06:51

en la señal de activación o el indicador

play06:54

de luz que agregamos a este escenario

play07:12

y desplegará la cuenta actual

play07:17

en el contador que se encuentra en el

play07:19

tablero de control

play07:34

esta señal se desee enclavará con el

play07:37

botón de reset

play07:45

y tendrá un valor de prisa

play07:49

nos vamos a veces en valor numérico o

play07:53

tipo de dato numérico

play08:04

lo configuramos para que tenga

play08:08

un número de número máximo de 15 piezas

play08:12

o 15 cajas

play08:19

y nos llevamos a su máximo número

play08:27

lo que hará el sistema o el programa

play08:29

será que cada vez

play08:32

que este sensor cambia su estado de 1 a

play08:36

0 y regrese nuevamente a su estado 1

play08:39

contra un objeto el cual desplegará en

play08:43

el contador o en el display que tenemos

play08:45

colocado en el tablero de control

play08:48

una vez que este contador llegue al

play08:51

número 15

play08:53

activará una luz indicadora que podrá

play08:58

servirle como indicador al operador que

play09:01

se encuentre en frente de esa estación

play09:04

de trabajo para indicarle que ya el lote

play09:08

se cumplió o ya llegó al número máximo

play09:10

de piezas que eran requeridas y de esta

play09:14

manera podrá ir al botón de stop y

play09:16

detener el proceso

play09:22

por último agregamos el indicador led

play09:25

del botón de reset

play09:39

con una función de set

play09:47

la cual será des enclavada también con

play09:50

el botón start

play10:06

verificamos que no haya ninguna función

play10:09

que no esté que no halla funciones que

play10:12

no estén asociadas a su entrada oa su

play10:15

salida

play10:19

guardamos

play10:31

y le damos el ron

play10:40

presente amos contadores

play10:45

probamos el funcionamiento asignamos una

play10:48

velocidad por medio del potenciómetro

play10:54

y vemos que empieza a contar

play10:58

si detenemos el proceso

play11:03

activa la cuchilla detiene las cajas y

play11:06

de igual manera se detiene el emisor

play11:12

el trabajo del operador tendría que ser

play11:14

separar estas cajas o retirarlas

play11:19

de lo contrario ya no contarán estas

play11:22

cajas ya que al estar unidas contaría

play11:24

nada más como un objeto

play11:28

podemos resetear el contador

play11:31

y reiniciar el proceso

play11:51

y una vez que llegue al número 15

play11:55

activara el emisor de luz

play12:00

y el operador en ese momento puede venir

play12:02

y detener el proceso

play12:22

hasta aquí sería todo respecto a este

play12:25

escenario espero que este vídeo les haya

play12:28

sido de utilidad hasta luego

Rate This

5.0 / 5 (0 votes)

Related Tags
Stage ControlActuatorsSensorsProgrammingAutomationEngineeringControl SystemVideo TutorialBasic LogicEducational