stevencgj96

Q Series PLC Serial Communication

6 posts in this topic

Hi all,

Recently I am having a project using the QJ71C24N-R2 serial communication module to communicate with another machine using RS-232. In this project, I will need to send command to the machine and receive data from the machine.

I had come across the predefined protocol support function in GX-Works2. Just want to know if I had configure the protocol inside the predefined protocol support function, does this means that the module will keep send the command that I had configured without the need of writing ladder program?

 

 

Share this post


Link to post
Share on other sites

You still need a program but only a few lines for executing the protocol and opening a connection.
 

Share this post


Link to post
Share on other sites

Do you have any example or reference I can have a look?

Share this post


Link to post
Share on other sites

should be in the e-manual viewer or pdf. just serach for pre-defined protocol.
it should have an example. 
 

Share this post


Link to post
Share on other sites

Do you know what is the difference between non-procedural protocol and pre-defined protocol?

Share this post


Link to post
Share on other sites

non procedure is where you basically write the protocol handeling in your program
When you are using pre-defined protocol you use use the pre defined protocol support function in your software, where you can create sets of Requests and replies, 
In  your sequence program you will only need to activate them.

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