Click PLC Real Time Clock (RTC) – Ladder Logic

The click plc has a real-time clock that will allow us to control outputs based on a date or time of day. This real-time clock (RTC) can be set from the click programming software or through the program of the controller. Our programs in the click can use the following calendar and clock values: SD19 … Read more

BRX Do-More PLC Peerlink Ethernet Network

The BRX Do-More PLC Peerlink Ethernet communication network is one of the easiest networks to set up and run. Peerlink is a shared programmable logic controller (PLC) common memory area within a local network. Do-More central processing units (CPUs) or DirectLogic PLC systems using ECOM100 modules can read the entire area and write to their … Read more

Productivity Suite PLC Simulator Software Free Download

The productivity suite software now contains a plc simulator. The software is a free download and is available from automation direct. This software will now allow you to test or troubleshoot your program without the physical hardware present. The entire family of controllers can use the simulator. P1000, P2000, and P3000 emulation can happen on … Read more

BRX Do-More PLC Modbus ASCII Protocol

Do-more plc modbus ascii protocol will be used to communicate to a  Solo process temperature controller. A sample program will explain in detail how this is accomplished through a serial port. Modbus is a communication method used for transmitting information over serial lines between electronic devices. The device requesting the information is called the Modbus … Read more

Click PLC Modbus ASCII Protocol Communication

click plc modbus ascii

We will now look at the click plc modbus ascii protocol. This communication will happen in PLC ladder logic and communicate through the serial port (RS485) to a Solo process temperature controller. Modbus ASCII will be the communication protocol. Modbus is a communication method used for transmitting information over serial lines between electronic devices. The … Read more

Click PLC to Modbus TCP RTU Remote IO BX-MBIO

The Click PLC can communicate to a remote I/O (input and output) controller modules using the Modbus protocol for communications. The BX-MBIO provides both Modbus RTU and Modbus TCP interfaces for remote IO. Modbus RTU is a serial communication and Modbus TCP is an Ethernet communication. Modbus RTU is supported over an RS-485 serial connection. … Read more