Search and replace

Using V 7.3.2

Is there an easy way to search and replace through all scripts and bindings in a project?

Yes, just press Ctrl-F in the Ignition designer. You have the ability to search all scripts and bindings.

So i am trying to change the path of all of mt tags from

OEEDemo\Your Enterprise\Your Site

TO

BLAH\BLAH\BLAH

When i perform the search and replace i get a new path of

BLAHBLAHBLAH

with the \ Removed.

Sounds like the replace function isn’t escaping the “” for you. We should fix this, but in the mean time, try replacing with:

“BLAH\BLAH\BLAH”

Regards,

Thanks

Worked Like a charm