Data handling instructions are used to perform movement and manipulations of the memory in the programmable logic controller. The Productivity 2000 Series PLC has fifteen different data handling instructions that can be used in various applications.
In this second part, we will be looking at the following instructions:
Lookup Table (LKUP) – Find a value within an XY Table by looking at the intercept of a referenced X Axis value and Y-Axis value.
Pack Bits (PKB) – Convert up to 32 Boolean Tag Bits or Constant Bits into an Output Integer Tag.
Pack Word (PKW) – Convert up to four-bit tags, two 16-bit tags, or four Constants into a 16 or 32-bit Destination Tag.
Shift / Rotate Bits (SFR) – Shift or Rotate Bits of a Tag or Constant value.
Sign Magnitude (SMAG) – Convert Sign Plus Magnitude data type values to 2's Complement or Convert 2's Complement data type values to Sign Plus Magnitude.
UnPack Bits (UPKB) – Convert up to a 32 Bit Integer Tag or Constant into Boolean Tags.
UnPack Word (UPKW) – Convert one 32-bit or 16-bit source tag into four 8-bit tags or two 16-bit tags.
A review of data handling instructions part 1 can be found here.
https://accautomation.ca/productivity-2000-plc-data-handling-part-1/
Let's start with the Productivity 2000 Series PLC data handling instructions part 2.
Detailed information can be found on our website. The post for this video is located here:
https://accautomation.ca/productivity-2000-plc-data-handling-part-2/
00:00 Productivity 2000 PLC Data Handling Part 2
02:10 Lookup Table (LKUP) Instruction
03:10 Pack Bits (PKB) Instruction
03:45 Pack Word (PKW) Instruction