excelpro_tech Posted September 26, 2022 Report Posted September 26, 2022 Hello guys, i'm trying to set-up a CIPread between a NX1 and a Reer safety PLC. I am using a CIPopen and CIPread, i can open the path properly (confirm with the Reer connection diagnostic) but i am unable to read any data. When activated the CIPread fault with the error 1C00 and errorIDEX = 0400 0000. Any of you could help me on what it means(omron doc aint really telling me what the errorIDEX mean).
photovoltaic Posted September 26, 2022 Report Posted September 26, 2022 Can you post a screenshot of the instructions and any areas of code that affect them?
excelpro_tech Posted September 26, 2022 Author Report Posted September 26, 2022 There's little to no code in the project
photovoltaic Posted September 26, 2022 Report Posted September 26, 2022 After looking at the manual for that safety PLC I think you'll need to either perform a UCMM explicit message or make an implicit connection to it. What data do you need? If you are trying to get just the input status then I would setup an implicit connection. The EDS file is available on their website.
pturmel Posted September 26, 2022 Report Posted September 26, 2022 Manual W502 says that when the ErrorID is 1C00 as you show, then ErrorIDEx contains the actual CIP error information. Error 0x04 ⇒ "Path Segment Error". That means your safety relay doesn't understand symbolic addressing, or possibly is choking on the subscript.
pturmel Posted September 26, 2022 Report Posted September 26, 2022 { Looks like a nice device family. The EDS file shows no access to the input data except through assembly 100. Implicit would probably be easiest. }
IO_Rack Posted September 27, 2022 Report Posted September 27, 2022 I would agree that Implicit would be best. If you must perform an Explicit message, I would suggest using the CIPUCMMSend instruction. You wont need to use the CIPOpen or CIPClose.
excelpro_tech Posted September 28, 2022 Author Report Posted September 28, 2022 Thank you guy's for the info, after trying implicit messaging i still had issue... I contacted Reer support and turns out the EDS file on their site is for one and only one Firmware revision and they don't keep older files. They gave me the proper one and in a matter of minutes it was working.
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