Reading a string with a MSG instruction

Outlaw10801

Member
Join Date
Sep 2009
Location
Minersville, Pa
Posts
19
I am trying to read a string from a remote compact logix to another compact logix. I have the msg instruction is setup but it keeps coming up in an error when enabled. I have used MSG's before but never for a string. Looking for some help with setting this up.

MSG Type= CIP Data Table Read
 
if you can put your plc's offline, do a produced/consumed tag setup, if not then your can use two messages to send the .DATA and .LEN individually since you cannot message strings.
 
I'm not sure about messaging only strings between 2 CompactLogix, but in the past I used to send strings packed inside a very complex UDT (it's worked from a CompactLogix to a ControlLogix). At the end any string is an array of SINT and a DINT: if Logix platform can deal with UDT, why not with strings?

What is the Error Text and Error Code you are receiving? Could you post the MSG properties?
 

Similar Topics

Hi, How does one go about reading a string over modbus? I can convert the string to 16 bit integers without a problem. How does the Modbus...
Replies
2
Views
2,861
I recently converted a PLC-5 program to Controllogix and using iFix as the graphic interface. I seem to have trouble reading a string and...
Replies
3
Views
3,689
I have an existing Ifix PIC that is reading a SQL table when an down time timer times out. The operator clicks on the popup, choose a button with...
Replies
1
Views
3,338
This is the configuration: - MP277 10 Touch, configured with WinCC flexible 2008 SP1 HF2 - CPU S7-315 2DP - If I write in the DB of PLC "ABCDEFGH"...
Replies
5
Views
2,127
I'm attempting to read some strings from a S7 300 PLC over ethernet. I'm using a IBH S7 Link mpi to ethernet converter and then use IBH OPC server...
Replies
4
Views
6,414
Back
Top Bottom