Hi,
on a Wago 750-841 PLC, I need to access MW4096 and above both via Modbus and via PLC.
In a factory default PLC, trying to define a variable like this
mw4096AT%MW4096:WORD;
I obtain the error Invalid address: '%MW4096'.
The only solution I found is to change memory layout of PLC in this way:
So, NOVRAM size is still 24 kB (0x4000 + 0x2000), but flags area grows from 8 kB to 16 kB (0x2000 -> 0x4000) and retain area decreases from 16 kB to 8 kB.
Now I can access both via Modbus and via PLC up to MW8191.
Is this procedure correct? Are settings right?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
on a Wago 750-841 PLC, I need to access MW4096 and above both via Modbus and via PLC.
In a factory default PLC, trying to define a variable like this
I obtain the error Invalid address: '%MW4096'.
The only solution I found is to change memory layout of PLC in this way:
So, NOVRAM size is still 24 kB (0x4000 + 0x2000), but flags area grows from 8 kB to 16 kB (0x2000 -> 0x4000) and retain area decreases from 16 kB to 8 kB.
Now I can access both via Modbus and via PLC up to MW8191.
Is this procedure correct? Are settings right?
Thanks
will try but first i would say no not this way.