Integrating XY-MD02 Sensor Modbus RTU Click PLC

Integrating an XY-MD02 Sensor with Modbus RTU into Click PLC

Using Modbus RTU (RS485), we will connect the XY-MD02 Temperature and Humidity Sensor to the Click PLC. The Click will be the Client (Master), and the Sensor will be the Server (Slave). This is an ideal sensor to place in a panel to ensure that the panel is within a working temperature and humidity range. … Read more

How to Program a Sorting Station – Click PLC

How to Program a Sorting Station - Click PLC

The sorting station box selection (camera management and distribution) is just one of many machines in the EasyPLC Machine Simulator (MS). This sorting station will read barcodes from the boxes and send them to different exit ramps. The Click programming software will be used to program this Click PLUS PLC. Modbus TCP (Ethernet) will connect … Read more

Click to Click PLC Communication – Remote IO

Click to Click PLC Communication

We will connect two Click PLUS PLCs and communicate in three different ways. Using the send and receive commands, we will set up one PLC to be the master (client) and communicate with the slave (server). WiFi, Ethernet, and Serial communication will share common memory areas between the Click PLCs. The send and receive commands … Read more

Click PLC – EasyPLC PLC Mixer Programming

Click PLC - EasyPLC PLC Mixer Programming

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The industrial mixer is one of these machines. When the start pushbutton is energized it will fill up a tank until the lower level sensor is detected. The mixer blades will … Read more

Click PLC Simple Conveyor EasyPLC

Click PLC Simple Conveyor EasyPLC

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that can be programmed. A simple conveyor is one of these machines. This is usually the starting point for learning about the machine simulator. This conveyor example will use two digital inputs and two digital outputs. A pallet will … Read more

Click PLC Retentive Data Memory Registers

Click PLC Retentive Data Memory Registers

The Click PLC retentive data memory registers are not included in the program file by default. All Click PLC CPUs are included. This option must be selected to include the C, CT, DS, DD, DH, DF, CTD, and TXT memory in the Click project file. We will be enabling the option to include the retentive … Read more