Problem with sending via msg user defined tag - rslogix 5000

zitam

Member
Join Date
Jul 2008
Location
Pruszków
Posts
77
Hi,

I created my own tag (6 reals and 2 dints).

I tried to send it via msg to another PLC, and error 16#0013 "configuration data size too short" occurs.

What may cause this error? I tried to change number of elements in msg configuration but it doesn't help.

Matt
 
I send msg to another PLC, not an email. Error description you gave is for "Email Status Code Descriptions".

I defined simmilar tags in both PLC's, only tag name is different.


 
Ha my bad, didn't read it very well. Just left my computer searching through the archives while I went for lunch.

Should be in an AB docco though.
 
The data types must be identical, not just similar. Even if the UDTs have the same number of bytes, they must also have the same elements and (I think) the same datatype name.

If you want to check out the message settings, post the specific details about the UDT and the MSG instruction field settings.

I'm going to make a wild guess here based on something that happened to me Friday; I was experimenting with CIP Generic Message instructions and got one that would consistently give me a "configuration size too short" error. I think that when I changed the MSG type multiple times the control tag got "corrupted" or set in a way that didn't get re-set when I changed message types.

I created a new MESSAGE type tag and reconfigured it, and the message worked perfectly.
 
....... I think that when I changed the MSG type multiple times the control tag got "corrupted" or set in a way that didn't get re-set when I changed message types.

I created a new MESSAGE type tag and reconfigured it, and the message worked perfectly.

Nice tip Ken, filed for future reference..🍻
 

Similar Topics

Hello everyone!! So my problem is.. I have allready make a program for sending SMS according to : https://www.youtube.com/watch?v=56xN8d7TmVc...
Replies
0
Views
1,904
Dear Gentlemen/Ladies, I have a bit of a nut cracker here. I am using a Koyo DL06 and a D0-DCM (slot 4). I have some issues with the DCM module...
Replies
10
Views
4,789
hello!I am a new PLC user. I want to ask something about using PLC connect to modem to send sms my task: when receiving an internal bit 1 , it...
Replies
2
Views
4,222
Hi, I have had problem with upgrading some projects from v16 to v18. I tried it on 3 diffrent computers. I want to post this so that anyone that...
Replies
3
Views
67
Hi, I am having a challenge installing a new drive ACS355-03E-44A0-4 as it keeps on displaying Fault code F00018 even when the load is not...
Replies
3
Views
118
Back
Top Bottom