Does the JSR instruction in Logixpro work?

IndianaPLC

Member
Join Date
Mar 2008
Location
Indiana
Posts
2
I'm using LogixPro ver. 1.84. CD key verion. MY OS is WinXP SP2.

When I try to use the jsr instruction (and sbr and ret), logixpro locks up and I have to shut it down with the task manager. This happens on my desktop and laptop.

Is this the way it is, or am I special?
 
Yes, it does work, but not like the equivalent in RSLogix. There are some tabs at the bottom of your LogixPro screen marked SBR2, SBR3 etc and those are your subroutine file areas where you must put any programming you wish to jump to. If you do not, then LogixPro does not know what to do and just locks up as you have seen. So, reference those files in your JSRs and put your programming there and you will be fine. The main file for your program is LAD2 by the way. You must JSR from there and RET to there.
 

Similar Topics

I have this program: ZIP (.rss inside no documentation). PDF (Italian documentation). Allen Bradley SLC5/03 PLC. I want to know how is the...
Replies
8
Views
2,076
Hi I have a ifix 5.5 application where the operator opens a valve by clicking on a screen object. I can trace from object to data base that it is...
Replies
2
Views
61
Hi, i am using DVP-14SS2 PLC, after program written to plc, when power is reset, plc doesn't run. always need to connect to pc for the run mode.
Replies
0
Views
60
I am trying to connect with a Schneider plc which has a firmware version only available in Somachine v4.2. In Machine expert After taking upload...
Replies
0
Views
131
Back
Top Bottom