HMI or NOT

It depends on the client. I am a PLC guy, so I would go for PLC/HMI.

Many of our clients swear by relay logic (especially on older ships). Easier to spot errors, easier to replace parts (generally a relay is a relay).

As mentioned, a nice intermediate would be PLC control with an alternative relay logic.
 
Many of our clients swear by relay logic [..] Easier to spot errors,
?

I disagree. A PLC program can be "self-monitoring" if written properly, and it can log alarms and other information that will assist greatly in pinpointing error causes.
With a relay-based logic, intermittent errors can be nasty to troubleshoot.
 
My assumption is that the user/client does not have access to the program and thus has to rely on the inputs/outputs.
 
My assumption is that the user/client does not have access to the program and thus has to rely on the inputs/outputs.
I think you mean that if there is a PLC but no HMI, then in order to trace errors, the end-user would have to try and interpret what the inputs and output does, and without knowing what the internal memory bits are doing.
If there was a relay based control, the end-user could also observe the "internal" relays, which could be an advantage.
Well, that is another argument that if there is a PLC there should also be an HMI.
 
Partially yes, but even with an HMI. If there is something wrong, in the code, even if you get an alarm, it will be hard to fix if you do not have access to the PLC.

Don't get me wrong, I am pro-PLC, but I know clients that have a relay based machine, that has been in service for a 100 years, often are very skeptical about PLC's. The way the original question was put, it sounds that was the case here. If the end-user really doesn't want it, and someone else makes the decision to put it in anyway, they will make sure they find something to proof you wrong. :)
 
It is quite typical that E-stop and E-Stop Reset are hardwired (because they have to be), and then a few buttons for start/stop sequence (because you can locate them without looking at the screen).
 
It is quite typical that E-stop and E-Stop Reset are hardwired (because they have to be), and then a few buttons for start/stop sequence (because you can locate them without looking at the screen).

E-Stop does, but the reset does not have to be. You can go through the HMI and out of a digital output.
 

Similar Topics

Good people of PLCs.net, I am currently working with an HMI that is advantech 1250H, that communicates with a 1769 Compact logix and Currently...
Replies
2
Views
67
Hello all, I know its not good practice to have duplicate destructive bits when writing plc code, but I'm wondering about writing to the same tag...
Replies
2
Views
109
Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
70
Hello all! So I have one project with a S7-1214 and a MTP1500 "Project1" and one project with another S7-1214 "Project2". Both of these PLC:s need...
Replies
6
Views
95
I am using Factory Talk view Machine Edition Runtime HMI. I want to configure on button in such way that when i press this button I want to...
Replies
3
Views
150
Back
Top Bottom