V1.4 build 0004.0 ©2007-2010 06-Oct-2010 **************************** Use of MXAM **************************** 1. Start MXAM ------------- a) Change to the local MXAM directory in MATLAB: >> cd b) Call the start script which adds all necessary search paths and classpath to MATLAB, starts the MXAM server and client >> mxam --- or instead manually: b) Call path script to add all necessary search paths and classpath for MXAM during the current MATLAB session: >> path_mxam c) Start the MXAM Server in MATLAB: >> start_mxamserver (optional): The extended Matlab search path may be saved for later sessions by calling: File / Set path ... and selecting Save. The java classpath may be saved for later sessions by editing the file: >> edit classpath.txt Add the following lines: \jars\libs\jdom.jar \jars\libs\mxam_report.jar \jars\MXAM_Server.jar Be aware that you need to remove or change the static java classpath when using a different MXAM installation. (optional): Stop the MXAM Server in MATLAB: >> stop_mxamserver d) Start MXAM Client from Program Menu e.g. Start/Programs/MES/MXAM 2. How to run checks -------------------- MXAM opens in Config-Mode with a default check-set loaded. (This default check-set is located at: \checkset_configurations\default.mxml) This file contains a predefined set of checks you can run on your model. a) Open the model you want to have checked by MXAM. b) Switch to Run-Mode and click the 'Run Checks' Button. The progress of the check execution is displayed in the MATLAB command window and the MXAM processing window. After execution MXAM switches to Report Mode automatically. c) Use the links in the rule violation chapter to navigate to the model. d) Click on the 'fix link' to automatically repair rule violations. (optional): c) Click 'Report > Save report to folder' to save the Report as HTML. In order for the links to work use the MATLAB web browser to open the generated index.html.