Hello Guest it is May 15, 2024, 10:32:48 PM

Author Topic: input to stop machine  (Read 449 times)

0 Members and 1 Guest are viewing this topic.

Offline Bill_O

*
  •  565 565
    • View Profile
input to stop machine
« on: March 26, 2024, 08:18:07 AM »
We have a new machine and I am going to be putting a pressure sensor on so if the air pressure gets too low the machine will stop.
What would be the best place to put the code?
PLC Script?
Signal Script?
Any other place?
Open to any ideas.

Thanks,
Bill

Offline Graham Waterworth

*
  • *
  •  2,684 2,684
  • Yorkshire Dales, England
    • View Profile
Re: input to stop machine
« Reply #1 on: March 27, 2024, 10:59:15 AM »
Why not just wire it through the e-stop circuit.
Without engineers the world stops

Offline Bill_O

*
  •  565 565
    • View Profile
Re: input to stop machine
« Reply #2 on: March 28, 2024, 02:49:34 PM »
Graham,

Perfect.

Thanks

Offline MN300

*
  •  298 298
    • View Profile
Re: input to stop machine
« Reply #3 on: March 29, 2024, 09:05:40 AM »
If the air pressure drops slowly enough a pressure switch could signal the impending problem with enough time to stop the machine with the feed hold. This would allow you to continue once pressure is reestablished.
Re: input to stop machine
« Reply #4 on: May 06, 2024, 09:21:21 AM »
MN300
We use a pressure gauge that gives two outputs at different pressures.  We set a Low Air Flag that turns on the red light to the machine but allows the machine to run still, but the No Air Flag will e stop the machine.  I handle this code in the PLC Script.
Chad Byrd