Monitoring Modbus Slave status in Rslogix

technog

Member
Join Date
Oct 2009
Location
Abu Dhabi
Posts
2
Hi,

I am using Prosoft Modbus-RTU module MVI69-MCM installed in a CompactLogix PLC. I have configured the MVI69-MCM to read slaves data and it is working.

I want to know how to check the communications status of a particular slave. On the first port, there are 3 modbus slaves nodes connected. Is there any command or an address in RSLogix which can tell me the status of slave?

Appreciate your urgent support on it

technog
 
If the works similar to the MVI46-MCM, then the The Slave status data is created automatically in the MVI module registers. 0 = not defined/inactive node, 1 = slave being polled by master (OK), 2 = comm loss to slave (will retry after delay as programmed), 3 = coms disabled in ladder logic.

You will need to COP the registers into your ladder. For the MVI46-MCM, the resisters for Port 1 you want are 3002 (first 128 nodes), for port 2 3102. Your module may have a different memory layout, so check the manual. Search for "Slave Status Blocks".

By the way, I am having no luck with my module to communicate with a reliance MD60 drive, I would like to pick your brain on it...
 

Similar Topics

Hi there, do you guys know how to detect if the flow information into a Modbus TCP/IP channel stops, i know we can see if the Ethernet port has...
Replies
12
Views
3,430
Hello everyone! I need to connect to a DL205-1 CPU and, as far as I know, I need to use DirectSOFT 6 software for the connection. Is anyone...
Replies
1
Views
58
Our punch press has a SLC500 with HELM weight module (HM-604-WM) for tonnage monitoring. The operator enters the weight range on the HMI, which is...
Replies
9
Views
200
Hello, I have been trying to figure out how to connect to and monitor a DLR that is on a remote rack from my PLC. The local has a 1756-L81E and...
Replies
0
Views
117
Good day, we have 15 analog inputs, we need to log the data in excel and monitor these values through web browser. We're planning to go with Delta...
Replies
1
Views
116
Back
Top Bottom