Jump to content
  • Sign in to follow this  

    How to Troubleshoot Siemens PLC Programs?

       (0 reviews)

    xiangjinjiao

    This article is about the PLC programming troubleshooting method. In industrial PLCs where thousands of inputs and outputs are used, and we know how lengthy PLC programs are, depends on the application or plant usage.

    Troubleshoot Siemens PLC Programs

    Some times, People may change the logic parameters unknowingly and it may lead to a fault. Even some faults are created during the logic design stage due to the complexity of the design. The siemens plc software has different handy tools available in it to troubleshoot the faults generated in the programs.

    Faults can be like overlapping of addressing, multiple same output instances, memory bit address overlapping,  many times a single program is used to work over and over, etc.

    To find out such problems, there are four types of windows available in the siemens software which will help us to troubleshoot the issues.

    They are:

    1. Cross Reference
    2. Call Structure
    3. Assignment List
    4. Dependency Structure

    Let discuss how to use them in our program for troubleshooting and where to find them in the software.

    Cross Reference

    Cross-reference is used to find all the digital & analog inputs and outputs used in the logics. It will help us to know about the number of times the I/O’s are used in the program and also take users directly to the specific location of the I/O’s in the logic pages.

    Here is an example of one of the programs, in which you can see how the cross-reference table looks like. It contains all the information like addressing, the language of the program, used inputs and outputs, etc.

    10-1.jpg

    Call Structure

    When you want to know which block is used in programming then call structure is used.

    This is a reversal of cross-reference function in which we get to know that how many times SFC, FB block are used in OB (Organization Block) and here we get to know that how many times OB used in SFC and FBs.

    10-2.jpg

    Assignment List

    The assignment list is a very useful feature when it comes to knowing that how many inputs, outputs, timers and counters used in our application and how many of them are still remaining, so we can use them in future logics.

    10-3.jpg

    Dependency Structure

    Dependency structure is used to show where each and every block used within the programming.

    But in step 7 it won’t take you directly on location however in TIA PORTAL it will take you to the location where the program is written.

    10-4.jpg

    NOTE:

    To open these windows in step 7, use the info as shown in Drawing. After clicking on display you have the options.

    10-5.jpg

    In TIA PORTAL, follow the below step shown in the drawing.

    10-6.jpg

    Sign in to follow this  


    User Feedback

    Create an account or sign in to leave a review

    You need to be a member in order to leave a review

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

    There are no reviews to display.


×
×
  • Create New...