Disable the Controller Memory Card
With the
Studio 5000 Logix Designer®
application, you can use a CIP™
Generic MSG with a Path of THIS to execute this option.
IMPORTANT:
Remember the following:
- A memory card can only be disabled with a Message to Self.
- Once a memory card slot is disabled, you lose all ability to communicate to a memory card inserted into the slot. This includes any diagnostic information.
- 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 tab on the Message Configuration dialog box as described in the table below.
IMPORTANT:These values are stored to non-volatile controller memory in such a way that the MSG instruction is not required to execute each time the controller powers up.Disable the Memory CardFieldDescriptionMessage TypeCIP GenericService TypeSet Attribute SingleInstance1Class3a4Attribute4Source ElementController tag of SINT Array.Source Element Tag Data:- 0 = Enable memory card
- 1 = Disable memory card
In this example, the Source Element is named src_array.Source Length1 - Configure the Communication tab to use a Path of THIS.IMPORTANT:Message to THIS must be unconnected messages.

- Before you enable the MSG instruction, make sure that the Source Element tag value is 1.IMPORTANT:You can re-enable the memory card after it's been disabled.To re-enable the memory card, complete the steps that are described in this section. Before you enable the MSG instruction, be sure that the appropriate bit in the Source Element tag value is 0.
Provide Feedback