Micro820 and PowerMonitor1000 Communication

mattzene

Member
Join Date
Aug 2021
Location
La Crosse
Posts
5
Hi,

I'm wondering if anyone knows whether it is possible to communicate between a Micro820 w/ a 2080-SERIALISOL and a PowerMonitor1000 via Modbus RTU. The PowerMonitor documentation states under the Explicit Messaging that "The power monitor supports PLC-5 Typed, SLC Typed, and CIP Generic message requests."

When trying to read the holding registers in CCW, I'm getting error 55 (The message timed out in the local processor. A link layer timeout) on my MSG_MODBUS block. I can see the RX light flash on the PowerMonitor each time the PLC sends a message, but the TX light does not flash. It seems that it doesn't support the type of message CCW uses, but considering Modbus is a standard communication protocol, I don't understand why they wouldn't be compatible.

Here is a link to the documentation if needed, the explicit messaging section is on page 86: https://literature.rockwellautomation.com/idc/groups/literature/documents/um/1408-um002_-en-p.pdf
 
Last edited:
Explicit messaging is Ethernet stuff that sounds like you’re not using. Just before that in the manual is a little about Modbus RTU serial. Check the RS-485 setup in the PM1000 and check the MSG_MODBUS parameters. I find the Micro800 MSG blocks to be a bit non-intuitive. If I have something wrong there, it’s usually in the TargetCfg parameters.

Edit: in your PM1000 RS485 setup, protocol should be Modbus RTU slave. Make sure the comm settings match the SERIALISOL and the address matches the MSG TargetCfg.
 
Last edited:
5618- I looked through the settings on the PowerMonitor and found the protocol was set to full-duplex DF1, I set it to modbus and the PowerMonitor is now responding to my messages.
Thanks!
 

Similar Topics

I’m trying to read values from a device that can either send registers as 32 bit or a pair of 16 bit but if I understand right, the micro can only...
Replies
26
Views
841
Hello, I set up my Micro820 with a basic mapping. When I try to run a script to read the addresses I get errors for illegal addresses...
Replies
2
Views
177
Hi Guys, I am a new member and this is my first post! I have a little PLC experience but it is mostly with siemens logo and using ladder...
Replies
4
Views
914
Hello, I am using a AB Micro820 PLC, via the SD card I want to update the PLC program (not FW). First I created a text file on the SD card with...
Replies
2
Views
307
Hi New to PLCs, up until now I have played with smart relays and the siemens S7-1200 line with TIA. I am trying to get a AB Micro820 to talk to...
Replies
0
Views
312
Back
Top Bottom