CX_Luigi Posted October 20, 2019 Report Posted October 20, 2019 hi all, i have two NX1P2 writing data to each other, using CIPUCMMWrite instruction. Both of these instructions fail with error code 1C00 and extended 2000 8022, that tells me: "The data type that is specified in the request service data does not agree with the tag information. The AddInfo Length in the request service data is not 0." I had done all checks on both programs (data type, setup as global variable, Publish only) and all is a expected in both plcs. Reading the manual (W506) shows the data structure and objects involved in the communication, but is not clear to me how to check and modify the condition that made this particular error, besides CIPUCMMWrite seems an instruction that does not require any further handling of data. Others have met this particular error and how they solved it? Many thanks
PMCR Posted October 25, 2019 Report Posted October 25, 2019 CX_Luigi Can you post screen shots of your global variables and the CIPUCMMWrite instructions?
KoenW Posted October 28, 2019 Report Posted October 28, 2019 (edited) if you use the data type struct. do the underlying data types match correctly? Post screen of the instruction write the datatype formats and the global variable for better problem definition. Edited October 28, 2019 by KoenW
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now