Need help to communicate pac3200 via micro850

Afef

Member
Join Date
Jan 2023
Location
tunisia
Posts
3
Dear friends,

I need help, please.

I use a PLC "micro850" which will read the data of an energy analyzer "Sentron PAC3200" via a Modbus TCP / IP protocol.

Then, this micro850 will connect via an Ethernet CIP network with a "Controllogix".
My problem was that the "PAC3200" gives a real Non swapped and I cannot recover the real real values.

In my program, I used the instructions "MSG_Modbus2" and "COP" to program the micro850 for reading the real value from the "pac3200"and "MSG" instruction to program the controllogix for reading the CIP value from Micro850.
thank you for your help.
 
I've had similar problems on Control Logix and instead did the following:

Created an array of SINT variables (8 bit). Copied the real value into the SINT array. Swapped the bytes around in the correct order and COPied it back to a real value.

Is this not possible to do on the micro850?
 
Thank you for your reply,

The value output from the instruction "MSG_MODBUS2" is Word (16 bits).

The objective is to reverse the first register (output of MSG_MODBUS2) with the second register to obtain the real value (32 bits).
 

Similar Topics

Title summarizes the overview of the problem. I am trying to make AVEVA Edge 2020 and a Schneider TM241CE40R to talk to each other via Modbus...
Replies
18
Views
2,047
im trying to connect a fx-1n PLC with hyperterminal using USB-SC09 (rs-232<->rs-422 adaptor). im using computer link with a dedicated protocol...
Replies
2
Views
3,185
Dear Friends, We have a setting machine in which 20 Parker Servo Drives and motors (name plate images attached) used to place the tools at...
Replies
4
Views
3,869
I have S7-300(CPU313C) system . I am able to connect to the CPU through the MPI adapter. However when i try to download the program then it doesnt...
Replies
3
Views
2,038
I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
9
Views
100
Back
Top Bottom