SCU41-V1 and E5CN communication

beginner_90

Member
Join Date
Jan 2016
Location
Madrid
Posts
23
Hello all,

I would like to read and write values such as Set Value and Process Value from the E5CN via the PLC with SCU41-V1. I have never worked with this before and have limited knowledge to get started. Could anyone please guide me through this? should I use PMCR, if so, how do I get started with it? Please be kind enough to let me know. Thank you veryy much!
 
Thank you so much for the helpful input.
The wire connection is done already, the issue is I have read that I have to use PMCR, not sure how to really execute it (missing the basic) Also I have set the Communication protocol in E5CN as Modbus. So is there a way to use Modbus and communicate with the PLC?
Thank you soo much!
 
Hi gary..Sorry to trouble you again

I'm trying to use another method to read/write the Temperature Controller. By using the MOV instruction to move the holding register values to the DM area of the PLC (CJ2H). I have the set-up area contents from section 9-2-2 of the Serial Communication unit manual.

Issue is I'm not sure of the addressing format. How do I write to a bit of that particular word? for example: if the address for port 1 unit 1 is 30100, how do I address bit 15 of that word in MOV instruction?

Please let me know if this method would work and if there are any alternatives?
Thank you so very much.
 
Previously in other controllers the DM Area and the EM Area could be addressed only by words, and bit addresses could not be specified. The work area for bits can now be expanded by enabling bit addresses in theDM and EM Areas.
For example, D10.00 specifies bit 00 of D10.

If it is in the manual, I have found that the code will work.

Regards,
 
Thank you once again for the response. Is it something like 30100.00? I tried, it doesn't work in PLC.. sorry, may I ask which code you're referring to please?
 
Please see the attached memory map for the CJ2.
Omron addressing is XXXX.YY X = Channel number, Y = Bit number

The only memory area with a 5 digit channel number is DM or just D in the CJ family. Any memory area other than CIO requires the alpha character prefix in the address.

Hope this helps.
 
Thank alot for clearing that up.

I'm still stuck with establishing a communication between the temperature controller and PLC as I've mentioned before. I have gone through PMCR, still not entirely sure how to use it. Also downloading the Protocol Macro via CX protocol is action disabled in CX-protocol.
Could you please guide on how I can establish a communication between these? Really struggling here. Please let me know.. Thank you very very much for your patience and everything..
 

Similar Topics

Hello Guys, I have a machine that have 8 Omron 3G3MV VFDs and I am looking to migrate to Omron 3G3MX2 drives. the existing network is half duplex...
Replies
0
Views
579
Hello friends, Can I seek your expert advise, I am new to Omron HMI/PT interfacing to Omron PLC. My question is how to communicate this to? 1...
Replies
1
Views
3,679
HI all, Iam new member. I have a project that use a scu41-v1 connect to a k3hb-vlc using k33flk3b. I don't know how to config a communiation...
Replies
1
Views
2,024
Have you configured the PID manually or use autotuning? http://mitakka369.blogspot.bg/2017/03/how-autotuning-of-pid-is-done.html :)
Replies
2
Views
2,060
I'm trying to get E5CN temperature Controller and PLC CJ2H series to communicate with SCU41-V1. I've come across several forums where it suggests...
Replies
0
Views
1,288
Back
Top Bottom