Carples11

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Carples11

  1. indirect addressing

    Struggling with a S7-200 PLC system I want to work with blocks of data in sequential sections. I will be comparing some values, and updating others all within each block of data What is the best way to achieve this Do I need to create a pointer for each point in the block? is there a fill move instruction to update the pointer index can I use an indirect pointer with a blkmov statement then work with the destination, then move it back to original location Or something similar to mitsubishi D100E1 D101E1 D102E1