There is a hidden nameset in DV called $BYPASS that SUPERUSER cannot find/view.
How can I view these hidden nameset and its values?
In reply to SBPosey:
In reply to Mark Bendele:
Thanks for the replies.
I wanted to add that I used the following IF condition to calculate parameters with the assumption the value OFF was equal zero and not 1.
IF '/PID1/BYPASS.CV' then ….
When the condition did not work, I tried to search for the $bypass nameset to verify its named value but could not find it.
In reply to Eddie Villarreal:
In reply to Matt Stoner:
In reply to vmvmhatre:
It is true that you can't browse for them and you can't view them under setup/named sets in DeltaV Explorer. But you can see them by viewing the properties of the parameter. You can see the visible names in the named set by clicking on the drop down. You don't see the value associated with each visible name, but you don't need that to do comparisons. You can use the named set names, such as '$bypass:Off'.
Andre Dicaire
There is one of ways to get value of namedset. You can use integer parametr type.