Sign in to follow this  
Followers 0
FVeto

I would like to read and write variables in my CJ2M omron

4 posts in this topic

I would like to read and write variables in my CJ2M omron PLC (RJ45 connection) with Delphi 7 , could you help me with an example or point me to a solution please ? Thank you to all.

Share this post


Link to post
Share on other sites
Hello, You need to write some code that uses one of the Omron protocols. Omron publishes all the protocols in manuals. W342-E1-11 is a good manual. There are many manuals PeakHMI supports Omron. You can use the demo version if you want to snoop the packets or the full version if it fits your needs.

Share this post


Link to post
Share on other sites
I assume when you say RJ45 connection you mean the Ethernet port. Look into OPC servers as a way to read data from the controller. They already have all the protocols built in. Or as was suggested, read the manual on the protocol and write the code to create the proper packet formats.

Share this post


Link to post
Share on other sites
Search for the term"FINS" on this forum. You should get quite a lot of examples. Also look in the Omron download section.

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0