i connected the s7 1500 with ignition via s7 driver, and it’s successfully connected, So once o browsed for the tags and i am trying to write back on these tags nothing change at all. i tried to use toggle switch once i click it, it get back to its initial status.
that what i see in the loggers
btw, i tried to force the inputs in tia portal and i can see the designer read it properly but when i try to write from designer, it doesn’t work
Most platforms do not allow "setting" the signals from physical inputs. You have to force them, which is usually available only in a programming tool like TIA Portal.
In Tia Portal i make the full access for the external Clients and i even checked PUT/GET
When i access the DataBlock whatever boolean or integer value, it works properly
It wouldn't surprise me if the driver is writing to these, but the value is being immediately overwritten with the physical signal. Which wouldn't yield an error.
In older platforms, I've seen input space that is writable when not mapped to hardware. I'm pretty sure Logix lets you write physical inputs when the physical connection is inhibited. So it may not even be wrong.