By Clay Li on Wednesday, 18 October 2017
Category: Tutorial

Data Upload Part 3: Preventive Maintenance

 This blog series demonstrate the data setup through uploading data from excel templates. Previous blogs include:


Here are some background about excel templates and data upload:

This is the third part of the data upload tutorial. This blog serves as the detailed walk-through for the steps defined in Calem Setup Part 2: Preventive Maintenance

Step 1. Asset and Location

Asset module is referenced by the PM module. Use resources below to set up asset and location:


Step 2. Inventory

Spare parts and tools may be referenced by PM plans when setting up job plans. Use resources below to set up inventory:


Step 3. Permits and Docuemnts

Permits may be referenced by PM plans. Set up permits from work order module:


Documents including photo, drawing, manuals can be included in the PM Plans. Upload documents via Calem web client. See documents of Calem Setup Part 1: Asset and Location for more information.​

Step 4. PM Plans

PM Plans are job plans for preventive maintenance (PM) and corrective maintenance (CM). Time schedules such as every week on Monday, or every three months can be included in the PM Plans. Calem uses JavaScript objective notation (JSON) to indicate schedules. You can upload PM Plans with schedules based on schedule templates included in the excel sheet.


4.1 Trouble-shooting Repeat Schedules
You may get an invalid repeat schedule error when uploading a PM Plan excel file with repeat schedule as follows.
Invalid repeat schedule={CmScheduleInfo: { 
      selection: 'months',
      months: {CmScheduleMonths: {freq: 24, dom: 1}}
      }}

This can be caused by special characters which are not displayable in the repeat schedule text. Use the following steps to correct the issue:

 Step 5. PM Rounds

PM Rounds are locations or assets a preventive maintenance run may cover. They include:


Step 6. PMs

PMs are the maintenance jobs. They consist of a PM Plan (a job plan) and an asset or a location with an initial due date information. PMs are released on the initial due date by Calem. Next due dates are calculated based on schedule of the PM Plans of the PMs.

Step 7. PM Asset/Location

Assets and locations can be added to a PM for inspection. 

 Additional Resources