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 Establish Communication

So far in this series, we have discussed the Click PLC System Hardware (Video) and Installed the Software (Video). Today we will be establishing PC to PLC communications. This will allow us to program, edit or alter the way in which our Click PLC will function. 

What Everybody Ought to Know About IP Addressing

We will be looking at and explaining IP Addressing, MAC Addressing (Physical Address), Subnets, and Subnet Masks. Communication using Ethernet usually revolves around the Open Systems Interconnection model (OSI model). This model was made for computing systems to communicate without regard for the underlying internal structure and technology. IP Addressing Analogy Think of it like … 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