msg block

Join Date
Oct 2008
Location
tx
Posts
1
I'm having problems with a msg block. I'm trying to send data from a control logix processor to a plc5. The error in the msg block configuration menu states that the configuration data size is to short. error code 16#0013. I have the number of elements at 1. I have tried 4,16,32. They all come back with the same result. In the help file it states the number of elements is the number of bytes in the the source. The source is a real number and i'm trying to write it to a f:## in the plc 5. Any ideas to how many elements i need to put in? Or what could be causing this error?
 
Are you connecting over EtherNet/IP, DF1, DH+, or ControlNet ?

The Length value in the MSG instruction in the ControlLogix should be the number of destination elements. If you are sending just one REAL tag to one Fx:y element, then your number of elements is 1.

If your source element is part of an array tag, be sure to specify the array element "floatdata[x]" instead of just the array tag "floatdata"
 

Similar Topics

So I have code to read the IP address of a 1756-EN2T with a MSG block - Get Single Attribute. Does anyone know where to find the MSG block...
Replies
12
Views
1,142
I have always thought that Ethernet/IP Implicit messaging was the high speed data that is just "magically" there once you set it up, and if you...
Replies
5
Views
4,598
In our plant, we have a lot of issues with IO from one machine to another getting corrupted and failing. I put forth the idea to have the...
Replies
14
Views
3,081
Hello, I'm doing Generic CIP MSG block to a Gefran SCR w/Ethernet/IP from a v20 L61 processor via an 1756-ENBT. My MSG block is throwing ERR =...
Replies
6
Views
2,572
Hi All, First time caller, long time listener... Have a new system in the field with a new controllogix 1756-DHRIO talking to 6 existing chassis...
Replies
9
Views
5,761
Back
Top Bottom