Implementing Solo Process Temperature Controller

Implementing the Solo Process Temperature Controller

The SOLO Temperature Controller is a single loop dual output process temperature controller that can control both heating and cooling simultaneously. It is available in 1/32, 1/16, 1/8, and 1/4 DIN panel sizes and is UL, CUL and CE approved. The name of the temperature controller is deceiving. This unit will also accept voltage and … 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 Program Control Instructions

The program control instructions will allow us to specify what parts of the logic get solved and when this happens. This will control how the PLC will scan and solve your logic in your program. 

Click PLC Installing the Software

Previously we discussed the Click PLC System Hardware – Video. Today we will be installing the free software required to program the PLC. This includes the actual program and communication drivers. The current version of the Click Software programming package can be downloaded here. Installation of this package is similar to the instructions below.

Click PLC System Hardware – Configuration

Many people ask me what I do when looking at a new PLC model or system. My approach is very straight forward and we will view this in action with this Click PLC series. This series will go from examining the hardware to programming and communicating to the PLC in several ways. If you have … Read more

Modbus TCP Data Logging to Database

Using Visual Basic 2015 we will log three holding registers from the PLC along with time and date into a Microsoft Access Database. We will log every minute into the database with the information that we collect from the PLC via Modbus TCP (Ethernet). All code will be done and shown so you can implement this in … Read more