Siemens Addressing Help

Can some one help me figure out where my tag addressing is wrong?

I am using

ns=1;s=[Doffer M19 North]DB700,X0.2 

here is a screenshot of the DB:

Returning an ERROR for value

Hey,

It's not immediately clear from the screenshot where the error is coming from. I would recommend reaching out to support and making a ticket so we can take a closer look. Here's a link to our support portal: https://support.inductiveautomation.com/hc/en-us.

I'm curious if your other values from the bits around it (i.e. 0.0, 0.1 and 0.3) work. Is the error you're seeing isolated to DB700,X0.2? If not, do other values from this device in other datablocks work? Additionally, if you edit the tag in the designer and look at the tag diagnostics, is there a more verbose error message? This would be good information to add to both this post and a support ticket if you decide to submit one.

I need some help to address the static of this location:

I have the tag setup like this what am I missing?

it returns an error configuration

Address should be DB41,X100.0 (not IX).

Ah, ok. Thank you.

I have it changed

I have this error now:
[null, Bad("Bad_ConfigurationError: There is a problem with the configuration that affects the usefulness of the value."), Fri Jan 31 09:54:23 CST 2025 (1738338863794)]

Here is the online view of the PLC, so I can see the tag does read

ConfigError when the syntax is correct is almost always because you don't have PUT/GET and/or full access enabled. Changing these requires both software and hardware compilation/download.

It can also happen when you try to read beyond the end of a data block, but it looks like you're online and that address exists.

Yeah looks like the PUT/GET is not on. thanks for the info.