The leader in industrial automation and control solutions

Force a firmware download to MLC (in case of no response).

Force Download Mode for MLCs: In case the PLC is not responding for the firmware download command and when it does not allow the further download in the unit, PLC can be driven in the Force download mode. Follow the following step to enter the force download mode.     data-filename=”MLCSerialPinout.png” style=”width: 449px;”> Power off the unit…

How to set / reset a bit or coil in Native Ladder logic (MAPware7000)

In the Native Ladder programming environment, there are multiple ways to set a bit. One option is to set a bit from the screen using buttons and tasks. data-filename=”image.png” style=”width: 320px;”> Another option is to use logic.  You can use the following logic to create the latch: data-filename=”image.png” style=”width: 389px;”> The Device Set and Reset instructions…

Wiring a passive 2-wire analog output device

4 to 20 mA sensors generally come in two types: Passive or 2 wire sensors are generally simpler devices that act as variable resistors where the resistance is proportional to the value being measured. Examples are pressure sensors, linear position sensors or potentiometers for user input. These devices are called passive because they do not…

How to use the Word Lamp in EBPro

The Word Lamp Object is used asan indicator to represent the value in a PLC register, or the value in aregister in the HMI local memory (LW). Creates a graphics object to reflect thecurrent state of a multi-state PLC data register. It can display a differentshape or picture depending on the value in the register.…