
adccommunitymod (AutomationDirect) asked a question.
Created Date: October 21,2014
Created By: rixan
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
I am trying to get a C-more EA7-T8C or EA9-T8CL communicating with an Omron CJ2M-CPU31 via the FINS Ethernet driver. Has anyone tried this before? Cmore to CJ2 ? How about Cmore to CJ1 ? If so, does it "just work " (no tweaking)? My C-more program is a single page with a single indicator whose tag is linked to IO 2.00 on the Omron which is a blinking output (1s on, 1s off). C-more EA7-T8C Settings Station/Unit 1 192.168.0.6 255.255.255.0 http://www.rixan.com/outgoing/clients/cmore.png Omron CJ2M PLC Settings Station/Unit 0 192.168.0.1 255.255.255.0 http://www.rixan.com/outgoing/clients/omron1.png http://www.rixan.com/outgoing/clients/omron2.png In the FINS Settings, when I select Conversion Auto (Dynamic), I get the PLC not connected timeout error on the C-more. When I select Conversion Auto (Static), I get a PLC-485 0x2108 error across the top of the Cmore which is not covered in the Omron FINS etherent error list in the C-more panel manual. There is a 2108 error in the serial FINS driver error list but not sure if they would correlate since other similar error numbers between the two FINS driver types do not. So it looks like the Cmore is trying to talk to the PLC, but something is not quite right causing the 2108 error. I'm searching for Omron FINS docs for a description of the 2108 FINS error. For Destination IP Address: Changed dynamically gives 2108 error Not changed dynamically gives 2108 error ENT11 compatible gives PLC timeout error Does anyone see anything obvious in my settings or my programming thought process above? I will be trying our new EA9-T8CL when it arrives in the next day or so but I'm not holding out too much hope as the Omron CJ driver is probably the same.
Created Date: October 21,2014
Created by: jackson
There are 2 suggestions I would make:
1. Try a different internal address in your C-more project. Just 1 single Numeric Display addressed to DM0. When I do a search of the error you are getting, I see text that says: "Data cannot be changed " which seems like an addressing error.
2. Some of the Omron Ethernet setups are 'picky ' about the station number in conjunction with the last octet of the IP address. I would change the setup to make My Station Number to 6 (matching the last octet of the C-more panel) and the Station Number to 1 (matching the last octet of the Omron Ethernet setup).
Created Date: November 04,2014
Created by: rixan
Solved!
Hi jackson,
Thank you for your suggestions.
Your latter suggestion did the trick. When I matched the last octet of the C-more IP address with it's unit number for FINS, everything started working.
I have confirmed that this works for both the EA7 and EA9 panels.
Thanks again!
Hi rixan.
How did you resolve the communication issue between CJ2M - CPU 32 and EA9-T8CL?
I have the same problem like you. I have changed:
I selected Conversion Auto (Dynamic), the PLC not connected timeout error on the C-more.
When I select Conversion Auto (Static), I get a PLC-485 0x2108 error across the top of the Cmore which is not covered in the Omron FINS etherent error list in the C-more panel manual.
And also I followed the recommendation from the C-more manual. But I have not luck.
Created Date: November 05,2014
Created by: HMI Eng
Thanks for letting everyone know which suggestion worked for you. Many times people never check back in and you don't know if your suggestion worked or not.
Thanks Jackson for the good suggestions.
We are not always monitoring the forum. It is intended for customers to help customers though we try to help when we see where we can. Sometimes y 'all (you all, you guys, yins, yous guys, you uns...:)) have better answers than we do. Especially when it comes to third party devices.
Created Date: October 21,2014
Created by: rixan
I am trying to get a C-more EA7-T8C or EA9-T8CL communicating with an Omron CJ2M-CPU31 via the FINS Ethernet driver.
Has anyone tried this before? Cmore to CJ2 ?
How about Cmore to CJ1 ? If so, does it "just work " (no tweaking)?
My C-more program is a single page with a single indicator whose tag is linked to IO 2.00 on the Omron which is a blinking output (1s on, 1s off).
C-more EA7-T8C Settings
Station/Unit 1
192.168.0.6
255.255.255.0
http://www.rixan.com/outgoing/clients/cmore.png
Omron CJ2M PLC Settings
Station/Unit 0
192.168.0.1
255.255.255.0
http://www.rixan.com/outgoing/clients/omron1.png
http://www.rixan.com/outgoing/clients/omron2.png
In the FINS Settings, when I select Conversion Auto (Dynamic), I get the PLC not connected timeout error on the C-more. When I select Conversion Auto (Static), I get a PLC-485 0x2108 error across the top of the Cmore which is not covered in the Omron FINS etherent error list in the C-more panel manual. There is a 2108 error in the serial FINS driver error list but not sure if they would correlate since other similar error numbers between the two FINS driver types do not. So it looks like the Cmore is trying to talk to the PLC, but something is not quite right causing the 2108 error. I'm searching for Omron FINS docs for a description of the 2108 FINS error.
For Destination IP Address:
Changed dynamically gives 2108 error
Not changed dynamically gives 2108 error
ENT11 compatible gives PLC timeout error
Does anyone see anything obvious in my settings or my programming thought process above?
I will be trying our new EA9-T8CL when it arrives in the next day or so but I'm not holding out too much hope as the Omron CJ driver is probably the same.