CLX to Atlas Copco (Modbus) communications

To me that suggests the Prosoft gateway is writing to those addresses and the Atlas Copco is overwriting with new data.

Not sure how that's possible considering I only have FC3 (Read registers) assigned to the commands.

I confirmed that this is NOT with the Atlas system because I downloaded a third party modbus program and have been monitoring those same registers and they are rock steady. The prosoft card is where my issues are. Could this be related to the fact that I'm doing MODBUS RTU over TCP/IP?

I did try to write to a register and it never made it to the Atlas.
 
I should add that I am also reading data from an Acromag analog input module over true MODBUS TCP (502), and I put those values into [520] of the array, and they are not behaving like the other values. I am leaning toward this being an issue with pulling data in over RTU via TCP. I don't see any way to tell the card the difference, other than the port number that is assigned, although this is a response I got from Prosoft several weeks ago when I inquired about the configuration:

There should be no difference in how the module is configured other than using a different server port number than the default 502. By default port 502 will use “native” Modbus/TCP, and any other server port will use RTU-encapsulated Modbus/TCP, which have different packet structures.

By that, I would assume I have it correct.
 
I changed two things, which defy logic, but it's working now, and it's steady.

Minimum command delay from 100ms to 0ms.
Polling from 10 (1.0 sec) to 0.

So I basically set it to run FASTER and now it works. This is certainly not the case for other systems, but I'd love to hear Prosoft's take on this.
 
I changed two things, which defy logic, but it's working now, and it's steady.

Minimum command delay from 100ms to 0ms.
Polling from 10 (1.0 sec) to 0.

So I basically set it to run FASTER and now it works. This is certainly not the case for other systems, but I'd love to hear Prosoft's take on this.

That does not make any sense. How does changing the poll change the data??

Weird
 

Similar Topics

Controller: 1756-L84E v.35 Prosoft MVI56E-MNETC for ModbusTCP/IP I'm having an issue with some of my write commands. The write command that...
Replies
0
Views
186
I have several Avery scale units and they are configured as Generic Ethernet modules, and I am actually reading the data fine for the weight...
Replies
2
Views
398
What's the best way to move a tag value from the panelview+7 to the clx plc. We display amps from a power meter on the panelview screen, read in...
Replies
1
Views
392
I'm running into an issue migrating a PLC-5 using the newer Logix Designer Export when opening a saved .ACD from RSLogix-5. It has multiple RIO...
Replies
2
Views
609
We have two sites that are stranded with no line of site, they are handled by phone/modem with a chain that includes: Stranded site (client)...
Replies
5
Views
893
Back
Top Bottom