Disable Individual Categories of Messages

You can disable a subset of the information that scrolls across the controller 4-character display. You can disable these subsets:
  • Project name and link status
  • Port status and IP address
Complete these steps.
  1. Add an MSG instruction to your program. This message only has to execute once, it does not need to execute with every program scan.
    IMPORTANT:
    You cannot add an MSG instruction to your program if the controller switch is in Run mode, or if the
    FactoryTalk® Security
    settings deny this editing option.
  2. Configure the Configuration table on the Message Configuration dialog box as described in the table below.
    This image shows how to configure an MSG instruction to disable individual categories in Logix Designer.
    Disable Individual Categories of Messages
    Field
    Description
    Message Type
    CIP Generic
    Service Type
    Set Attribute Single
    Instance
    1
    Class
    3a5
    Attribute
    2
    Source Element
    Controller tag of DINT data type.
    Source Element Tag Data:
    • Enable Project name and link status - Bit 0 of the Source Element = 0
    • Enable Port status and IP address - Bit 1 of the Source Element = 0
    • Disable Project name and link status - Bit 0 of the Source Element = 1
    • Disable Port status and IP address - Bit 1 of the Source Element = 1
    In this example, the controller tag is named Line_MASK.
    Source Length
    4
  3. Configure the Communication tab to use a Path of THIS.
    IMPORTANT:
    Messages to THIS must be unconnected messages.
    This image shows how to configure an MSG instruction comm path to disable an individual message category in Logix Designer.
  4. Before you enable the MSG instruction, make sure that the Source Element uses one of the following tag values that are based on what information that you want to disable:
    • Project name and link status - Bit 0 of the Source Element = 1
    • Port status and IP address - Bit 1 of the Source Element = 1
    IMPORTANT:
    You can re-enable the subsets of information on the 4-character display after they are disabled.
    To re-enable the subsets, complete the steps that are described in this section. Before you enable the MSG instructions, be sure that the appropriate bit in the Source Element tag value is 0.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal