Click PLC Update Firmware – Software

Firmware is usually PLC operating system code that is written into a read only memory. The BIOS (Basic Input Output System) of a PC (personal computer) is a good example of firmware. It provides the low level interface between the hardware and software. The Click PLC firmware comes with the programming software. https://support.automationdirect.com/products/clickplcs.html We will … Read more

Modbus RTU Click PLC Master to BRX Do-More Slave

We will now use Modbus RTU to connect a Click Master to a BRX Do-More Slave controller.  Recently I was asked to demonstrate communication between a Click PLC and BRX Do-More PLC using Modbus RTU. Both PLCs are available from automation direct com. Modbus serial communication (Modbus RTU) is a standard protocol used in many … Read more

Click PLC AdvancedHMI Communication

We will now look at the click plc advancedhmi Modbus serial communication. Advanced HMI is a powerful, adaptable HMI/SCADA (Supervisory Control and Data Acquisition) development package that takes advantage of Visual Studio. There is no coding required and you can simply drag and drop items onto the page. The best thing is that the software … Read more

Click PLC Send and Receive Instructions

Receive and Send instructions will allow you to send and receive serial data to an external device. The communication method that you setup can be ASCII or Modbus. ASCII (American Standard Communication for Information Interchange) can be used to send to devices such as a printer. Receiving ASCII can be used for connecting barcode scanners … Read more

Click PLC Drum Instruction Sequence

Drum instructions are great tools when you have a simple sequence of events that need to occur at a set time interval or as a result of an event. They mimic an electromechanical drum sequencer. The Click PLC has a drum in the instruction set. We will discuss the drum instruction and look at an … Read more

Click PLC Shift Register Instruction

A lot of times when programming a PLC you need to track what has previously happened. Shift registers allow you to do just that. The Click PLC has a shift register in the instruction set. We will discuss the shift register and look at an example.