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.
- 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 theFactoryTalk® Securitysettings deny this editing option.
- Configure the Configuration table on the Message Configuration dialog box as described in the table below.
Disable Individual Categories of MessagesFieldDescriptionMessage TypeCIP GenericService TypeSet Attribute SingleInstance1Class3a5Attribute2Source ElementController 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 Length4 - Configure the Communication tab to use a Path of THIS.IMPORTANT:Messages to THIS must be unconnected messages.

- 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