login about faq

When using symbols to refer to addresses in RSLogix 500, if I have symbols like AA_123, AA_124, etc., and i want to use search and replace to change all of them in one ladder file to BB_123, BB_124, etc., I can't figure out how to do it.

If I use the search and replace function to replace AA with BB in "symbol names" only, it actually replaces the entire symbol with just BB. It's not just replacing part of the symbol name.

Doing an export doesn't seem to help either because the ladder mnemonics use the real addresses like B3:0/2 or whatever.

Has anyone managed to get search and replace inside symbol names to work?

asked Sep 10 '10 at 19:37

Scott%20Whitlock's gravatar image

Scott Whitlock ♦♦
635115

Scott, I tried a CSV export, modified the symbol name, then brought the database back in, and it successfully updated my symbols. How did you do your export?

(Sep 10 '10 at 20:41) Jeremy Sluyters ♦♦

@Jeremy Sluyters: You can only export the "database" to CSV, which is basically the memory, symbols, etc. I want to modify the logic itself (rungs). Did you manage to export the rungs to CSV or any kind of ASCII file? All I did was copy out the mnemonics, but that doesn't include symbol names.

(Sep 13 '10 at 16:31) Scott Whitlock ♦♦

Scott, Have you tried saving your program as an L5K file then opening in wordpad and performing the search and replace there?

link

answered Oct 13 '10 at 16:53

Phil%20Chenier's gravatar image

Phil Chenier
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26
×1
×1

Asked: Sep 10 '10 at 19:37

Seen: 774 times

Last updated: Mar 31 '11 at 00:22