Sign in to follow this  
Followers 0
James_85

JXR Instruction

4 posts in this topic

Does anyone know how to set up a JXR instruction. I would like to use another routine if a manual set is required, and use the auto routine if normal run conditions are correct. 

Share this post


Link to post
Share on other sites

Do you mean JSR? This is the Jump to Subroutine instruction. It should go in your logic like any other output. Input conditions on the left, JSR on the right. Once the instruction has been placed, you can add or remove input and output parameters by right clicking the instruction itself and selecting Add Input Parameter, Add Return Parameter, or Remove Instruction Parameter.

Share this post


Link to post
Share on other sites

I haven't seen a JXR before, so I checked it out. It's a jump to an external subroutine, available in the Logix 5000 platform. The help refers to loading a DLL, so I'm not sure what it does exactly, or where the external subroutine is located. Another program?

Share this post


Link to post
Share on other sites

Quoting from https://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1756-rm003_-en-p.pdf

"For more information on using the JXR instruction and creating external routines, see the SoftLogix5800 System User Manual, publication 1789- UM002."

You'll find it here - https://literature.rockwellautomation.com/idc/groups/literature/documents/um/1789-um002_-en-p.pdf

And on Page 114 - "For more details on creating a DLL by using Visual Studio, see Create a Visual Studio Project on page 117."

 

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