Skip to main content

How to do Force in GE PLC Proficy Machine Edition?

 Learn how to do Force ON and Force OFF in GE PLC software proficy machine edition using ladder logics and reference view tables.

FORCE in GE PLC

Step 1:

Open “Proficy Machine Edition” Software

Step 2:
Open the saved project.

Step 3:
Software loaded.

Step 4:
First Click on Online mode then click on Toggle online. Refer the below picture.

Step 5:
Now you are online. Browse the logic and select the required variable to be forced.

Right-click on the variable to be forced and click “Force ON” option as shown in the below figure.

Here we are forcing a on/off valve or also called as shutdown valve. Force ON means we are making the logic status to 1.
Step 6:
Now if we want to test the logic status with “0” then right-click on the required variable and click “Force OFF” as shown in the below figure.

Force OFF means we are making the logic status to 0.

Step 7:
After testing the logic with Force ON and Force OFF options, we must remove the force so the logic will work in real-time otherwise these variables will stay in force state.

Right-click on the required variable and select “Remove Force” option as shown in the below figure.

Step 8:
Till now we discussed how to do force ON and OFF from logics.

Now if we want to do the force ON and OFF from reference tables then the below steps will apply.

Select the “Reference View Tables” menu in the left side-bar and expand it.

Step 9:
Select the “Default Tables” folder in the left side-bar and expand it as shown in the below figure.

Step 10:
Select “Analog Output” option in the left side-bar and double-click on it.

In this window, we must know the address used for the outputs in the logic.

Select the required address (%AQ0113 in our example), click on it and apply the required value.
Step 11:
After testing, again enter the default value.

Step 12:
Now we see the FORCE ON and FORCE OFF of digital inputs.

Select the “Input” option in the left side-bar as shown in the below figure.
Step 13:
In our example, we want to force %I00005 address. Select the respective bit and right-click on it.

The value in the selected address if logic “0”.

A drop-down window will appear as shown in the below figure and select “Force ON” option.

Step 15:
As we used FORCE ON option, so the logical value in the address %I00005 will change to logic “1” as shown in the below figure.
Step 16:
Similarly, right-click on the address and click on “Force OFF” option to make the logic status to “0”.
Step 17:
After testing, we have to remove the force otherwise the logic status will stay in the forced state.

So, right-click on the required address and select “Remove Force” option.


Step 18:
Again, a pop-window will open for confirmation. Click on “OK” to remove the force.
Step 19:
Now if we want to show all the variables which are in “Forced state” then follow the below step.

Select “HBR504” option and right-click on it.

A drop-down window will appear, now select “online Commands”, again a new dropdown appears.

Select “Show Forces in Controller” option as shown in the below figure.
Step 20:
Now software displays all the forced variables in the controller as shown in the below figure.

-END-








Comments

Popular posts from this blog

PLC Program for Mixing Tank

 Create a ladder diagram for controlling a batch mixing process. Implement a PLC program for mixing tank or Mixing Process using PLC Ladder Logic. PLC Program for Mixing Tank Fig : Mixing tank A tank is used to mix two liquids. The required control circuit operates as follows: A. When the START button is pressed, solenoids A and B energize. This permits the two liquids to begin filling the tank. B. When the tank is filled, the float switch trips. This de-energizes solenoids A and B and starts the motor used to mix the liquids together. C. The motor is permitted to run for 1 minute. After 1 minute has elapsed, the motor turns off and solenoid C energizes to drain the tank. D. When the tank is empty, the float switch de- energizes solenoid C. E. A STOP button can be used to stop the process at any point. F. If the motor becomes overloaded, the action of the entire circuit will stop. G. Once the circuit has been energized, it will continue to operate until it is manually stopped. Solution...

Ferrules and Cross Ferruling

 Ferrules are identification labels provided for every wire terminations in an instrument, equipment, or electrical/instrumentation control panels. These tube-shaped sleeves can be inserted easily on each individual wire in a multi-core cable. In earlier days fixed digits/letters are used as ferrules, but now Instrumentation engineers/technicians prints out desired ferrules by using a ferrule printing machine. Typical Ferrule The numbers/ letters on the ferrules will be given as per the approved electrical hook up or loop diagrams. This helps technicians to easily identify a particular loop/wiring from a series of terminal blocks and to troubleshoot the desired terminal connection. Separate numbers on the ferrules distinguish the positive and negative polarities of wires, thus ensure the polarity protection of the instrument. Cross Ferruling  As a wire is connected on its both ends, it is quite useful to use a cross reference method for wire identification. Unlike normal ferru...

What is Relay? How it Works? Types, Applications, Testing

 We use relays for a wide range of applications such as home automation, cars and bikes (automobiles), industrial applications, DIY Projects, test and measurement equipment, and many more. But what is Relay? How a Relay Works? What are the Applications of Relays? Let us explore more about relays in this guide. What is a Relay? A Relay is a simple electromechanical switch. While we use normal switches to close or open a circuit manually, a Relay is also a switch that connects or disconnects two circuits. But instead of a manual operation, a relay uses an electrical signal to control an electromagnet, which in turn connects or disconnects another circuit. Relays can be of different types like electromechanical, solid state. Electromechanical relays are frequently used. Let us see the internal parts of this relay before knowing about it working. Although many different types of relay were present, their working is same. Every electromechanical relay consists of an consists of an Elect...