Click PLC Logging Data with Time and Date Stamp

1K views Oct 13, 2022

We will now look at logging data with time and date in the Click PLC. The Click PLC can perform indirect addressing. This means that I can ask for information to be moved to and from locations in the PLC using a pointer that will indicate the address. Stephen Covey in The 7 Habits of Highly Effective People said: “Begin With the End in Mind.” This is especially true when looking at storing or logging data within the programmable logic controller. (PLC) It is important to fully define what you want to accomplish with your program. In our Click PLC example, we want to take a series of consecutive memory locations (DS1 to DS10) and store them in memory areas DS100 to DS4100 each minute. We will be able to store 400 entries (400 minutes) in our storage area. Every entry will include the real-time clock (RTC) of the Click. This will show the date and time of each entry. Let’s get started! More information can be obtained on our website. This includes all of the links mentioned in this video. https://accautomation.ca/click-plc-logging-data-with-time-and-date-stamp Previously we discussed: Click PLC System-Hardware. https://accautomation.ca/click-plc-system-hardware/ Click PLC Installing the Software https://accautomation.ca/click-plc-installing-the-software/ Click PLC Establish Communication https://accautomation.ca/click-plc-establish-communication/ Click PLC Numbering System and Addressing https://accautomation.ca/click-plc-numbering-system-and-addressing Click PLC Timers and Counters https://accautomation.ca/click-plc-timers-and-counters Click PLC Compare and Math Instructions

#Data Sheets & Electronics Reference