Modbus Upgrade from MVI-56MCM to MVI56E-MCMR? Do I need to change in IO Configuration

Radhik

Member
Join Date
Apr 2022
Location
Wa
Posts
14
Hey everyone,

I am upgrading Modbus from MVI-56MCM to MVI56E-MCMR? Do I need to change in IO Configuration?

I don't know if it is Master or Slave. It is originally used as a generic IO module in code. Do you think I can just replace the physical module and keep the IO configuration as it is.

Will it work?

thanks
 
From prosoft-technology.com:

"MVI56-MCM - I/O mapping (250 input words and 248 output words)
MVI56-MCMR - I/O mapping (42 input words and 42 output words)"

Will not work without changing the IO configuration.
 
You very probably have to modify the code in your controller too, since it's written to handle the older model of module with a different I/O connection window size.

Do you have Prosoft-related Add-On Instructions in your code ?

The MCMR "Reduced Data Block Size" was built to handle small data size connections, but most importantly to handle them through a connection like ControlNet that would commit a lot of bandwidth to large connections.

Why are you changing to an -MCMR from an -MCM ?
 
You very probably have to modify the code in your controller too, since it's written to handle the older model of module with a different I/O connection window size.

Do you have Prosoft-related Add-On Instructions in your code ?

The MCMR "Reduced Data Block Size" was built to handle small data size connections, but most importantly to handle them through a connection like ControlNet that would commit a lot of bandwidth to large connections.

Why are you changing to an -MCMR from an -MCM ?

I don't have add-on instructions.

Because they absolut or will be soon. I only got equipment to work around. Supplier suggested to get this one.

We are not even using more than 10 words anyway. that might be the reason.

Add-on instruction.png
 

Similar Topics

Hello Everyone, I am using a raC_Opr_NetModbusTCPClient AOI module, as below,. So, I need some assistance to restrict in reducing the poling...
Replies
2
Views
131
I want to communicate my Q series PLC with Factory IO using GX works 2 software, I want to use modbus as server and the ips are as follows plc...
Replies
0
Views
88
Hi folks, I have a Controllogix in communication with a zigbee coordinator using Logix AIO for modbus tcp. This zigbee coordinator have 3 slaves...
Replies
10
Views
361
Hi, I'm setting up a modbus master on an S7-300. It seems to work in OB1 but not when I use it in OB35. Does anyone have any ideas why? Could...
Replies
10
Views
138
Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
11
Views
304
Back
Top Bottom