Please if you can, be more clear........
The order of the boards is important.
do you have a M11 followed by M12 as slave, or M12 followed by a second M12 as slave?
For instance, if you are doing an M11 with a M12 slave/expansion, then your I and O is 0-27 as in total
Iin this set up your:
config (0) (for discrete outputs), will be Address 1000, # reg 28, local var start (0), input discrete type.
config (1) (for discrete inputs), will be Address 2000, # reg 28, local var start (0), ouput coils type.
config (2) (for ana outputs), will be Address 3000, # reg 4, local var start (0), Output holding type.
config (3) (for ana inputs), will be Address 4000, # reg 4, local var start (0), input reg.
config (5) (MPG), will be Address 5000, # reg 2, local var start (0), Input holding type.
In your Brain (I recommend One brain for each config type, but thats up to you). On your discrete Inputs in your brain You will need to open and edit your brain, then reload it and reenable it, you next input after you add the second board, would be:
"Serial Plugin, Modbus Input 16 , config 1" in this case Your Local Var: Serial Plugin, Modbus 16 would also = local var 16 and that would = input pin "0" on your second board.
scott