Nirtec Studio Forum

General Category => Machines Simulator => Topic started by: icat on December 09, 2024, 02:59:04 PM

Title: Bomba UDC / Pump UDC
Post by: icat on December 09, 2024, 02:59:04 PM
Hola buenas he creado una UDC para hacer una bomba hidráulica que ya le he podido simular el movimiento sin mayor problema.

Mi duda es como puedo hacer que al recibir la salida del PLC para encender la bomba, esta me envíe una entrada de estado de marcha.

Un saludo


Hello, I created an UDC to make an hydraulic pump and I,ve been able to make the movement of it with out problems.

My doubt it's how can I make that at the moment of sending the ouput of the PLC for start the pump, the pump send me back an input of feedback run.

Best Regards.


Title: Re: Bomba UDC / Pump UDC
Post by: icat on December 09, 2024, 07:07:10 PM
Buenas, lo he solucionado con un poco de programación grafica en la UDC

Hello, I solved it with a littlebit bit of graphic programming in the UDC


Captura_1.PNG
Title: Re: Bomba UDC / Pump UDC
Post by: EasyPLC_Master on December 09, 2024, 08:44:14 PM
Genial, buena solución.
Si usas el controlador debes de poner:
DI, DO, AI, AO: DI
Number: (el numero de la entrada a activar)
Value: 1

Y deberás configurar otro controlador para desactivar la entrada
Title: Re: Bomba UDC / Pump UDC
Post by: icat on December 09, 2024, 10:07:51 PM
Si estuve probando con eso pero como no lo conseguí decidí probar suerte con la programación gráfica jajaja