FTView SE search for CurrentUserHasCode() function

RonJohn

Lifetime Supporting Member
Join Date
Jul 2013
Location
NE Ohio
Posts
535
Good morning folks,

I'm on a quest to find all of the references to the CurrentUserHasCode function in our project. I have the project documenter and can search each display XML file but with well over 1000 displays, this would take quite a while. Any ideas on how to search more effectively/efficiently?

Thanks in advance!
 
Export all displays to XML

From the command line use grep. Windows calls their version FIND.EXE.

Type FIND /? to see the options. The goal is to search *.xml for the pattern string "CurrentUserHasCode" but not emit the found instances, just list the file names.
 
Thanks Cheeseface! :)
I also discovered that using the search bar in File Explorer on the folder containing the .XML files does the same thing.
 

Similar Topics

I am creating a global object in FTView SE 13. I want to have a string read from the PLC and display (in this case the tagname). So lets say...
Replies
4
Views
171
I want to set user security level based on the value of a tag in my PLC called "ActiveUser". That tag will contain the A-P code which we use for...
Replies
6
Views
216
Hi All, we've recently upgraded from FTView SE v10 to v12. Since the upgrade we've been having a problem where the HMI is slow to update tags in...
Replies
0
Views
89
Hi, I have an issue accessing tags in 3 of my plcs'. When I go to select a tag there is no folder drop down as can be seen in the photo. Any...
Replies
0
Views
87
Hello, I have converted RSView 32 to FTView SE 14 (I have tested FTView 12 before as well and there were some difficulties so I moved on to...
Replies
4
Views
251
Back
Top Bottom