MSG function and move array of data type

b_e33

Member
Join Date
Mar 2013
Location
lolo
Posts
59
i try to move with one msg function array that i created in rslogix 5000
data type that have 1 int and one real
but i have an error messege
why?
 
When you use a MSG instruction to transmit a tag that has a User-Defined Data Type, the Data Type must be identical in both the transmitting and receiving controllers.

This means the UDT must have the same name, the same sub-elements, and the same sub-element names.

Because you are a beginner with MSG instructions, I recommend using atomic datatype arrays (REAL or DINT) instead of UDTs.

If you wish to troubleshoot this particular problem further, you need to provide additional information including the text of the error code and the place in RSLogix 5000 software where you see the error code.
 

Similar Topics

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,597
Hi, i have both a ML1400 and a ML1500 and i would like to make a network using DH485. The ML1500 Will be the main plc with the program and i...
Replies
4
Views
1,644
Hello, Sorry for my bad English The message function is a little new for me on the RSlogix 5000 platform, especially the CIP function...
Replies
3
Views
3,660
Good afternoon. We upgraded to SLC 5/05 processors a few years back but I don't think our MSG function has been working properly. The data...
Replies
1
Views
1,714
Need help trying to resolve a problem with using the SQLErrorMsg function. I use SQLSelect to query a MSAccess list to search for a product code...
Replies
3
Views
2,553
Back
Top Bottom