Adding the GoTo button in the RSLogix 5000 standard toolbar?

I don't think you can. The only toolbars you can modify appear to be Language Element and Ladder Common Logic toolbars. Those, too, only allow you to add predefined programming elements.
 
How can I add the "Go To..." function to the RSLogix 5000's Standard Toolbar?

I'm not sure why you want to do this. I've been working extensively with RSLogix5000 since it's inception, and can genuinely say I have never felt the need to use the "Go To" feature.

If it's a rung of logic you want to go to, then that rung number can and does change with logic additions or deletions. You can always place "bookmarks" on rungs you might need to revisit, these will be updated with code changes as appropriate.

If it's a tag in a database you want to go to, you have the "filter" feature, which helps to find specific tags.

I either case, logic or tags, you can use standard "search" functions to find what you are looking for.
 
If it's a tag in a database you want to go to, you have the "filter" feature, which helps to find specific tags.

I never used the filter feature to search tags until you pointed out. You are right, that does what I wanted to do with the "Go to" function, and more. Thanks.
 
I never used the filter feature to search tags until you pointed out. You are right, that does what I wanted to do with the "Go to" function, and more. Thanks.

Happy to help, but just remember the filter is persistent, next time you open a tag database the filter will be active... they leave it to you to remove filtering, which IMHO is as it should be...
 
Do you actually memorise the rung numbers of code you want to visit ???


Not memorize them for the long term, but if you use the logic trace function five times to go to the same place when you're fiddling with a particular section of code it will stick in your short term memory.

If it's a section of logic I need to return to frequently I use bookmark tags and have a "table of contents" rung at the beginning of the routine. This is particularly handy in RSL5 if you're displaying cross references in the routine, gets you where you need to go very quickly.

Tag filtering and the bookmark tab are two of the greatest things since sliced bread, however, and I look forward to some day forgetting my PLC5 tricks.
 

Similar Topics

Hi, I need help adding a new interlock switch to an existing circuit. I have never done on the existing circuit. I did set it up on the...
Replies
0
Views
24
Hi all I’m looking at adding a RFID card reader to comfort panel pro , how do you set the rfid up can you connect to existing users and password...
Replies
0
Views
51
Hello all! So I have one project with a S7-1214 and a MTP1500 "Project1" and one project with another S7-1214 "Project2". Both of these PLC:s need...
Replies
6
Views
116
Hi Everyone, Currently we have three plants running with Controllogix PLCs (L72, L73, L74). In each of these plants we have 2 FTView SE...
Replies
0
Views
94
Hello, Im building project with 1756-L82ES controller and 1756-IB16S card but i cant find it when trying to add the card to IO configuration...
Replies
3
Views
168
Back
Top Bottom