PLC Tutorials

#2 PLC Best Practices – Track Operating Modes

Track PLC operating modesKeep the PLC in RUN mode. If PLCs are not in RUN mode, there should be an alarm to the operators.

Security ObjectiveTarget Group
The integrity of PLC logicIntegration / Maintenance Service Provider / Asset Owner

Track PLC Operating Modes

If PLCs are not in RUN mode (e.g., PROGRAM mode), their code could be changed to track the RUN mode. Some PLCs have a checksum to alert for code changes, but if they do not, there’s at least an indirect indicator of a potential issue while tracking operating modes:

If PLCs are not in RUN mode, there should be an alarm to the operators. If they are aware that someone is supposed to be working on that control system, they can acknowledge the alarm and move on.

The HMI should be configured to re-alert the operator toward the end of the shift about the presence of the alarm. The goal should be to keep track of any staff or contractors in the plant doing work that might impact the process.

Exception Case

If the plant is in a testing or development phase, consider disabling this alarm but the plant should be isolated from higher levels of the network.

Track PLC Operating Modes

Example

If the PLC does not have a hardware switch for changing operating modes, it is recommended to at least make use of software mechanisms that can restrict changing PLC code.

e.g., password protection in engineering software for reading and writing PLC code.

Why?

Beneficial for…?Why?
    SecurityThe operating mode (run / edit / write; for Allen Bradley PLCs: RUN / PROGram / REMote) determines if PLC can be tampered with.

If the key- switch is in the REMote state, it is technically possible to make changes to the PLC program over the communication interfaces even if the PLC is running.
Reliability/
Maintenance/

References

Standard / frameworkMapping
MITRE ATT&CK for ICSTactic: TA009 – Inhibit Response Function
Technique: T0858 – Utilize/Change Operating Mode
ISA/IEC 62443-4-1SI-1 : Security implementation review

Source: PLC Security

You've successfully subscribed !
Share

Recent Articles

  • Electrical Basics

Electrical Drives – Modes, Types, Speed Control Applications

Electrical Drives control the motion of electric motors. Motion control is required in industrial and…

5 days ago
  • PLC Tutorials

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC ladder logic design to control 3 motors with toggle switch and explain the program…

3 weeks ago
  • PLC Tutorials

VFD Simulator Download – Free Yaskawa V1000 Software

VFD simulator download: Master the online tool from the Yaskawa V1000 & programming software for…

5 days ago
  • PLC Tutorials

Conveyor Sorting Machine PLC Program with Calculation Function

The conveyor sorting machine is widely used in the packing industries using the PLC program…

1 week ago
  • PLC Tutorials

Example of Flip-Flop PLC Program for Lamps Application

Learn the example of flip-flop PLC program for lamps application using the ladder logic to…

1 week ago
  • PLC Tutorials

STAR DELTA Programming using PLC Controller

In this article, you will learn the STAR DELTA programming using PLC controller to start…

1 week ago