I am trying to implement a CitadelControl object using Lookout 5.0. What I'd like to be able to do is to select groups of Citadel traces for archival using a switch / expression combination. When a the switch is activated, the correct pattern-matching expression is generated, and this goes in the "what" datamember of the CitadelControl object.
My problem is that no matter what I put in for "what", it always archives all of the traces. I am unable to select even a single trace to archive. I have taken a look at the example process from the National Instruments site, and even tried modifying that, but still no luck.
I'm trying to archive a bunch of traces that start with "tel". How would I set up the wildcard string to do this? The "pattern matching
" help file wasn't very clear here. I would think that something like "\\computername\processname\folder\folder\tel*" would work, but it doesn't.
Can anyone help?