@@ -42,12 +42,12 @@ export const cdcProcessings: Record<
42
42
':scope > DAI[name="phsB"], ' +
43
43
':scope > DAI[name="phsC"], ' +
44
44
':scope > DAI[name="neut"]' ,
45
- create : createSimpleAddressAction ,
45
+ create : createAddressAction ,
46
46
inverted : true
47
47
} ,
48
48
'39' : {
49
49
filter : ':scope > DAI[name="general"]' ,
50
- create : createSimpleAddressAction
50
+ create : createAddressAction
51
51
}
52
52
} ,
53
53
control : { }
@@ -56,21 +56,21 @@ export const cdcProcessings: Record<
56
56
monitor : {
57
57
'36' : {
58
58
filter : ':scope > SDI[name="mxVal"] > DAI[name="f"]' ,
59
- create : createSimpleAddressAction
59
+ create : createAddressAction
60
60
} ,
61
61
} ,
62
62
control : {
63
63
'63' : {
64
64
filter : ':scope > SDI[name="Oper"] > SDI[name="ctlVal"] > DAI[name="f"]' ,
65
- create : createSimpleAddressAction
65
+ create : createAddressAction
66
66
} ,
67
67
}
68
68
} ,
69
69
ASG : {
70
70
monitor : {
71
71
'63' : {
72
72
filter : ':scope > SDI[name="setMag"] > DAI[name="f"]' ,
73
- create : createSimpleAddressAction
73
+ create : createAddressAction
74
74
}
75
75
} ,
76
76
control : { }
@@ -79,13 +79,13 @@ export const cdcProcessings: Record<
79
79
monitor : {
80
80
'36' : {
81
81
filter : ':scope > SDI[name="mxVal"] > DAI[name="f"]' ,
82
- create : createSimpleAddressAction
82
+ create : createAddressAction
83
83
} ,
84
84
} ,
85
85
control : {
86
86
'60' : {
87
87
filter : ':scope > SDI[name="Oper"] > DAI[name="ctlVal"]' ,
88
- create : createSimpleAddressAction
88
+ create : createAddressAction
89
89
} ,
90
90
}
91
91
} ,
@@ -94,7 +94,7 @@ export const cdcProcessings: Record<
94
94
'37' : {
95
95
filter : ':scope > DAI[name="actVal"], ' +
96
96
':scope > DAI[name="frVal"]' ,
97
- create : createSimpleAddressAction
97
+ create : createAddressAction
98
98
} ,
99
99
} ,
100
100
control : { }
@@ -103,13 +103,13 @@ export const cdcProcessings: Record<
103
103
monitor : {
104
104
'32' : {
105
105
filter : ':scope > SDI[name="valWTr"] > DAI[name="posVal"]' ,
106
- create : createSimpleAddressAction
106
+ create : createAddressAction
107
107
} ,
108
108
} ,
109
109
control : {
110
110
'60' : {
111
111
filter : ':scope > SDI[name="Oper"] > DAI[name=“ctlVal”]' ,
112
- create : createSimpleAddressAction
112
+ create : createAddressAction
113
113
} ,
114
114
}
115
115
} ,
@@ -118,12 +118,12 @@ export const cdcProcessings: Record<
118
118
'35' : {
119
119
filter : ':scope > SDI[name="mag"] > DAI[name="i"], ' +
120
120
':scope > SDI[name="ang"] > DAI[name="i"]' ,
121
- create : createSimpleAddressAction
121
+ create : createAddressAction
122
122
} ,
123
123
'36' : {
124
124
filter : ':scope > SDI[name="mag"] > DAI[name="f"], ' +
125
125
':scope > SDI[name="ang"] > DAI[name="f"]' ,
126
- create : createSimpleAddressAction
126
+ create : createAddressAction
127
127
}
128
128
} ,
129
129
control : { }
@@ -132,21 +132,21 @@ export const cdcProcessings: Record<
132
132
monitor : {
133
133
'31' : {
134
134
filter : ':scope > DAI[name="stVal"]' ,
135
- create : createSimpleAddressAction
135
+ create : createAddressAction
136
136
} ,
137
137
} ,
138
138
control : {
139
139
'59' : {
140
140
filter : ':scope > SDI[name="Oper"] > DAI[name="ctlVal"]' ,
141
- create : createSimpleAddressAction
141
+ create : createAddressAction
142
142
} ,
143
143
}
144
144
} ,
145
145
DPS : {
146
146
monitor : {
147
147
'31' : {
148
148
filter : ':scope > DAI[name="stVal"]' ,
149
- create : createSimpleAddressAction
149
+ create : createAddressAction
150
150
}
151
151
} ,
152
152
control : { }
@@ -155,21 +155,21 @@ export const cdcProcessings: Record<
155
155
monitor : {
156
156
'35' : {
157
157
filter : ':scope > DAI[name="stVal"]' ,
158
- create : createSimpleAddressAction
158
+ create : createAddressAction
159
159
} ,
160
160
} ,
161
161
control : {
162
162
'62' : {
163
163
filter : ':scope > SDI[name="Oper"] > DAI[name="ctlVal"]' ,
164
- create : createSimpleAddressAction
164
+ create : createAddressAction
165
165
} ,
166
166
}
167
167
} ,
168
168
ING : {
169
169
monitor : {
170
170
'62' : {
171
171
filter : ':scope > DAI[name="setVal"]' ,
172
- create : createSimpleAddressAction
172
+ create : createAddressAction
173
173
}
174
174
} ,
175
175
control : { }
@@ -178,16 +178,16 @@ export const cdcProcessings: Record<
178
178
monitor : {
179
179
'30' : {
180
180
filter : ':scope > DAI[name="stVal"]' ,
181
- create : createSimpleAddressAction ,
181
+ create : createAddressAction ,
182
182
inverted : true
183
183
} ,
184
184
'33' : {
185
185
filter : ':scope > DAI[name="stVal"]' ,
186
- create : createSimpleAddressAction
186
+ create : createAddressAction
187
187
} ,
188
188
'35' : {
189
189
filter : ':scope > DAI[name="stVal"]' ,
190
- create : createSimpleAddressAction
190
+ create : createAddressAction
191
191
}
192
192
} ,
193
193
control : { }
@@ -196,25 +196,25 @@ export const cdcProcessings: Record<
196
196
monitor : {
197
197
'32' : {
198
198
filter : ':scope > SDI[name="valWTr"] > DAI[name="posVal"]' ,
199
- create : createSimpleAddressAction
199
+ create : createAddressAction
200
200
} ,
201
201
} ,
202
202
control : {
203
203
'62' : {
204
204
filter : ':scope > SDI[name="Oper"] > DAI[name="ctlVal"]' ,
205
- create : createSimpleAddressAction
205
+ create : createAddressAction
206
206
} ,
207
207
}
208
208
} ,
209
209
MV : {
210
210
monitor : {
211
211
'35' : {
212
212
filter : ':scope > SDI[name="mag"] > DAI[name="i"]' ,
213
- create : createSimpleAddressAction
213
+ create : createAddressAction
214
214
} ,
215
215
'36' : {
216
216
filter : ':scope > SDI[name="mag"] > DAI[name="f"]' ,
217
- create : createSimpleAddressAction
217
+ create : createAddressAction
218
218
}
219
219
} ,
220
220
control : { }
@@ -223,7 +223,7 @@ export const cdcProcessings: Record<
223
223
monitor : {
224
224
'37' : {
225
225
filter : ':scope > DAI[name="cnt"]' ,
226
- create : createSimpleAddressAction
226
+ create : createAddressAction
227
227
}
228
228
} ,
229
229
control : { }
@@ -232,22 +232,22 @@ export const cdcProcessings: Record<
232
232
monitor : {
233
233
'30' : {
234
234
filter : ':scope > DAI[name="stVal"]' ,
235
- create : createSimpleAddressAction ,
235
+ create : createAddressAction ,
236
236
inverted : true
237
237
} ,
238
238
} ,
239
239
control : {
240
240
'58' : {
241
241
filter : ':scope > SDI[name="Oper"] > DAI[name="ctlVal"]' ,
242
- create : createSimpleAddressAction
242
+ create : createAddressAction
243
243
} ,
244
244
}
245
245
} ,
246
246
SPG : {
247
247
monitor : {
248
248
'58' : {
249
249
filter : ':scope > DAI[name="setVal"]' ,
250
- create : createSimpleAddressAction
250
+ create : createAddressAction
251
251
}
252
252
} ,
253
253
control : { }
@@ -256,7 +256,7 @@ export const cdcProcessings: Record<
256
256
monitor : {
257
257
'30' : {
258
258
filter : ':scope > DAI[name="stVal"]' ,
259
- create : createSimpleAddressAction ,
259
+ create : createAddressAction ,
260
260
inverted : true
261
261
}
262
262
} ,
@@ -272,7 +272,7 @@ export const cdcProcessings: Record<
272
272
* @param ti - The value to be set on the attribute 'ti'.
273
273
* @param inverted - Indicates if extra Address Elements should be created with 'inverted=true'.
274
274
*/
275
- function createSimpleAddressAction ( daiElement : Element , ti : string , inverted : boolean ) : Create [ ] {
275
+ function createAddressAction ( daiElement : Element , ti : string , inverted : boolean ) : Create [ ] {
276
276
addPrefixAndNamespaceToDocument ( daiElement ) ;
277
277
278
278
const privateElement = createPrivateElement ( daiElement ) ;
0 commit comments