Problem reading tags from Siemens S7-1500 PLC

I am having an issue trying to read the tags from a PLC S7-1500.
I have access level set as “Full access (no protection” and the connection mechanism enabled for “permit access with PUT/GET communications from remote partner”.

I am using the Ignition driver for S7-1500 over ethernet and the PLC is connected.


On the designer I added an OPC tag named [s71500]DB66,STRING44.20 so I can read the following tag:

I get error 8104 on the logs.

Any idea what is wrong ?

Have you disabled optimized access for the data block(s) you are trying to read?

Yes.

Hmm. No further idea. @chi or @zxcslo are the go-to guys for Siemens.

ps. Start new topics in the future. Necromancy is not always noticed by those who might be able to help.

Well… the error 8104 means that access to the address is not allowed. So there must be something with the “Permit access with PUT/GET…” in the HW configuration of the PLC.
Can you try to compile the PLC program again and download it to the PLC?
Is this (STRING) the only tag you can’t read?

I cannot read any tag at all. I will try to compile and download it again.

I compiled the hardware configuration again and downloaded and it is working now! Thanks a lot!

1 Like