You are on page 1of 4

CALCA Programming Lab Guide

Introduction In this lab exercise, you will build the logic of a single motor typical in CALCA block. You will use the single motor typical you built in ICC in the previous lab. Frist, you will transfer the given narrative statements into a logic diagram, then you will write the steps of the CALCA.

At the end of the lab, you will be able to test your logic by testing the single motor typical in ICC.

I/A Series Training - FoxView Lab Guide

CALCA Programming

TABLE OF CONTENTS

The Narrative Logic ......................................................................................................... 3

2 3 4

The Logic Diagram............................................................................................................3 CALCA Configuration ......................................................................................................4 Testing Single Motor Typical...........................................................................................4

I/A Series Training FoxView Lab Guide

CALCA Programming

The Narrative Logic


As we described before, our logic is depending on a narrative statements given by the customer, and you are supposed to convert this narrative logic into a logic diagram, which will help you in writing your steps. The following statements are describing the logic of a single motor: If the motor is in a LOCAL mode, then AUTDSR = RUNNING signal, to prevent mismatch alarm If the motor is in a REMOTE mode, AND FI0007A < 72 M3/Hr, THEN an AUTOSTART signal will force the motor to start. If the motor is in a REMOTE mode, AND FI0007A > 288 M3/Hr, THEN an AUTOSTOP signal will force the motor to stop. If the motor has an electric fault (FAULT) at any time, the motor must stop immediately. Now, you have to convert these statements into a logic diagram, showing the main inputs, outputs and parameter's assignment.

The Logic Diagram


Sketch your suggested logic diagram here.

I/A Series Training FoxView Lab Guide

CALCA Programming

CALCA Configuration

1. Open ICC . 2. Ensure that the compound FLUSHPUMP appears beneath your control station. 3. Select your CALCA block, begin to fill your steps in the block. 4. After editing all steps, ensure that one of your steps is wrong, then select DONE.

 What happens to indicate that there is a wrong step?


__________________________________________________________________ 5. Correct the wrong step, then select DONE.

Testing Single Motor Typical

1. Ensure that the FoxSelect display is on the screen. 2. Access the FLUSHPUMP compound by selecting it from FoxSelect. 3. Access CALCA block detail display from FoxSelect. 4. Try to check the validity of your steps, through testing the functionality of the single motor that mentioned in the previous display.

I/A Series Training FoxView Lab Guide

You might also like