OPC hierarchical browsing \'expand\' event doesn\'t take into account the \'hierarchySeparator\' set in the configfile

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
michel.eijgermans
Posts:46
Joined: Mon Aug 08, 2011 11:50 am

OPC hierarchical browsing \'expand\' event doesn\'t take into account the \'hierarchySeparator\' set in the configfile

Post by michel.eijgermans »

WinCC-OA 3.14 patch 7
OPC hierarchical browsing 'expand' event doesn't take into account the 'hierarchySeparator' set in the configfile
Problem occurs at least in mimic'address_opc_server_items_new.pnl'

Line 10 should be changed to
dpSet( "_" + $1 + ".BrowseInfo.GetBranch:_original.._value", strsplit(id, gOpcItemsSeparator));

I didn't checked other mimics.

alug
Posts:42
Joined: Mon Oct 18, 2010 11:00 am

Re: OPC hierarchical browsing \'expand\' event doesn\'t take into account the \'hierarchySeparator\' set in the configfile

Post by alug »

the problems with the hierarchy separator are known.
In the upcoming version 3.15 we have removed the hierarchy separator,
because it is not really necessary.

michel.eijgermans
Posts:46
Joined: Mon Aug 08, 2011 11:50 am

Re: OPC hierarchical browsing \'expand\' event doesn\'t take into account the \'hierarchySeparator\' set in the configfile

Post by michel.eijgermans »

Andreas,
Thanks for the feedback.

3 posts • Page 1 of 1