Use contiguous addresses in data sampling with symbolic addessing

Use contiguous addresses in data sampling with symbolic addessing
none 0.0 0
  • HMI Model: cMT2128X
  • EasyBuilder Pro Version: V6.10.01.422

Hello fellas, i have an issue when i switched my data import from a siemens PLC to symbolic addressing, if i try to use contiguous addresses with the data sampling i have an error message saying that the section has an invalid read address, this problem dont happen if i use absolute adressing or if i separate the Tags in individual Sections, but the LOG is a mess because of that, any idea?

Thank you in advance

Hi @Eduardo_L ,

Thanks for reaching out! Could you please share some screenshots of the issue to better help our understanding?

Hi Daniel! the system dont let me add photos to the post, how can i add those?

Hi @Eduardo_L,

You should be able to add some now. Thanks!

Thank you Brendon!

Hi Daniel, in the following images i try to get information from a DB block in my PLC with more than 50 consetutive Real Values after the test one, so it should be accessing those without issues.

Thank you!

@Eduardo_L ,

Thanks for providing the screenshots. So with Siemens symbolic addressing, contiguous reads are only possible when the variables are part of an array.

Right, i thought it could continue, similar that the absolute addressing. Got it haha
:slight_smile:

ty! Everything clear now