Omron CP1H Data Shifting Instructions

We will now look at data shifting instructions in the Omron CP1H controller. PLC programming is all about how we can manipulate the information stored in the PLC. We have already looked at timers, counters, moves, and comparison instructions. Data shifting is a different concept that will move bits and words around in memory. This … Read more

Omron CP1H PLC Data Movement Instructions

Every program usually has some kind of data movement. This is the ability to transfer information from one area of the controller to another. The Omron CP1H series of programmable logic controllers provide several different ways to manipulate this information. We will be looking at several different ways in which data movement can happen with … Read more

Creating a Database in SQL Server Express 2014

Microsoft SQL Server Express 2014 is a free, edition of SQL Server this is ideal for learning and developing desktop, web, and small server applications. The database size can be 10 gigabytes in size. SQL Server Express 2014 release includes the full version of SQL Server 2014 Management Studio. We will be using SQL Server … Read more

Horner XL4 Report Generator – Text / Data

We will now look at the Horner report generator. The Horner APG XL4 all in one controller has a feature to generate text reports. These reports can consist of text and data from memory locations in the controller. Reports can be printed using a serial interface printer through any of the serial ports of the … Read more

Excel Conditional Movement of Data

Excel Conditional Movement of Data

I have been recently asked how you can move data conditionally on an excel spreadsheet once the information has been obtained from the PLC? Monthly data was being collected from the PLC and put on an excel spreadsheet using Omron CX-Server DDE. They wanted at the beginning of each month to move the data to … Read more

Easy Steps to Program a Click PLC Sorting System

Easy Steps to Program a Click PLC Sorting System

Learn how to program a Click PLC sorting station from scratch in this comprehensive tutorial! We’ll take you through the step-by-step process of designing and programming a Click PLC sorting station, covering everything from setting up the PLC to writing the code. Whether you’re a beginner or an experienced programmer, this method is ideal for … Read more