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.
OPC hierarchical browsing \'expand\' event doesn\'t take into account the \'hierarchySeparator\' set in the configfile
- 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
- 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
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.
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
Andreas,
Thanks for the feedback.
Thanks for the feedback.