https://policies.google.com/privacy

Written by

in

Editing MET/CAL procedures is a specialized task within Fluke Calibration software, designed for automating calibration, managing measurement uncertainty, and ensuring consistency across test points. Editing involves using the MET/CAL Editor, managing procedure structure, and integrating with MET/TEAM software for data storage. 1. Getting Started with the MET/CAL Editor

The MET/CAL Editor is used to modify or create procedures. In newer versions (like v8), it offers specialized features for debugging and development.

Import Settings: You can import custom environment settings (.vssettings files) to set up the editor’s workspace, which is recommended for optimal layout.

Workspace Layout: It is highly recommended to keep both the Error List and Output windows visible while editing to instantly identify errors or warnings. 2. Structure of a MET/CAL Procedure

Efficient procedures often follow a layered, structured approach:

Main Procedure: Controls the overall flow, identifies the Unit Under Test (UUT), defines the test sequence, and calls specific test point routines.

Test Point Procedures: Lists all points to be tested, evaluates pass/fail criteria, and calls test routines.

Test Routines: Send commands to instruments and handle measurement data.

Sub-configuration Procedures: Specific to workstation setup or customer requirements, managing connections and uncertainty overrides.

Drivers: Translate generic commands into instrument-specific commands and calculate uncertainty.

This video explains how to structure MET/CAL procedures for better efficiency: 3. Key Editing Techniques

Simulation Mode: You can run procedures in simulation mode to test changes without needing physical equipment.

Variable Use: MET/CAL utilizes variables to store and use data throughout the procedure.

Sectioned Procedures: Procedures can be broken into sections, allowing for partial execution rather than running a full calibration every time.

Prompting and Visual Aids: Editors can add prompts to ask for environmental data (e.g., temperature, humidity) and display images to guide the technician on connections. Watch this video to see how to use MET/CAL with MET/TEAM: 4. Integration with MET/TEAM

Editing often involves preparing the procedure to communicate with the MET/TEAM database.

Data Capture: Edited procedures should properly capture measured values, evaluate them against specs, and record uncertainties.

Launch from Work Order: The procedure should be configured to work seamlessly when launched from a work order in MET/TEAM, automatically capturing the UUT information.

For more detailed technical notes, users often refer to resources from specialized firms like Cal Lab Solutions.

If you are looking to update existing procedures, I can explain how to import them into the editor, or if you are creating new ones, I can walk you through the structure of a test routine.