Panel Name |
fwDpeSelector.pnl |
|
Introduction |
This panel is used to select which data point elements to configure from a list of data point elements. This is useful in situations where you have loaded a fwConfigs panel to adjust some configs on data point elements and they are of different data types and can not all be configured at the same time. By using this panel, you can choose a subset of the original list that can all be configured in one go. |
|
Instructions | When the panel loads up, it shows a list of all the data point elements that you are trying to configure. Alongside each data point element name, there is the data point element type and a column that indicates if the element is currently selected to be in the list of elements to configure. By pressing in the "Selected" column on a row, you can toggle whether or not the data point element should be in the list of data point elements to be configured. "Y" indicates that it is selected and "N" means it is not. When all the data point elements are selected as required, you press "OK" to return to the configuration panel, with the new list of data point elements to be set. "Cancel" returns to the configuration panel without making any changes to the list of data point elements to be configured. |
|
Restrictions | None |
![]() |
Dollar Parameters | ||
Name | Description | |
$dsAllDpes | The list of data point elements which should be shown in table. You
should pass a list in the same format as the PVSS dyn_string, i.e.dpe1
| dpe2 | dpe3 |
Required |
$dsIncludedDpes | The list of data point elements which should be marked as already included when shown in table. You should pass a list in the same format as the PVSS dyn_string, i.e.dpe1 | dpe2 | dpe3 |
Required |