hence.persson - 2020-02-11

Hi.

I am using a Rasperry Pi based PLC with runtime purchased from 3S.

Now i need to configure the PLC as an Modbus RTU Serial Device.
According to the help: >Zitat:
Number of holding registers: possible values are 1–4096. The maximum number can be limited in the device description.

And sure enough it is. If I check the xml file the following is present:

<!-- Number IO-Parameters (WORD) -->
Β  Β  Β  <Min>2</Min>
Β  Β  Β  <Max>500</Max>
Β  Β  Β  <Default>10</Default>

Can I just change the xml file as i want to use approx 2048 holding registers or what can be done?