EcoStruxure Machine Expert version 1.1 does not support the M258, LMC058 and LMC078 controllers.

Reset Diagnostic Messages

Overview

Once logged in to the application, you can reset the diagnostic messages of the controller. This is an extension method of the controller object.

The following example shows how to reset diagnostic messages. You have to get the primary project and log in to the application, as shown in the other examples (building an application).

Script Engine Example

# get the project instance and log in to the application
 
# find the controller which messages shall be reset
controller = project.find("LMC", True)[0]
 
# "reset diagnosis messages on controller"
controller.reset_diagnosis_messages()