Whether there are any performance limitation to create number of sub elements ( branches) in PARA TreeView.
Thanks,
Muthaseer
TreeView in PARA
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: TreeView in PARA
Can you please describe more precise what the question is and what you want to do.
Best Regards
Leopold Knipp
Senior Support Specialist
Best Regards
Leopold Knipp
Senior Support Specialist
- muthaseer
- Posts:5
- Joined: Wed Aug 02, 2017 11:24 am
Re: TreeView in PARA
We need to create PARA structure having multiple hierarchies (parent and child). How many number of levels can we have so that there will not be any performance issue.
Thanks,
Muthaseer
Thanks,
Muthaseer
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: TreeView in PARA
I do not know a limit for levels in a datapoint type structure.
As WinCC OA is internally working only with DP-IDs I do not think that it makes a (big) difference how many levels are defined.
A DP-ID only consists of the information for the type ID, the datapoint ID and the element ID. The number of levels is not part of the DP-ID.
The level information is only visible when converting the DP-ID to string.
How many levels will your datapoint type structure have?
Best Regards
Leopold Knipp
Senior Support Specialist
As WinCC OA is internally working only with DP-IDs I do not think that it makes a (big) difference how many levels are defined.
A DP-ID only consists of the information for the type ID, the datapoint ID and the element ID. The number of levels is not part of the DP-ID.
The level information is only visible when converting the DP-ID to string.
How many levels will your datapoint type structure have?
Best Regards
Leopold Knipp
Senior Support Specialist
- muthaseer
- Posts:5
- Joined: Wed Aug 02, 2017 11:24 am
Re: TreeView in PARA
Thanks Leopold,
There are eight levels of datapoint type structure. I hope there will not be any performance issue.
Thanks,
Muthaseer Ahamed
Senior Engineer
There are eight levels of datapoint type structure. I hope there will not be any performance issue.
Thanks,
Muthaseer Ahamed
Senior Engineer
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: TreeView in PARA
I'd suggest that you take a look at CNS and the 'CNS Editor'. It will allow you to display any tree structure you like.
I don't believe you can tell the PARA panel to display your CNS tree.
If you just want to display some simple data then you could consider building your own PARA 'look-a-like' panel based on a CSN tree
share the fun
Frenk Mulder
I don't believe you can tell the PARA panel to display your CNS tree.
If you just want to display some simple data then you could consider building your own PARA 'look-a-like' panel based on a CSN tree
share the fun
Frenk Mulder
- RudiKreiner
- Posts:198
- Joined: Mon May 16, 2011 2:10 pm
Re: TreeView in PARA
We have some datapoints with 5 levels, of the form System1:AAA.BBB.CCC.DDD.EEE, which para has no trouble with, except for the cosmetic issue that the field where the datapoint is displayed is too short to show the whole name (in WinCC V3.14, at least)
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: TreeView in PARA
8 levels in the datapoint structure will not be a problem.
When resizing the PARA panel during runtime the space used for the treeview is changed as the PARA panel has a panel layout.
Best Regards
Leopold Knipp
Senior Support Specialist
When resizing the PARA panel during runtime the space used for the treeview is changed as the PARA panel has a panel layout.
Best Regards
Leopold Knipp
Senior Support Specialist