Case Studies

sinamics driver

Function Block Diagram Programming for Plasma Treater

Posted in Food and Beverage, HMI and SCADA, Manufacturing Automation and Intelligence, Packaging Machinery Programming, PLC Programming, Printing, Siemens PLC

Summary

DMC utilized Function Block Diagram (FBD) logic to write both operational and safety logic for a plasma treater used in the label printing process of cardboard beverage containers. FBD is a style of PLC programming that has a different graphical interface from the more commonly-used ladder logic. The differences between these two programming styles will be addressed later in the case study. 

Solution

The client reached out to DMC for aid in developing code for a plasma treater used in the creation of cardboard beverage containers. The client’s programming standards documentation specified the need to implement all code in Function Block Diagramming (FBD). As a result, DMC programmed both the standard operational logic and safety logic using FBD. 

FBD is a method of programming that compartmentalizes and hides code within boxes called function blocks. These function blocks display only the inputs and outputs of the compartmentalized function and can be implemented repeatedly throughout a larger program.

Benefits of using FBD code:

  • Function blocks can be more intuitive for those with electronic/computer science background as FBDs are comparable to logic gates
  • FBDs be much more compact than a ladder for logic with lots of components
  • FBDs allow for compartmentalizing complex code into a simple visual block
  • FBDs enable users to modify repeated code within blocks only once; changes to a function block propagate to all instances of the function block

Drawbacks of using FBD code:

  • FBDs can be unfamiliar, and therefore more confusing, for developers or maintenance staff as ladder is generally a more commonly-used programming language
    • NOT nodes are especially small and can be easy to overlook
  • Compared to ladder, FBD can be less intuitive for those with electrical backgrounds as ladder logic is based on circuit diagramming for relay logic
  • Like Ladder Logic, FBDs don’t support complex math sequences or functions
    • Structured text is more useful for this
    • With that said, structured text is supported when programming in FBD

AND and OR Operations in Ladder Logic vs. FBD

FBD vs ladderFBS vs. Logic

In addition to programming in FBD, other considerations DMC took into account were:

  • I-Device communication
  • Safety programming

The plasma treater we were programming was only one step in a much larger operation. As a result, the treater’s PLC served as a slave to a master PLC that controlled the overall system process. DMC configured I-Device Communication between the two units utilizing a PNP coupler to allow signals to pass from slave to master and vice-versa.

The plasma treater project marked the first time DMC’s clients had utilized failsafe logic in their products. DMC was able to provide insight on best safety practices and Siemens-specific safety concepts to our clients. Specifically, DMC successfully incorporated logic that allowed for safety bypass modes when the plasma treater needed to undergo maintenance.

Learn more about DMC's work in the Food and Beverage Industry and our Manufacturing Automation and Intelligence Services.

Customer Benefits

  • Ensures continuity between all of the client’s machine programs
  • Provides seamless communication between the plasma treater and all the other machines within the larger process line
  • Allows the client to maintain the machine’s code more easily
  • Empowers the client to implement upgrades to their system as needed smoothly
  • Prevents the client from having to learn and adapt to an unfamiliar code style

Technologies