Hi Krishna, You could also make the Parser Regular Expression as follows: ^(? [\D]*)(? .*) the [\D]* following Device Type Code is used to specify NON-NUMERIC characters and this allows a Device Type Code value that includes any number of alpha characters. So this would support a Valve tag of V2058 and HV2058 - or any number of characters in the Device Type Code. In case a user adds more than one character the tag will still parse correctly and not throw an error on sync. I hope this helps, Tony DeRosa Bentley Plant
↧