Omron CP1H Table Data Instructions

5K views Oct 20, 2022

The Omron CP1H programmable logic controller has several different table data processing instructions. These instructions are used to handle table data, stacks, and other ranges of data. We can define a stack of data. With this data, we can then do the following: add new data by pushing onto the stack, use FIFO (First In First Out), use LIFO (Last In First Out), find the current stack size, and read, overwrite, insert or delete from the stack. Dimension record tables are used to define the length of each record and the number of records. We can then write and read these records. This is ideal for data acquisition projects. Other instructions found in the table data processing instructions include searching, summing, and finding minimum and maximum values. We will be looking at these instructions in the Omron CP1H PLC. Examples of the instructions will be presented. More information can be obtained at our website. This includes all of the links mentioned in this video. https://accautomation.ca/omron-cp1h-table-data-instructions 00:00 Omron CP1H Table Data Instructions 00:18 Table Data Processing Instructions – Omron CP1H 01:01 SET STACK: SSET(630) 03:15 PUSH ONTO STACK: PUSH(632) 05:29 FIRST IN FIRST OUT: FIFO(633) LAST IN FIRST OUT: LIFO(634) 08:20 DIMENSION RECORD TABLE: DIM(631) SET RECORD LOCATION: SETR(635) GET RECORD NUMBER: GETR(636) 10:55 DATA SEARCH: SRCH(181) 12:48 SWAP BYTES: SWAP(637) 14:20 FIND MAXIMUM: MAX(182) FIND MINIMUM: MIN(183) 16:35 SUM: SUM(184) 17:45 FRAME CHECKSUM: FCS(180) 19:28 STACK SIZE READ: SNUM(638)