Manage Controller Webpages Via CIP Generic MSG Instructions

With the
Studio 5000 Logix Designer®
application, you use a CIP Generic MSG to disable or enable the controller webpages.

Disable the Controller Webpages Via a CIP Generic MSG Instruction

IMPORTANT:
If you use
FactoryTalk® Policy Manager
to disable the webpages in a
CIP Security
application, the
CIP
generic message-to-self overrides the
FactoryTalk® Policy Manager
setting.
  1. Add an MSG instruction to your program.
    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 the Config on a MSG to disable a controller's webpage in Logix Designer.
    Disable the Webpages
    Field
    Description
    Message Type
    CIP Generic
    Service Type
    Custom
    Service Code
    4c
    Instance
    1 for Linear/DLR mode
    2 for Dual-IP mode
    Class
    f5
    Attribute
    0
    Source Element
    Controller tag of SINT[5] data type.
    In this example, the controller tag is named WP_Disable and must match the following graphic.
    This image shows how to configure the tags in a MSG to disable a controller's webpage in Logix Designer.
    IMPORTANT
    : The Source Element tag in your Logix Designer application project must match the values that are shown in the graphic. If you use values that are different than the ones shown, the controller webpages are not disabled.
    Source Length
    5
  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 the Communication on a MSG to disable a controller's webpage in Logix Designer.

Enable the Controller Webpages Via a CIP Generic MSG Instruction

  1. Add an MSG instruction to your program.
    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 the Config on a MSG to enable a controller's webpage in Logix Designer.
    Enable the Webpages
    Field
    Description
    Message Type
    CIP Generic
    Service Type
    Custom
    Service Code
    4c
    Instance
    1 for Linear/DLR mode
    2 for Dual-IP mode
    Class
    f5
    Attribute
    0
    Source Element
    Controller tag of SINT[5] data type.
    In this example, the controller tag is named WP_Enable and must match the following graphic.
    This image shows how to configure the tags in a MSG to enable a controller's webpage in Logix Designer.
    IMPORTANT
    : The Source Element tag in your Logix Designer application project must match the values that are shown in the graphic. If you use values that are different than the ones shown, the controller webpages are not enabled.
    Source Length
    5
  3. On the Communication tab, configure a Path to THIS.
    IMPORTANT:
    Messages to THIS must be unconnected messages.
    This image shows how to configure the Communication on a MSG to enable a controller's webpage in Logix Designer.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal