@opcua/for-node-red 3.9.0 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/all.js +4 -150
- package/config-panel/assets/{index-Cbauh_EP.css → index-CxGeB_Tt.css} +1 -1
- package/config-panel/index.html +5 -3
- package/examples/coffee-machine-2.json +79 -186
- package/examples/coffee-machine.json +394 -0
- package/examples/explore-demo.json +182 -0
- package/examples/file-operation.json +707 -0
- package/examples/job_manager.json +465 -231
- package/package.json +2 -1
- package/source/OpcUa-Client2-Browse/OpcUa-Client2-Browse.html +3 -4
- package/source/OpcUa-Client2-Call/OpcUa-Client2-Call.html +7 -2
- package/source/OpcUa-Client2-Explore/OpcUa-Client2-Explore.html +1 -2
- package/source/OpcUa-Client2-ExtensionObject/OpcUa-Client2-ExtensionObject.html +1 -2
- package/source/OpcUa-Client2-FileOperation/OpcUa-Client2-FileOperation.css +2 -0
- package/source/OpcUa-Client2-FileOperation/OpcUa-Client2-FileOperation.html +75 -0
- package/source/OpcUa-Client2-FileOperation/OpcUa-Client2-FileOperation.js +2 -0
- package/source/OpcUa-Client2-HistoryRead/OpcUa-Client2-HistoryRead.html +1 -2
- package/source/OpcUa-Client2-Monitor/OpcUa-Client2-Monitor.html +1 -2
- package/source/OpcUa-Client2-MonitorEvent/OpcUa-Client2-MonitorEvent.html +1 -2
- package/source/OpcUa-Client2-Read/OpcUa-Client2-Read.html +1 -2
- package/source/OpcUa-Client2-Write/OpcUa-Client2-Write.html +1 -2
- package/source/OpcUa-Endpoint2/OpcUa-Endpoint2.html +1 -2
- /package/config-panel/assets/{index-Dbq8sVaJ.js → index-DgIjB-ey.js} +0 -0
@@ -0,0 +1,75 @@
|
|
1
|
+
<style>
|
2
|
+
.sterfive-combo-box{position:relative;width:100%}.sterfive-online-menu{height:auto;position:fixed;width:auto}.sterfive-input-error{border-color:var(--red-ui-form-input-border-error-color)!important;border-style:solid;border-width:1px}.sterfive-typedInput-options{background:#fff;border-style:solid;border-width:1px;border:1px solid var(--red-ui-primary-border-color);box-sizing:border-box;max-height:350px;overflow-y:auto;position:absolute;white-space:nowrap;z-index:2000}.sterfive-typedInput-options a{align-items:center;border-bottom:1px solid;border-color:var(--red-ui-secondary-border-color);border-style:solid;border-width:1px;color:var(--red-ui-form-text-color);display:flex;font-size:13px;padding:6px 18px 6px 6px;text-decoration:none}.sterfive-typedInput-options a:hover{background:var(--red-ui-workspace-button-background-hover);text-decoration:none}.sterfive-typedInput-options a:focus{outline:none}.sterfive-typedInput-options a:active,.sterfive-typedInput-options a:focus{background:var(--red-ui-workspace-button-background-active);text-decoration:none}.sterfive-typedInput-options a input[type=checkbox]{margin:0 6px 0 0}.sterfive-typedInput-options .sterfive-typedInput-icon{margin-right:6px}.sterfive-typedInput-options .sterfive-typedInput-icon:not(.fa){background-color:var(--red-ui-primary-text-color);height:14px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;width:12px}.sterfive-combo-box .sterfive-dropdown{background-color:#fff;border:1px solid #ccc;display:none;left:0;max-height:400px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000}.sterfive-combo-box li:before{content:none}.sterfive-tree li.expandable:before,.sterfive-tree li.no-expandable:before{content:"\f0da";cursor:pointer;font-family:FontAwesome;font-size:12pt;font-weight:900;margin-right:5px}.sterfive-tree li.no-expandable:before{opacity:0}.sterfive-tree li.expanded:before{content:"\f0d7";cursor:pointer;font-family:FontAwesome;font-size:12pt;font-weight:900;margin-right:5px}.sterfive-tree li span.selected{border:.5px dotted #33f}.sterfive-tree .fa{color:#333;margin-right:10px}.sterfive-tree ul{list-style:none;padding-inline-start:2%!important}.sterfive-tree li{cursor:pointer;padding:5px}.sterfive-tree{list-style-type:none}.sterfive-tree,.sterfive-tree ol,.sterfive-tree ul{list-style-type:none;margin:0;padding:0}.sterfive-tree li:hover{background-color:#eee}.sterfive-tree li.loading:before{animation:fa-spin 1s linear infinite;content:"\f110";cursor:pointer;font-family:FontAwesome;font-weight:900;margin-right:5px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sterfive-tree .spinner{animation:spin .7s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#666;display:inline-block;height:16px;width:16px}.sterfive-info{background-color:#fafad2;border-radius:10px;border-style:groove;display:block;font-size:10pt;margin:5px 0;padding:5px}.sterfive-info .ok{color:green}.sterfive-info .warning{color:darkred}.input-wrapper{border:0 solid #ccc;border-radius:5px;padding:0}.sterfive-input-group{border:1px solid #ccc;border-radius:5px;display:flex;overflow:hidden}.sterfive-input-group button,.sterfive-input-group input{border:none;outline:none;padding:10px}.sterfive-input-group input{flex:1}.sterfive-input-group button{background-color:var(--red-ui-form-button-background);color:#7b7a7a;cursor:pointer}.sterfive-input-group button:hover{background-color:var(--red-ui-secondary-background-hover)}.sterfive-info-text{color:#777;font-size:12px;margin-left:10px;margin-top:5px}.custom-checkbox{cursor:pointer;display:inline-block;font-family:FontAwesome;font-size:16px;font-weight:900;margin-right:10px;text-align:center;width:1em}.custom-checkbox.unchecked:before{content:"\f096"}.custom-checkbox.checked:before{content:"\f046"}.validate-cancel-buttons{background-color:#fff;position:sticky;right:0;top:0;z-index:1001}.cancel-button,.validate-button{cursor:pointer;font-size:16px;margin:5px}.sterfive-combo-box .sterfive-dropdown{position:relative}.floating-buttons{position:fixed;z-index:1003}.mask-flag-dropdown .option-item{border:1px solid #ccc;cursor:pointer;display:inline-block;font-family:FontAwesome;font-size:16px;font-weight:900;margin-right:10px;padding:5px 10px;text-align:center;width:1em}.mask-flag-dropdown .option-item .checkbox{border:1px solid #ccc;content:"\f096";display:inline-block;height:20px;margin-right:5px;width:20px}.mask-flag-dropdown .option-item.selected .checkbox{content:"\f046"}.custom-select{background-color:#fff;border:1px solid #ccc;box-sizing:border-box;cursor:pointer;max-height:200px;overflow-y:auto;padding:5px;width:100%}.custom-select .custom-option{align-items:center;border-bottom:1px solid #eee;display:flex;padding:5px 10px}.custom-select .custom-option:last-child{border-bottom:none}.custom-select .custom-option .custom-checkbox{align-items:center;border:1px solid #ccc;display:flex;font-size:14px;height:20px;justify-content:center;margin-right:8px;width:20px}.custom-select .custom-option.selected .custom-checkbox{border-color:#007bff}.custom-select .custom-option .custom-checkbox:before{color:#007bff;content:"\f096";font-family:FontAwesome}.custom-select .custom-option.selected .custom-checkbox:before{content:"\f046"}
|
3
|
+
/*# sourceMappingURL=OpcUa-Client2-FileOperation.css.map */
|
4
|
+
</style>
|
5
|
+
|
6
|
+
<script type="text/javascript">
|
7
|
+
(function(_0x4417c3,_0xf85ee7){const _0x2d88f7=_0x3600,_0x5830fc=_0x4417c3();while(!![]){try{const _0x3927f6=parseInt(_0x2d88f7(0x135))/0x1*(parseInt(_0x2d88f7(0x126))/0x2)+-parseInt(_0x2d88f7(0x22c))/0x3+parseInt(_0x2d88f7(0x10d))/0x4*(parseInt(_0x2d88f7(0x172))/0x5)+parseInt(_0x2d88f7(0x142))/0x6+parseInt(_0x2d88f7(0x11e))/0x7*(parseInt(_0x2d88f7(0x211))/0x8)+parseInt(_0x2d88f7(0x1b9))/0x9+parseInt(_0x2d88f7(0x253))/0xa*(-parseInt(_0x2d88f7(0x265))/0xb);if(_0x3927f6===_0xf85ee7)break;else _0x5830fc['push'](_0x5830fc['shift']());}catch(_0x60035a){_0x5830fc['push'](_0x5830fc['shift']());}}}(_0x4d3b,0x2763c),(function(){'use strict';const _0x5d4c4f=_0x3600;function _0x27efca(_0x279217,_0x1055d2,_0x75641a,_0x4c9434){function _0x2a1bf0(_0x1104db){return _0x1104db instanceof _0x75641a?_0x1104db:new _0x75641a(function(_0x451d71){_0x451d71(_0x1104db);});}return new(_0x75641a||(_0x75641a=Promise))(function(_0x24d835,_0x50014d){const _0x48c80e=_0x3600;function _0x430061(_0x393568){const _0xffcf26=_0x3600;try{_0x86ebc3(_0x4c9434[_0xffcf26(0x16d)](_0x393568));}catch(_0x1543d9){_0x50014d(_0x1543d9);}}function _0x30ef41(_0x66f8a1){const _0x27e0a3=_0x3600;try{_0x86ebc3(_0x4c9434[_0x27e0a3(0x109)](_0x66f8a1));}catch(_0x3e5411){_0x50014d(_0x3e5411);}}function _0x86ebc3(_0x4959d0){const _0x46dced=_0x3600;_0x4959d0[_0x46dced(0x238)]?_0x24d835(_0x4959d0[_0x46dced(0x1fa)]):_0x2a1bf0(_0x4959d0[_0x46dced(0x1fa)])[_0x46dced(0x197)](_0x430061,_0x30ef41);}_0x86ebc3((_0x4c9434=_0x4c9434['apply'](_0x279217,_0x1055d2||[]))[_0x48c80e(0x16d)]());});}typeof SuppressedError===_0x5d4c4f(0x136)?SuppressedError:function(_0x274493,_0x45a050,_0x2a372f){const _0x1319fb=_0x5d4c4f;var _0x52a0a4=new Error(_0x2a372f);return _0x52a0a4[_0x1319fb(0x276)]=_0x1319fb(0x27d),_0x52a0a4[_0x1319fb(0x240)]=_0x274493,_0x52a0a4[_0x1319fb(0x28b)]=_0x45a050,_0x52a0a4;};const _0x4cfbf6=_0x5d4c4f(0x1bd),_0x2445d2='ns=0;i=61',_0x1f5fb5=_0x5d4c4f(0x213),_0x4dc151=_0x5d4c4f(0xff),_0x2a0158=_0x5d4c4f(0x16f),_0x793f33=_0x5d4c4f(0x167),_0x1488b4=_0x5d4c4f(0x12a);var _0x4e7937;(function(_0xca8294){const _0x9b8595=_0x5d4c4f;_0xca8294[_0xca8294[_0x9b8595(0x11d)]=0x0]=_0x9b8595(0x11d),_0xca8294[_0xca8294['Inverse']=0x1]=_0x9b8595(0x263),_0xca8294[_0xca8294[_0x9b8595(0x1f6)]=0x2]=_0x9b8595(0x1f6),_0xca8294[_0xca8294['Invalid']=0x3]=_0x9b8595(0x18e);}(_0x4e7937||(_0x4e7937={})));var _0x1477b6;(function(_0x175390){const _0x49c271=_0x5d4c4f;_0x175390[_0x175390['Unspecified']=0x0]=_0x49c271(0x144),_0x175390[_0x175390['Object']=0x1]=_0x49c271(0x16a),_0x175390[_0x175390[_0x49c271(0x17e)]=0x2]='Variable',_0x175390[_0x175390[_0x49c271(0x274)]=0x4]=_0x49c271(0x274),_0x175390[_0x175390[_0x49c271(0x19a)]=0x8]='ObjectType',_0x175390[_0x175390[_0x49c271(0x1c5)]=0x10]=_0x49c271(0x1c5),_0x175390[_0x175390['ReferenceType']=0x20]='ReferenceType',_0x175390[_0x175390[_0x49c271(0x285)]=0x40]=_0x49c271(0x285),_0x175390[_0x175390['View']=0x80]=_0x49c271(0x1ea);}(_0x1477b6||(_0x1477b6={})));var _0x1758c2;(function(_0x9707ec){const _0x35b1d5=_0x5d4c4f;_0x9707ec[_0x9707ec['Object']=0x1]=_0x35b1d5(0x16a),_0x9707ec[_0x9707ec['Variable']=0x2]=_0x35b1d5(0x17e),_0x9707ec[_0x9707ec[_0x35b1d5(0x274)]=0x4]=_0x35b1d5(0x274),_0x9707ec[_0x9707ec[_0x35b1d5(0x19a)]=0x8]='ObjectType',_0x9707ec[_0x9707ec['VariableType']=0x10]=_0x35b1d5(0x1c5),_0x9707ec[_0x9707ec[_0x35b1d5(0x143)]=0x20]='ReferenceType',_0x9707ec[_0x9707ec[_0x35b1d5(0x285)]=0x40]=_0x35b1d5(0x285),_0x9707ec[_0x9707ec[_0x35b1d5(0x1ea)]=0x80]=_0x35b1d5(0x1ea);}(_0x1758c2||(_0x1758c2={})));function _0x18b351(_0x1015e5,_0x2de6bd){const _0x313200=_0x5d4c4f;if(typeof _0x2de6bd===_0x313200(0x171))return _0x2de6bd;const _0x30a044=parseInt(_0x2de6bd,0xa);if(!isNaN(_0x30a044))return _0x30a044;const _0x268d84=_0x2de6bd['split'](/\||;|,/)['map'](_0x17790c=>_0x17790c[_0x313200(0x1d4)]());let _0x13962c=0x0;for(const _0x3848bc of _0x268d84){_0x13962c|=_0x1015e5[_0x3848bc];}return _0x13962c;}function _0x27111f(_0x2c1b1d,_0x2ef18e){const _0x19a971=_0x5d4c4f;_0x2ef18e=_0x18b351(_0x2c1b1d,_0x2ef18e);const _0xac21f7=[];if(!_0x2c1b1d)return _0xac21f7[_0x19a971(0x288)](_0x19a971(0x19f));for(const [_0x389f07,_0x369ade]of Object[_0x19a971(0x252)](_0x2c1b1d)){typeof _0x2ef18e===_0x19a971(0x171)&&((_0x2ef18e&_0x369ade)===_0x369ade&&_0xac21f7[_0x19a971(0x101)](_0x389f07));}return _0xac21f7['join']('\x20|\x20');}var _0x12b11e;(function(_0xa191f){const _0x45b8a2=_0x5d4c4f;_0xa191f[_0xa191f[_0x45b8a2(0x143)]=0x1]=_0x45b8a2(0x143),_0xa191f[_0xa191f[_0x45b8a2(0x1e5)]=0x2]=_0x45b8a2(0x1e5),_0xa191f[_0xa191f[_0x45b8a2(0x104)]=0x4]=_0x45b8a2(0x104),_0xa191f[_0xa191f['BrowseName']=0x8]=_0x45b8a2(0x28f),_0xa191f[_0xa191f[_0x45b8a2(0x1ed)]=0x10]=_0x45b8a2(0x1ed),_0xa191f[_0xa191f['TypeDefinition']=0x20]=_0x45b8a2(0x182);}(_0x12b11e||(_0x12b11e={})));function _0x152a51(_0x5a27d0){const _0xcd734b=_0x5d4c4f;switch(_0x5a27d0){case'Organizes':return _0x4cfbf6;case _0xcd734b(0x195):return _0x4dc151;case _0xcd734b(0x10a):return _0x1f5fb5;case _0xcd734b(0x113):return _0x2a0158;case _0xcd734b(0x156):return _0x793f33;case _0xcd734b(0x157):return _0x1488b4;}}const _0x333452=_0x1a817f=>{const _0x9d2802=_0x5d4c4f;switch(_0x1a817f[_0x9d2802(0x23b)]){case _0x9d2802(0x16a):if(_0x1a817f[_0x9d2802(0x1bf)]===_0x4cfbf6);if(_0x1a817f[_0x9d2802(0x221)]===_0x2445d2||_0x1a817f[_0x9d2802(0x1bf)]===_0x9d2802(0x189))return{'icon':_0x9d2802(0x26e),'color':_0x9d2802(0x180)};return{'icon':_0x9d2802(0xfe),'color':'SeaGreen'};case _0x9d2802(0x17e):if(_0x1a817f[_0x9d2802(0x1bf)]===_0x1f5fb5)return{'icon':_0x9d2802(0x132),'color':_0x9d2802(0x28a)};else return _0x1a817f[_0x9d2802(0x1bf)]===_0x4dc151?{'icon':'fa-list-alt','color':_0x9d2802(0x1c1)}:{'icon':_0x9d2802(0x132),'color':_0x9d2802(0x16c)};case _0x9d2802(0x274):return{'icon':_0x9d2802(0x100),'color':_0x9d2802(0x1a0)};case _0x9d2802(0x19a):return{'icon':_0x9d2802(0xfe),'color':_0x9d2802(0x110)};case'VariableType':return{'icon':_0x9d2802(0x212),'color':_0x9d2802(0x110)};case _0x9d2802(0x285):return{'icon':_0x9d2802(0x1af),'color':'CadetBlue'};}return{'icon':_0x9d2802(0x155),'color':'grey'};},_0x1d801e=(_0x28344b,_0x444362,_0x42a8e5)=>_0x27efca(void 0x0,[_0x28344b,_0x444362,_0x42a8e5],void 0x0,function*({endpointNode:_0x3abcba,endpoint:_0x37b67c,baseUrl:_0x38f03},_0x1a4d73,_0xd03804){const _0x42573a=_0x5d4c4f,_0x3496fc=_0x38f03+_0x42573a(0x1cd),_0xf7f21a=_0x3496fc+_0x42573a(0x17f),_0x828ac6=Object[_0x42573a(0x12d)](Object[_0x42573a(0x12d)]({},_0xd03804),{'nodeId':_0x1a4d73,'resultMask':0x3f}),_0x3c76c9=yield fetch(_0xf7f21a,{'method':_0x42573a(0x1a4),'body':JSON[_0x42573a(0x1cf)]({'endpointNode':_0x3abcba,'endpoint':_0x37b67c,'browseDescription':_0x828ac6}),'headers':{'Content-Type':_0x42573a(0x1d3)}});if(_0x3c76c9['status']!==0xc8)return console[_0x42573a(0x21a)](_0x42573a(0x223),_0x3c76c9[_0x42573a(0x178)],_0x3c76c9[_0x42573a(0x24f)]),{'references':[]};const _0x1b55f1=yield _0x3c76c9['json'](),_0x7f7fac=_0x1b55f1[_0x42573a(0x1ba)]['references']||[];return{'references':_0x7f7fac};}),_0x1c1053={'referenceTypeId':_0x152a51(_0x5d4c4f(0x113)),'includeSubtypes':!![],'browseDirection':_0x4e7937['Forward'],'nodeClassMask':_0x1477b6[_0x5d4c4f(0x17e)]|_0x1477b6[_0x5d4c4f(0x16a)]|_0x1477b6['Method'],'resultMask':0x3f},_0x3980f8={'referenceTypeId':_0x152a51('Organizes'),'includeSubtypes':!![],'browseDirection':_0x4e7937[_0x5d4c4f(0x11d)],'nodeClassMask':_0x1477b6[_0x5d4c4f(0x17e)]|_0x1477b6[_0x5d4c4f(0x16a)]|_0x1477b6[_0x5d4c4f(0x274)],'resultMask':0x3f},_0x21ce8f=(_0x31d90c,_0x5d8da7)=>_0x27efca(void 0x0,[_0x31d90c,_0x5d8da7],void 0x0,function*({endpointNode:_0x5c78ec,endpoint:_0x20928a,baseUrl:_0x1fd829},{nodeId:_0x2bde50,rootNodeId:_0x314606,isType:_0x17a5e7}){const _0x59057d=_0x5d4c4f,_0x1192ca=_0x1fd829+_0x59057d(0x1cd),_0x401a04=_0x1192ca+_0x59057d(0x278),_0x229c91=yield fetch(_0x401a04,{'method':_0x59057d(0x1a4),'body':JSON[_0x59057d(0x1cf)]({'endpointNode':_0x5c78ec,'endpoint':_0x20928a,'nodeId':_0x2bde50,'rootNodeId':_0x314606,'isType':_0x17a5e7}),'headers':{'Content-Type':_0x59057d(0x1d3)}});if(_0x229c91['status']!==0xc8)return null;const _0x4f7208=yield _0x229c91['json']();return _0x4f7208[_0x59057d(0x11f)];}),_0x71ec85=(_0x3cd0c1,_0x23d5ff)=>{const _0xffc724=_0x5d4c4f;if(_0x3cd0c1['statusCode']!==_0xffc724(0x107))return _0x3cd0c1[_0xffc724(0x13e)];switch(_0x23d5ff){case _0xffc724(0x11f):return _0x3cd0c1[_0xffc724(0x228)];case _0xffc724(0x1f9):return _0x3cd0c1[_0xffc724(0x120)]||_0x3cd0c1['bp_indexed'];case _0xffc724(0x22f):return _0x3cd0c1[_0xffc724(0x1de)]||_0x3cd0c1[_0xffc724(0x206)];case _0xffc724(0x1f3):return _0x3cd0c1[_0xffc724(0x206)];default:case _0xffc724(0x21f):return _0x3cd0c1[_0xffc724(0x21f)];}},_0x275115=_0x29b0ec=>{const _0x10e57b=_0x5d4c4f;if(_0x29b0ec[_0x10e57b(0x272)]!==_0x10e57b(0x107))return _0x10e57b(0x169)+_0x29b0ec['statusCode'];else{let _0x1174df=[];return _0x1174df[_0x10e57b(0x101)](_0x10e57b(0x16b)+_0x29b0ec[_0x10e57b(0x21f)]),_0x1174df[_0x10e57b(0x101)](_0x10e57b(0x22d)+_0x29b0ec[_0x10e57b(0x228)]),_0x1174df[_0x10e57b(0x101)]('node\x20class:\x20'+_0x1477b6[_0x29b0ec[_0x10e57b(0x23b)]]),_0x29b0ec[_0x10e57b(0x206)]&&_0x1174df[_0x10e57b(0x101)](_0x10e57b(0x1a3)+_0x29b0ec[_0x10e57b(0x206)]),_0x29b0ec['nodeId_aliased']&&_0x1174df[_0x10e57b(0x101)](_0x10e57b(0x1eb)+_0x29b0ec[_0x10e57b(0x1de)]),_0x29b0ec['bp_indexed']&&_0x1174df[_0x10e57b(0x101)](_0x10e57b(0x14f)+_0x29b0ec[_0x10e57b(0x120)]),_0x1174df[_0x10e57b(0x288)]('\x0a');}};function _0x50c72c(_0x46abea){const _0x23eb2f=_0x5d4c4f;if(_0x46abea[_0x23eb2f(0x170)](/^nsu=/))return _0x23eb2f(0x1f3);if(_0x46abea[_0x23eb2f(0x170)](/^(ns=.*;)?(i|b|s|g)=/))return _0x23eb2f(0x21f);if(_0x46abea['match'](/^nsa=/))return _0x23eb2f(0x22f);if(_0x46abea[_0x23eb2f(0x170)](/^(\/|\.)[0-9]+:/))return'browsePath';if(_0x46abea[_0x23eb2f(0x170)](/^(\/|\.).*:/))return _0x23eb2f(0x11f);}function _0x9d6724(_0x55060e){const _0x2accb7=_0x5d4c4f,_0x896e65=_0x50c72c(_0x55060e);switch(_0x896e65){case'nodeId':return'n';case _0x2accb7(0x22f):return'na';case _0x2accb7(0x1f3):return'nsu';case _0x2accb7(0x11f):return'b';case _0x2accb7(0x1f9):return'ab';default:return't';}}function _0x26f569(_0x204793){const _0x5a53df=_0x5d4c4f;let _0x517944;switch(_0x204793){case'n':_0x517944='nodeId';break;case'na':_0x517944=_0x5a53df(0x22f);break;case _0x5a53df(0x1ce):_0x517944='nsuNodeID';break;case'b':_0x517944=_0x5a53df(0x11f);break;case'ab':_0x517944=_0x5a53df(0x1f9);break;}return _0x517944;}function _0x27b0f1(_0x1bfad1){const _0x5b32ab=_0x5d4c4f;switch(_0x1bfad1){case _0x5b32ab(0x21f):return'n';case'aliasedNodeId':return'na';case _0x5b32ab(0x1f3):return _0x5b32ab(0x1ce);case'browsePath':return'b';case _0x5b32ab(0x1f9):return'ab';default:return't';}}const _0x10664f=(_0x1839b3,_0x25a85a)=>_0x27efca(void 0x0,[_0x1839b3,_0x25a85a],void 0x0,function*({endpointNode:_0x1a4a2f,endpoint:_0x50e196,baseUrl:_0x9743ac},_0x268bac){const _0x143c40=_0x5d4c4f,_0x4537b6=_0x9743ac+_0x143c40(0x1cd),_0x372ba6=_0x4537b6+_0x143c40(0x131),_0xfb2aba=_0x1a4a2f['id'],_0x539182=RED['nodes']['node'](_0xfb2aba);console['log'](_0x539182[_0x143c40(0x154)]),_0x539182['namespaceAliases'];const _0x3ea965=_0x1a4a2f[_0x143c40(0x154)],_0x26b77f=yield fetch(_0x372ba6,{'method':_0x143c40(0x1a4),'body':JSON[_0x143c40(0x1cf)]({'endpointNode':_0x1a4a2f,'endpoint':_0x50e196,'nodeId':_0x268bac,'namespaceAliases':_0x3ea965}),'headers':{'Content-Type':_0x143c40(0x1d3)}}),_0x527968=yield _0x26b77f[_0x143c40(0x239)]();return{'json':_0x527968,'data':_0x26b77f};}),_0x1862fa=(_0x48c204,_0x4ff11c,_0x1d0a06,_0x4367a2)=>_0x27efca(void 0x0,[_0x48c204,_0x4ff11c,_0x1d0a06,_0x4367a2],void 0x0,function*({endpointNode:_0x4bced7,endpoint:_0x524bba,baseUrl:_0x132dc7},_0x4a817f,_0x1c0b54,_0x578553){const _0x34f14e=_0x5d4c4f,_0x531e0b=_0x1c0b54[_0x34f14e(0x175)](),{json:_0x11cd28,data:_0x64c0b1}=yield _0x10664f({'endpointNode':_0x4bced7,'endpoint':_0x524bba,'baseUrl':_0x132dc7},_0x531e0b),_0xc6a53d=(_0x156351,_0x56428d)=>{const _0x5594e8=_0x34f14e;_0x578553[_0x5594e8(0x17d)](_0x156351)['addClass']('sterfive-info')['addClass'](_0x56428d),_0x578553[_0x5594e8(0x17a)](),setTimeout(()=>{const _0x5c32ca=_0x5594e8;_0x578553[_0x5c32ca(0x19c)](_0x56428d),_0x578553[_0x5c32ca(0x1bc)]();},0xbb8);};if(_0x64c0b1[_0x34f14e(0x178)]!==0xc8)return _0xc6a53d('!!failure!!'+_0x531e0b,_0x34f14e(0x237)),![];else{if(_0x11cd28[_0x34f14e(0x272)][_0x34f14e(0x170)](/Good/)){const _0xde67c1=_0x275115(_0x11cd28);_0x1c0b54[_0x34f14e(0x267)](_0x34f14e(0x244),_0xde67c1);const _0x2c4437=_0x71ec85(_0x11cd28,_0x4a817f);return _0x1c0b54[_0x34f14e(0x175)](_0x2c4437),_0x1c0b54['trigger']('change'),_0xc6a53d(_0x34f14e(0x107),'ok'),!![];}else return _0x1c0b54[_0x34f14e(0x175)](''+_0x531e0b),_0xc6a53d(_0x11cd28[_0x34f14e(0x272)]+'\x20'+_0x64c0b1[_0x34f14e(0x24f)],_0x34f14e(0x237)),![];}});function _0x5f539e(_0x247329,_0x91104c){return _0x27efca(this,void 0x0,void 0x0,function*(){const _0x42e8b7=_0x3600,_0x41f615=_0x247329[_0x42e8b7(0x1ef)](_0x42e8b7(0x1fa)),_0xd42131=yield _0x1d801e(_0x91104c,_0x41f615,_0x1c1053),_0x168088=yield _0x1d801e(_0x91104c,_0x41f615,_0x3980f8);return{'references':[..._0xd42131[_0x42e8b7(0x205)],..._0x168088['references']]};});}const _0x4d8cac={'referenceTypeId':_0x152a51(_0x5d4c4f(0x156)),'includeSubtypes':!![],'browseDirection':_0x4e7937[_0x5d4c4f(0x11d)],'nodeClassMask':_0x1477b6[_0x5d4c4f(0x143)]|_0x1477b6[_0x5d4c4f(0x19a)]|_0x1477b6[_0x5d4c4f(0x285)]|_0x1477b6['VariableType'],'resultMask':0x3f};function _0x4e1242(_0x28cb9e,_0x146507){return _0x27efca(this,void 0x0,void 0x0,function*(){const _0x40f5fa=_0x3600,_0x3f476e=_0x28cb9e[_0x40f5fa(0x1ef)](_0x40f5fa(0x1fa)),_0x275f16=yield _0x1d801e(_0x146507,_0x3f476e,_0x4d8cac);return _0x275f16;});}const _0x444444=_0x31508d=>{const _0x3e9713=_0x5d4c4f;var _0x499d80,_0x119486,_0x371936,_0x5e88ea;if(!_0x31508d||!_0x31508d['nodeId']){const _0xa25ee4=$(_0x3e9713(0x1d7));return _0xa25ee4;}const _0x2f955d=_0x31508d[_0x3e9713(0x21f)]['toString'](),_0x3b0de0=((_0x499d80=_0x31508d[_0x3e9713(0x1cc)])===null||_0x499d80===void 0x0?void 0x0:_0x499d80[_0x3e9713(0x17d)])||((_0x119486=_0x31508d[_0x3e9713(0x17b)])===null||_0x119486===void 0x0?void 0x0:_0x119486[_0x3e9713(0x276)])||_0x31508d[_0x3e9713(0x21f)][_0x3e9713(0x14b)](),{icon:_0x356b1c,color:_0x2aeb97}=_0x333452(_0x31508d),_0x50a341='('+_0x31508d[_0x3e9713(0x21f)]['toString']()+')\x20'+(((_0x371936=_0x31508d['browseName'])===null||_0x371936===void 0x0?void 0x0:_0x371936[_0x3e9713(0x276)])||((_0x5e88ea=_0x31508d[_0x3e9713(0x1cc)])===null||_0x5e88ea===void 0x0?void 0x0:_0x5e88ea['text'])||''),_0xf86e62=$(_0x3e9713(0x13d)+_0x31508d[_0x3e9713(0x21f)][_0x3e9713(0x14b)]()+_0x3e9713(0x216)+_0x50a341+_0x3e9713(0x18d)+_0x356b1c+_0x3e9713(0x260)+_0x2aeb97+';\x22></i>\x20'+_0x3b0de0+_0x3e9713(0x1b6));return _0xf86e62[_0x3e9713(0x1ab)](_0x3e9713(0x1d9)),_0xf86e62['data']('value',_0x2f955d),_0xf86e62['data']('reference',_0x31508d),_0xf86e62;},_0x5d5dcb=(_0x3df7d7,_0x426918)=>{const _0xf1477d=_0x5d4c4f;return _0x426918[_0xf1477d(0x1dd)]('li[key=\x22'+_0x3df7d7+'\x22]');},_0x5312b1=(_0x2ffbb8,_0x3b193e)=>{const _0x527919=_0x5d4c4f;_0x2ffbb8[_0x527919(0x1e7)][_0x527919(0x1dd)]('li\x20>\x20.tree-text')[_0x527919(0x19c)](_0x527919(0x184)),_0x3b193e['find']('.tree-text:first')[_0x527919(0x1ab)](_0x527919(0x184));},_0xc43647=(_0x4719fd,_0x5ab7f8,_0x3a0ce0)=>_0x27efca(void 0x0,void 0x0,void 0x0,function*(){const _0x21129f=_0x5d4c4f;let _0x32ea93=_0x3a0ce0[_0x21129f(0x1da)](':first');_0x5ab7f8[_0x21129f(0x146)][_0x21129f(0x1c9)]||[];const _0x43f0b3=_0x5ab7f8[_0x21129f(0x123)]||[];if(_0x43f0b3[_0x21129f(0x162)]===0x0)return;for(const _0x3e3cd2 of _0x43f0b3){_0x32ea93[_0x21129f(0x1e0)]('expandable')&&(yield _0xda1028(_0x4719fd,_0x32ea93));const _0x35a49e=_0x5d5dcb(_0x3e3cd2,_0x32ea93);if(_0x35a49e['length']===0x0)return;_0x32ea93=_0x35a49e;}_0x5312b1(_0x4719fd,_0x32ea93),_0x2dc980(_0x4719fd['$dropdown'],_0x32ea93);});function _0x2dc980(_0x51f5f6,_0x405319){const _0x5c4a4f=_0x5d4c4f,_0x10d1bc=_0x405319['position']()[_0x5c4a4f(0x10f)],_0x4dd829=_0x51f5f6[_0x5c4a4f(0x235)]();if(_0x4dd829==undefined)return;const _0x294222=_0x4dd829+_0x10d1bc-_0x51f5f6[_0x5c4a4f(0x183)]()/0x2+_0x405319[_0x5c4a4f(0x183)]()/0x2;_0x51f5f6['animate']({'scrollTop':_0x294222},0x1f4);}const _0x6ce63f=(_0x1071f4,_0x1ffc1e)=>_0x27efca(void 0x0,void 0x0,void 0x0,function*(){const _0x5d3aed=_0x5d4c4f,_0x28e587=_0x1071f4[_0x5d3aed(0x204)]['val'](),_0x39b0ae={'nodeId':_0x28e587,'rootNodeId':_0x1ffc1e[_0x5d3aed(0x21f)],'isType':_0x1071f4[_0x5d3aed(0x1a1)]['isTypeRef']||![]},_0x2a7842=_0x3244b4(_0x1071f4),_0x388a02=yield _0x21ce8f(_0x2a7842,_0x39b0ae);if(!_0x388a02)return;yield _0xc43647(_0x1071f4,_0x388a02,_0x1071f4[_0x5d3aed(0x1e7)]);});function _0x24dacf(_0x695817,_0x2c2d30,_0x5cdcf1,_0x5ee3d9){return _0x27efca(this,void 0x0,void 0x0,function*(){const _0xdeba29=_0x3600;if(_0x2c2d30[_0xdeba29(0x1e0)](_0xdeba29(0x1aa))){console[_0xdeba29(0x21a)]('already\x20fetched');return;}if(_0x2c2d30[_0xdeba29(0x1e0)](_0xdeba29(0x1a8))){console['log']('already\x20loading');return;}_0x2c2d30[_0xdeba29(0x1ab)](_0xdeba29(0x1a8)),_0x2c2d30['append'](_0xdeba29(0x16e));try{_0x2c2d30[_0xdeba29(0x1da)]('ul')[_0xdeba29(0x19e)]();const {references:_0x37219f}=yield _0x5cdcf1(_0x2c2d30,_0x5ee3d9);_0x37219f[_0xdeba29(0x277)]((_0xaa5b97,_0x1e1686)=>{const _0x26a33f=_0xdeba29;var _0x378eae,_0x349eb4;return(((_0x378eae=_0xaa5b97['browseName'])===null||_0x378eae===void 0x0?void 0x0:_0x378eae[_0x26a33f(0x276)])||'')['localeCompare'](((_0x349eb4=_0x1e1686['browseName'])===null||_0x349eb4===void 0x0?void 0x0:_0x349eb4[_0x26a33f(0x276)])||'');});for(const _0x326ff0 of _0x37219f){if(_0x695817[_0xdeba29(0x1a1)][_0xdeba29(0x203)]&&!_0x695817[_0xdeba29(0x1a1)]['filter'](_0x326ff0))continue;const _0x26e6dc=_0x444444(_0x326ff0);_0x2c2d30['children']('ul')[_0xdeba29(0x1d2)](_0x26e6dc);}_0x2c2d30[_0xdeba29(0x1ab)](_0xdeba29(0x1aa));}catch(_0x5d2e36){_0x2c2d30[_0xdeba29(0x1da)]('ul')[_0xdeba29(0x1d2)](_0xdeba29(0x13a)+_0x5d2e36[_0xdeba29(0x137)]+_0xdeba29(0x1c3)),console['log'](_0xdeba29(0x229),_0x5d2e36);}_0x2c2d30[_0xdeba29(0x1dd)]('.spinner')[_0xdeba29(0x20d)](),_0x2c2d30[_0xdeba29(0x19c)](_0xdeba29(0x1a8));});}function _0x3244b4(_0x5f324a){const _0x198f08=_0x5d4c4f,_0x1d74a2={'baseUrl':_0x5f324a[_0x198f08(0x1a1)][_0x198f08(0x1fe)],'endpointNode':typeof _0x5f324a[_0x198f08(0x1a1)][_0x198f08(0x257)]===_0x198f08(0x136)?_0x5f324a[_0x198f08(0x1a1)][_0x198f08(0x257)]():_0x5f324a['options'][_0x198f08(0x257)],'endpoint':typeof _0x5f324a[_0x198f08(0x1a1)][_0x198f08(0x26b)]===_0x198f08(0x136)?_0x5f324a['options'][_0x198f08(0x26b)]():_0x5f324a[_0x198f08(0x1a1)][_0x198f08(0x26b)]};return _0x1d74a2;}function _0xda1028(_0x4af98e,_0x139948){return _0x27efca(this,void 0x0,void 0x0,function*(){const _0x2c9f7d=_0x3600;if(_0x139948[_0x2c9f7d(0x1e0)]('fetched')){_0x139948['removeClass']('expandable')[_0x2c9f7d(0x1ab)]('expanded'),_0x139948[_0x2c9f7d(0x1da)]('ul')[_0x2c9f7d(0x138)]();return;}const _0x4c3ee3=_0x3244b4(_0x4af98e),_0x3e7274=!_0x4af98e[_0x2c9f7d(0x1a1)][_0x2c9f7d(0x22b)]?_0x5f539e:_0x4e1242;try{yield _0x24dacf(_0x4af98e,_0x139948,_0x3e7274,_0x4c3ee3),_0x139948['removeClass'](_0x2c9f7d(0x1d9))[_0x2c9f7d(0x1ab)]('expanded');}catch(_0x432c48){_0x139948[_0x2c9f7d(0x19c)](_0x2c9f7d(0x1d9))[_0x2c9f7d(0x1ab)](_0x2c9f7d(0x140)),console['log'](_0x2c9f7d(0x240),_0x432c48);}});}const _0x4765e3={'browseName':{'namespaceIndex':0x0,'name':_0x5d4c4f(0x128)},'nodeClass':_0x5d4c4f(0x16a),'nodeId':_0x5d4c4f(0x290),'displayName':{'text':'Objects'},'typeDefinition':_0x2445d2},_0x31270f=()=>{const _0x4d98ee=_0x5d4c4f;$['widget'](_0x4d98ee(0x1fc),{'options':{'endpointNode':()=>({'endpoint':_0x4d98ee(0x268)}),'endpoint':()=>undefined,'parentNode':()=>_0x4765e3,'filter':()=>!![],'baseUrl':'','isTypeRef':![]},'resolveParentNode'(){return _0x27efca(this,void 0x0,void 0x0,function*(){const _0x2d6db7=_0x3600,_0x192604=this;if(_0x192604[_0x2d6db7(0x217)]==undefined){const _0x2919af=typeof _0x192604[_0x2d6db7(0x1a1)][_0x2d6db7(0x152)]===_0x2d6db7(0x136)?_0x192604[_0x2d6db7(0x1a1)][_0x2d6db7(0x152)]['call'](_0x192604):_0x192604['options']['parentNode'];if(_0x2919af instanceof Promise){const _0x3c8566=yield _0x2919af;_0x192604[_0x2d6db7(0x217)]=_0x3c8566;}else _0x192604['__parentNode']=_0x2919af;}return _0x192604[_0x2d6db7(0x217)]||_0x4765e3;});},'reset'(){return _0x27efca(this,void 0x0,void 0x0,function*(){const _0x48a836=_0x3600,_0x1ac64e=this,_0x1869e2=_0x1ac64e;_0x1869e2[_0x48a836(0x217)]=undefined,_0x1ac64e['$tree'][_0x48a836(0x19e)]();const _0x250518=yield this['resolveParentNode'](),_0x2fc7e3=_0x444444(_0x250518);_0x1ac64e['$tree']['append'](_0x2fc7e3),_0x1ac64e[_0x48a836(0x26a)]=_0x250518;});},'verify'(_0x221329){const _0x2cea71=_0x4d98ee,_0x5d8e59=this,_0x443d70=_0x3244b4(_0x5d8e59);_0x1862fa(_0x443d70,_0x221329,_0x5d8e59[_0x2cea71(0x204)],_0x5d8e59[_0x2cea71(0x209)])['then'](_0x5748d3=>{const _0x35c940=_0x2cea71;!_0x5748d3?_0x5d8e59[_0x35c940(0x122)][_0x35c940(0x1ab)](_0x35c940(0x25a)):_0x5d8e59[_0x35c940(0x122)][_0x35c940(0x19c)]('sterfive-input-error');});},'_hideMenu'(_0x76ef5c){const _0x57f0d7=_0x4d98ee,_0x1c75b5=this;$(document)[_0x57f0d7(0x1b1)](_0x57f0d7(0x1c4)),_0x76ef5c[_0x57f0d7(0x1bc)](),_0x76ef5c['css']({'height':_0x57f0d7(0x1ec)});if(_0x76ef5c[_0x57f0d7(0x10c)][_0x57f0d7(0x1a9)]){var _0xbf3ab0=[];_0x76ef5c[_0x57f0d7(0x1dd)]('input[type=\x22checkbox\x22]')[_0x57f0d7(0x20a)](function(){const _0x2e37eb=_0x57f0d7;$(this)[_0x2e37eb(0x1b7)](_0x2e37eb(0x227))&&_0xbf3ab0[_0x2e37eb(0x101)]($(this)[_0x2e37eb(0x1ef)](_0x2e37eb(0x1fa)));}),_0x76ef5c[_0x57f0d7(0x121)](_0xbf3ab0);}_0x1c75b5[_0x57f0d7(0x20e)]['is'](_0x57f0d7(0x1b2))?_0x1c75b5[_0x57f0d7(0x204)]['trigger'](_0x57f0d7(0x15d)):_0x1c75b5[_0x57f0d7(0x234)]['trigger'](_0x57f0d7(0x15d));},'_createMenu'(_0x1bc839,_0x1b04b3,_0xf2d051){const _0x199a55=_0x4d98ee;var _0x51b22a=this;const _0x3b008f=$('<div>')[_0x199a55(0x1ab)](_0x199a55(0x250));return _0x3b008f['opts']=_0x1b04b3,_0x3b008f[_0x199a55(0x121)]=_0xf2d051,_0x1bc839['forEach'](_0x4f28a5=>{const _0x309446=_0x199a55;typeof _0x4f28a5===_0x309446(0x282)&&(_0x4f28a5={'value':_0x4f28a5,'label':_0x4f28a5});var _0x4ee70c=$('<a\x20href=\x22#\x22></a>')[_0x309446(0x267)](_0x309446(0x1fa),_0x4f28a5[_0x309446(0x1fa)])[_0x309446(0x200)](_0x3b008f);_0x4f28a5[_0x309446(0x199)]&&_0x4ee70c[_0x309446(0x17d)](_0x4f28a5[_0x309446(0x199)]);_0x4f28a5[_0x309446(0x244)]&&_0x4ee70c['prop']('title',_0x4f28a5[_0x309446(0x244)]);if(_0x4f28a5[_0x309446(0x21d)]){if(_0x4f28a5[_0x309446(0x21d)]['indexOf']('<')===0x0)$(_0x4f28a5[_0x309446(0x21d)])['prependTo'](_0x4ee70c);else _0x4f28a5['icon']['indexOf']('/')!==-0x1?$(_0x309446(0x1b0),{'class':_0x309446(0x230),'style':_0x309446(0x236)+_0x4f28a5['icon']+');\x20-webkit-mask-image:\x20url('+_0x4f28a5[_0x309446(0x21d)]+');'})[_0x309446(0x248)](_0x4ee70c):$(_0x309446(0x1b0),{'class':_0x309446(0x1ad)+_0x4f28a5[_0x309446(0x21d)]})[_0x309446(0x248)](_0x4ee70c);}else _0x4ee70c[_0x309446(0x153)]({'paddingLeft':'18px'});!_0x4f28a5[_0x309446(0x21d)]&&!_0x4f28a5[_0x309446(0x199)]&&_0x4ee70c[_0x309446(0x17d)](_0x4f28a5[_0x309446(0x1fa)]);var _0xa46f5e;_0x1b04b3[_0x309446(0x1a9)]&&(_0xa46f5e=$('<input\x20type=\x22checkbox\x22>')[_0x309446(0x153)](_0x309446(0x148),_0x309446(0x220))[_0x309446(0x1ef)](_0x309446(0x1fa),_0x4f28a5[_0x309446(0x1fa)])[_0x309446(0x248)](_0x4ee70c)['on'](_0x309446(0x1f0),function(_0x1aa6ab){const _0x2a4add=_0x309446;_0x1aa6ab[_0x2a4add(0x28d)]();})),_0x4ee70c['on']('click',function(_0x1c5e66){const _0x32208f=_0x309446;_0x1c5e66['preventDefault'](),_0x1c5e66[_0x32208f(0x18c)](),!_0x1b04b3[_0x32208f(0x1a9)]?(_0xf2d051(_0x4f28a5['value']),_0x51b22a[_0x32208f(0x249)](_0x3b008f)):_0xa46f5e[_0x32208f(0x1b7)](_0x32208f(0x227),!_0xa46f5e['prop'](_0x32208f(0x227)));});}),_0x3b008f[_0x199a55(0x153)]({'display':_0x199a55(0x220)}),_0x3b008f['on']('keydown',function(_0x19a6f3){const _0x1512c0=_0x199a55;if(_0x19a6f3[_0x1512c0(0x1f2)]===0x28)_0x19a6f3[_0x1512c0(0x28d)](),$(this)[_0x1512c0(0x1da)](_0x1512c0(0x1e6))['next']()[_0x1512c0(0x163)](_0x1512c0(0x15d));else{if(_0x19a6f3[_0x1512c0(0x1f2)]===0x26)_0x19a6f3[_0x1512c0(0x28d)](),$(this)[_0x1512c0(0x1da)](_0x1512c0(0x1e6))[_0x1512c0(0x280)]()[_0x1512c0(0x163)](_0x1512c0(0x15d));else _0x19a6f3[_0x1512c0(0x1f2)]===0x1b&&(_0x19a6f3[_0x1512c0(0x28d)](),_0x51b22a[_0x1512c0(0x249)](_0x3b008f));}_0x19a6f3[_0x1512c0(0x18c)]();}),_0x3b008f;},'disarmClick':![],'_showMenu'(_0x143cad,_0x5d6825){const _0x1590e9=_0x4d98ee;if(this[_0x1590e9(0x215)]){this['disarmClick']=![];return;}var _0x3a5b47=this,_0x3bb18a=_0x5d6825[_0x1590e9(0x1ac)](),_0x1f1adb=_0x5d6825[_0x1590e9(0x183)](),_0x15238d=_0x143cad[_0x1590e9(0x183)](),_0x11dd9f=_0x1f1adb+_0x3bb18a[_0x1590e9(0x10f)];_0x11dd9f+_0x15238d-$(document)[_0x1590e9(0x235)]()>$(window)[_0x1590e9(0x183)]()&&(_0x11dd9f-=_0x11dd9f+_0x15238d-$(window)[_0x1590e9(0x183)]()+0x5),_0x11dd9f<0x0&&(_0x143cad[_0x1590e9(0x183)](_0x15238d+_0x11dd9f),_0x11dd9f=0x0),_0x143cad[_0x1590e9(0x153)]({'top':_0x11dd9f+'px','left':_0x3bb18a[_0x1590e9(0x141)]+'px'}),_0x143cad[_0x1590e9(0x241)](0x64),this['_delay'](function(){const _0x719c4d=_0x1590e9;_0x3a5b47[_0x719c4d(0x12b)][_0x719c4d(0x1ab)](_0x719c4d(0x259)),$(document)['on'](_0x719c4d(0x1c4),function(_0x1dda69){const _0x57a461=_0x719c4d;!$(_0x1dda69[_0x57a461(0x243)])[_0x57a461(0x1f7)](_0x143cad)['length']&&_0x3a5b47['_hideMenu'](_0x143cad),$(_0x1dda69[_0x57a461(0x243)])[_0x57a461(0x1f7)](_0x5d6825)[_0x57a461(0x162)]&&(_0x3a5b47[_0x57a461(0x215)]=!![],_0x1dda69['preventDefault']());});});},'_showTypeMenu'(){const _0x22a568=_0x4d98ee,_0x57007b=this;this['_showMenu'](_0x57007b[_0x22a568(0x19d)],_0x57007b[_0x22a568(0x122)]),_0x57007b[_0x22a568(0x1c6)][_0x22a568(0x1bc)]();const _0x5e939d=_0x57007b[_0x22a568(0x106)];var _0x2b43be=_0x57007b[_0x22a568(0x19d)][_0x22a568(0x1dd)](_0x22a568(0x188)+_0x5e939d+'\x27');setTimeout(function(){const _0x264077=_0x22a568;_0x2b43be[_0x264077(0x163)](_0x264077(0x15d));},0x78);},'_initMenu'(){const _0x7c7da6=_0x4d98ee,_0x4cde6e=this;_0x4cde6e[_0x7c7da6(0x234)][_0x7c7da6(0x267)]('tabindex',-0x1),_0x4cde6e[_0x7c7da6(0x234)]['on'](_0x7c7da6(0x28e),function(_0x4651dc){_0x4651dc['preventDefault']();});_0x4cde6e[_0x7c7da6(0x19d)]&&_0x4cde6e[_0x7c7da6(0x19d)]['remove']();const _0x3b367f=[{'label':_0x7c7da6(0x17d),'value':'t','title':_0x7c7da6(0x26c),'icon':_0x7c7da6(0x24e)},{'label':_0x7c7da6(0x11c),'value':'msg','title':_0x7c7da6(0x1f8),'icon':_0x7c7da6(0x139)},{'label':_0x7c7da6(0x275),'value':'n','icon':_0x7c7da6(0x10e)},{'label':'Aliased\x20NodeId','value':'na','icon':_0x7c7da6(0x256)},{'label':'NodeId\x20with\x20namespace\x20Urn','value':_0x7c7da6(0x1ce),'icon':'<i\x20class=\x22fa\x20fa-id-card\x22/> \x20'},{'label':_0x7c7da6(0x198),'value':'b','icon':_0x7c7da6(0x283)},{'label':_0x7c7da6(0x23e),'value':'ab','icon':_0x7c7da6(0x27c)}],_0x2bd19d=_0x9d6724(_0x4cde6e[_0x7c7da6(0x204)]['val']()),_0x5a627b=_0x3b367f[_0x7c7da6(0x1dd)](_0x451a86=>_0x451a86['value']===_0x2bd19d);_0x4cde6e[_0x7c7da6(0x15a)][_0x7c7da6(0x19e)]()[_0x7c7da6(0x1d2)]('<span\x20title='+((_0x5a627b===null||_0x5a627b===void 0x0?void 0x0:_0x5a627b['title'])||'')+_0x7c7da6(0x287)+((_0x5a627b===null||_0x5a627b===void 0x0?void 0x0:_0x5a627b['icon'])||'')+_0x7c7da6(0x174)),_0x4cde6e[_0x7c7da6(0x106)]=_0x2bd19d;const _0x479747=this;_0x4cde6e[_0x7c7da6(0x19d)]=this['_createMenu'](_0x3b367f,{},_0x225f3b=>{const _0x54b9d5=_0x7c7da6,_0x580f82=_0x26f569(_0x225f3b);_0x580f82&&_0x479747['verify'](_0x580f82);const _0x5251fd=_0x3b367f[_0x54b9d5(0x1dd)](_0x184230=>_0x184230[_0x54b9d5(0x1fa)]===_0x225f3b);_0x4cde6e[_0x54b9d5(0x106)]=_0x225f3b,_0x4cde6e[_0x54b9d5(0x15a)]['empty']()['append'](_0x54b9d5(0x271)+((_0x5251fd===null||_0x5251fd===void 0x0?void 0x0:_0x5251fd[_0x54b9d5(0x244)])||'')+_0x54b9d5(0x287)+((_0x5251fd===null||_0x5251fd===void 0x0?void 0x0:_0x5251fd[_0x54b9d5(0x21d)])||'')+'</span>');}),_0x4cde6e[_0x7c7da6(0x19d)][_0x7c7da6(0x200)](document[_0x7c7da6(0x1e4)]),_0x4cde6e[_0x7c7da6(0x19d)][_0x7c7da6(0x1bc)](),_0x4cde6e[_0x7c7da6(0x234)][_0x7c7da6(0x17a)]();},'mode'(){const _0x5a4ab0=_0x4d98ee,_0x46b175=this;return _0x26f569(_0x46b175[_0x5a4ab0(0x106)]);},'setMode'(_0x3815e1){const _0x424b88=this,_0x12b1fe=_0x27b0f1(_0x3815e1);_0x424b88['selectedMenuItem']=_0x12b1fe;},'_create'(){const _0x2c918c=_0x4d98ee,_0x5af599=this;_0x5af599[_0x2c918c(0x204)]=this['element'],_0x5af599[_0x2c918c(0x204)]['css']('border','none'),_0x5af599[_0x2c918c(0x20e)]=_0x5af599[_0x2c918c(0x204)][_0x2c918c(0x23d)]('<div>')['parent']()['addClass']('main-wrapper'),_0x5af599['$combo']=$(_0x2c918c(0x13c)),_0x5af599[_0x2c918c(0x122)]['addClass'](_0x2c918c(0x160)),_0x5af599[_0x2c918c(0x204)][_0x2c918c(0x196)](_0x5af599['$combo']),_0x5af599[_0x2c918c(0x125)]=$(_0x2c918c(0x13c))[_0x2c918c(0x1ab)](_0x2c918c(0x219)),_0x5af599['$combo'][_0x2c918c(0x1d2)](_0x5af599[_0x2c918c(0x125)]),_0x5af599['$inputGroup']['append'](_0x5af599[_0x2c918c(0x204)]),_0x5af599[_0x2c918c(0x1e8)]=$('<button\x20title=\x22open\x20OPCUA\x20AddressSpace\x20Browser\x22><i\x20class=\x22fa\x20fa-sitemap\x22></i></button>'),_0x5af599[_0x2c918c(0x204)][_0x2c918c(0x192)](_0x5af599[_0x2c918c(0x1e8)]),_0x5af599[_0x2c918c(0x1e8)]['on'](_0x2c918c(0x251),function(){return _0x27efca(this,void 0x0,void 0x0,function*(){const _0x3d9539=_0x3600;var _0x482d16;let _0x11af5a=![],_0x3c7c3e;!_0x5af599[_0x3d9539(0x1c6)]['is'](':visible')&&(_0x5af599[_0x3d9539(0x209)]['hide'](),_0x3c7c3e=yield _0x5af599[_0x3d9539(0x1b4)](),(_0x3c7c3e!==_0x5af599[_0x3d9539(0x26a)]||((_0x482d16=_0x5af599[_0x3d9539(0x26a)])===null||_0x482d16===void 0x0?void 0x0:_0x482d16[_0x3d9539(0x21f)])!==_0x3c7c3e[_0x3d9539(0x21f)])&&(yield _0x5af599[_0x3d9539(0x225)]()),_0x11af5a=!![]),_0x5af599[_0x3d9539(0x1c6)][_0x3d9539(0x138)](),_0x11af5a&&(yield _0x6ce63f(_0x5af599,_0x3c7c3e));});}),_0x5af599[_0x2c918c(0x279)]=$(_0x2c918c(0x116)),_0x5af599[_0x2c918c(0x204)]['after'](_0x5af599[_0x2c918c(0x279)]),_0x5af599['$verifyBtn']['on'](_0x2c918c(0x251),()=>{const _0x1ed5ae=_0x2c918c,_0x3f1d55=_0x5af599[_0x1ed5ae(0x181)]();if(!_0x3f1d55)return;this['verify'](_0x3f1d55);});const _0x3958c4=_0x28038d=>_0x27efca(this,void 0x0,void 0x0,function*(){const _0x22503a=_0x2c918c,_0x466029=this;let _0x27bb8b=_0x466029['mode']();if(!_0x27bb8b)return;const _0x3e5c3c=_0x3244b4(_0x466029),{data:_0x49ae33,json:_0x49edcf}=yield _0x10664f(_0x3e5c3c,_0x28038d);if(_0x49ae33[_0x22503a(0x178)]!==0xc8)return;if(_0x49edcf[_0x22503a(0x272)][_0x22503a(0x170)](/Good/)){const _0x43c0bd=_0x71ec85(_0x49edcf,_0x27bb8b);_0x466029[_0x22503a(0x204)][_0x22503a(0x175)](_0x43c0bd),_0x466029[_0x22503a(0x204)]['trigger'](_0x22503a(0x25e));}});{_0x5af599[_0x2c918c(0x12b)]=$(_0x2c918c(0x1b8)),_0x5af599[_0x2c918c(0x204)]['before'](_0x5af599[_0x2c918c(0x12b)]),_0x5af599[_0x2c918c(0x234)]=$(_0x2c918c(0x22a))[_0x2c918c(0x248)](_0x5af599['$uiSelect']),$(_0x2c918c(0x261))[_0x2c918c(0x138)](!![])['appendTo'](_0x5af599['$selectTrigger']),_0x5af599[_0x2c918c(0x234)]['on'](_0x2c918c(0x251),function(_0x4c07d9){const _0x1aeac7=_0x2c918c;_0x4c07d9[_0x1aeac7(0x28d)](),_0x4c07d9[_0x1aeac7(0x18c)](),_0x5af599['_showTypeMenu']();}),_0x5af599['$selectTrigger']['on'](_0x2c918c(0x27e),function(_0x3e54b1){const _0x18aba0=_0x2c918c;_0x3e54b1['keyCode']===0x28&&_0x5af599[_0x18aba0(0x18f)](),_0x3e54b1[_0x18aba0(0x18c)]();})['on']('focus',function(){const _0xb18d00=_0x2c918c;_0x5af599['$uiSelect']['addClass'](_0xb18d00(0x259));})['on'](_0x2c918c(0x20c),function(){const _0x44371c=_0x2c918c;_0x5af599[_0x44371c(0x12b)][_0x44371c(0x19c)](_0x44371c(0x259));}),_0x5af599[_0x2c918c(0x15a)]=$('<span\x20class=\x22red-ui-typedInput-type-label\x22></span>')[_0x2c918c(0x200)](_0x5af599['$selectTrigger']);}this[_0x2c918c(0x1d1)]();!_0x5af599['$input'][_0x2c918c(0x267)]('placeholder')&&_0x5af599[_0x2c918c(0x204)][_0x2c918c(0x267)](_0x2c918c(0x1c0),_0x2c918c(0x114));_0x5af599['$info']=$(_0x2c918c(0x185)),_0x5af599[_0x2c918c(0x209)]['hide'](),_0x5af599[_0x2c918c(0x122)][_0x2c918c(0x1d2)](_0x5af599[_0x2c918c(0x209)]),_0x5af599['$dropdown']=$(_0x2c918c(0x13c))[_0x2c918c(0x1ab)](_0x2c918c(0x264))[_0x2c918c(0x1bc)]()[_0x2c918c(0x200)](_0x5af599[_0x2c918c(0x122)]),_0x5af599[_0x2c918c(0x1e7)]=$(_0x2c918c(0x246))[_0x2c918c(0x200)](_0x5af599[_0x2c918c(0x1c6)]),this[_0x2c918c(0x225)]();const _0x3077e7=(_0x2cb70a,_0x40fef9)=>{const _0x4460cd=_0x2c918c,_0x60e7cf=0x14,_0x1ad404=0x14,_0x9c2713=_0x2cb70a[_0x4460cd(0x1ac)](),_0x3b68a9=_0x40fef9;if(_0x3b68a9[_0x4460cd(0x22e)]>=_0x9c2713[_0x4460cd(0x141)]&&_0x3b68a9[_0x4460cd(0x22e)]<=_0x9c2713['left']+_0x60e7cf&&_0x3b68a9['pageY']>=_0x9c2713['top']&&_0x3b68a9[_0x4460cd(0x149)]<=_0x9c2713['top']+_0x1ad404)return!![];return![];},_0x51d531=_0x3208e5=>_0x27efca(this,void 0x0,void 0x0,function*(){const _0x38d801=_0x2c918c;if(_0x3208e5['hasClass'](_0x38d801(0x1d9)))_0xda1028(_0x5af599,_0x3208e5);else{if(_0x3208e5[_0x38d801(0x1e0)](_0x38d801(0x140)))_0x3208e5[_0x38d801(0x1da)]('ul')[_0x38d801(0x138)](),_0x3208e5[_0x38d801(0x12c)](_0x38d801(0x1a5));else{if(_0x3208e5[_0x38d801(0x1da)]('ul')[_0x38d801(0x1da)]()[_0x38d801(0x162)]>0x0)_0x3208e5[_0x38d801(0x1da)]('ul')[_0x38d801(0x138)](),_0x3208e5[_0x38d801(0x12c)](_0x38d801(0x1a5));else;}}});_0x5af599[_0x2c918c(0x1e7)]['on'](_0x2c918c(0x242),'li',function(_0x13eba1){const _0xe209ca=_0x2c918c;var _0x1fa57c,_0x338930;_0x13eba1[_0xe209ca(0x18c)]();let _0x8c9c16=$(this);if(_0x3077e7(_0x8c9c16,_0x13eba1))_0x51d531(_0x8c9c16);else{const _0x4f96a8=_0x8c9c16['data'](_0xe209ca(0x1fa)),_0xea4679=_0x8c9c16[_0xe209ca(0x1ef)]('reference');if(_0x5af599[_0xe209ca(0x1a1)]['isSelectable']&&!_0x5af599[_0xe209ca(0x1a1)][_0xe209ca(0x151)](_0xea4679))return;_0x5af599['$input'][_0xe209ca(0x1ef)](_0xe209ca(0x224),_0xea4679),((_0x1fa57c=_0xea4679[_0xe209ca(0x1cc)])===null||_0x1fa57c===void 0x0?void 0x0:_0x1fa57c[_0xe209ca(0x17d)])||((_0x338930=_0xea4679[_0xe209ca(0x17b)])===null||_0x338930===void 0x0?void 0x0:_0x338930[_0xe209ca(0x276)])||_0xea4679[_0xe209ca(0x21f)][_0xe209ca(0x14b)]();let _0x102c76=_0x5af599['mode']();!_0x102c76&&(_0x102c76=_0xe209ca(0x21f),_0x5af599['setMode'](_0x102c76)),_0x3958c4(_0x4f96a8)[_0xe209ca(0x197)](()=>{const _0x11f539=_0xe209ca;_0x5af599['$dropdown'][_0x11f539(0x1bc)]();})[_0xe209ca(0x145)](_0x17e57e=>{const _0x52dfc8=_0xe209ca;_0x5af599[_0x52dfc8(0x1c6)][_0x52dfc8(0x1bc)]();});}}),_0x5af599[_0x2c918c(0x1e7)]['on']('click','li',function(_0x229b03){const _0x1e383b=_0x2c918c;_0x229b03[_0x1e383b(0x18c)]();let _0x99793a=$(this);_0x3077e7(_0x99793a,_0x229b03)&&_0x51d531(_0x99793a),_0x5312b1(_0x5af599,_0x99793a);}),$(document)['on'](_0x2c918c(0x251),function(_0x165d27){const _0x5886cf=_0x2c918c;!$(_0x165d27[_0x5886cf(0x243)])[_0x5886cf(0x1f7)](_0x5af599[_0x5886cf(0x122)])[_0x5886cf(0x162)]&&_0x5af599['$dropdown'][_0x5886cf(0x1bc)]();});}});},_0x500028=()=>{const _0x36d153=_0x5d4c4f;$[_0x36d153(0x232)](_0x36d153(0x1c7),{'options':{'namesToBits':{},'value':0x0},'_create'(){const _0x5c60b7=_0x36d153,_0x19c0cf=this;_0x19c0cf[_0x5c60b7(0x204)]=this['element'],_0x19c0cf[_0x5c60b7(0x122)]=$(_0x5c60b7(0x13c)),_0x19c0cf[_0x5c60b7(0x122)]['addClass'](_0x5c60b7(0x160)),this[_0x5c60b7(0x20b)][0x0]['parentElement'][_0x5c60b7(0x176)](_0x19c0cf[_0x5c60b7(0x122)][0x0],this[_0x5c60b7(0x20b)][0x0]),_0x19c0cf[_0x5c60b7(0x125)]=$(_0x5c60b7(0x13c))['addClass'](_0x5c60b7(0x193)),_0x19c0cf['$combo'][_0x5c60b7(0x1d2)](_0x19c0cf[_0x5c60b7(0x125)]),_0x19c0cf[_0x5c60b7(0x125)][_0x5c60b7(0x1d2)](_0x19c0cf[_0x5c60b7(0x204)]),_0x19c0cf['$toggleTreeBtn']=$(_0x5c60b7(0x14a)),_0x19c0cf['$inputGroup']['append'](_0x19c0cf['$toggleTreeBtn']),_0x19c0cf[_0x5c60b7(0x1e8)]['on'](_0x5c60b7(0x251),function(){const _0x5cb699=_0x5c60b7;_0x19c0cf[_0x5cb699(0x1c6)][_0x5cb699(0x138)](),_0x19c0cf['$dropdown']['is'](_0x5cb699(0x1b2))&&(_0x396360(),_0x19c0cf[_0x5cb699(0x122)][_0x5cb699(0x1dd)]('.custom-option')['each'](function(){const _0x578043=_0x5cb699;let _0x566c77=$(this)['text']();const _0x5e5a2a=_0x19c0cf[_0x578043(0x1a1)][_0x578043(0x15e)][_0x566c77];if(_0x5e5a2a===undefined)throw new Error(_0x578043(0x1b3));(_0x19c0cf[_0x578043(0x1a1)][_0x578043(0x1fa)]&_0x5e5a2a)===_0x5e5a2a?$(this)['addClass'](_0x578043(0x184)):$(this)['removeClass'](_0x578043(0x184));}),_0x19c0cf[_0x5cb699(0x24d)]());}),_0x19c0cf[_0x5c60b7(0x1c6)]=$(_0x5c60b7(0x247))[_0x5c60b7(0x1bc)]()[_0x5c60b7(0xfd)](this[_0x5c60b7(0x20b)]),$[_0x5c60b7(0x20a)](this[_0x5c60b7(0x1a1)]['namesToBits'],function(_0x3c2ac7){const _0x45bc41=_0x5c60b7,_0xea9e77=$(_0x45bc41(0x112)+_0x3c2ac7+'\x22>'+'<span\x20class=\x22custom-checkbox\x22></span>'+_0x3c2ac7+_0x45bc41(0x21b));_0x19c0cf[_0x45bc41(0x1c6)][_0x45bc41(0x1d2)](_0xea9e77);}),_0x19c0cf[_0x5c60b7(0x1c6)]['on'](_0x5c60b7(0x251),_0x5c60b7(0x14d),function(){const _0x1ce331=_0x5c60b7;$(this)[_0x1ce331(0x12c)](_0x1ce331(0x184));const _0x121f7c=$(this)[_0x1ce331(0x1ef)](_0x1ce331(0x1fa));$(this)[_0x1ce331(0x1e0)]('selected')?_0xac3af0(_0x121f7c):_0x1366e5(_0x121f7c),_0x19c0cf['updateValue']();}),_0x19c0cf[_0x5c60b7(0x122)][_0x5c60b7(0x1d2)](_0x19c0cf[_0x5c60b7(0x1c6)]);const _0x396360=()=>{const _0xfce902=_0x5c60b7,_0x569a49=this[_0xfce902(0x20b)][_0xfce902(0x175)]();_0x19c0cf[_0xfce902(0x1a1)][_0xfce902(0x1fa)]=_0x18b351(_0x19c0cf[_0xfce902(0x1a1)]['namesToBits'],_0x569a49);},_0xac3af0=_0x331448=>{const _0x1bb2f9=_0x5c60b7,_0x227783=_0x19c0cf[_0x1bb2f9(0x1a1)]['namesToBits'][_0x331448];if(_0x227783===undefined)throw new Error(_0x1bb2f9(0x1b3));this[_0x1bb2f9(0x1a1)]['value']|=_0x227783;},_0x1366e5=_0x3bd553=>{const _0x49d23d=_0x5c60b7,_0x2898b2=_0x19c0cf[_0x49d23d(0x1a1)][_0x49d23d(0x15e)][_0x3bd553];if(_0x2898b2===undefined)throw new Error(_0x49d23d(0x1b3));this[_0x49d23d(0x1a1)][_0x49d23d(0x1fa)]&=~_0x2898b2,this[_0x49d23d(0x20b)]['val'](_0x27111f(_0x19c0cf[_0x49d23d(0x1a1)][_0x49d23d(0x15e)],this[_0x49d23d(0x1a1)][_0x49d23d(0x1fa)]));};_0x396360();},'updateValue'(){const _0x11b57e=_0x36d153,_0x367561=this;this[_0x11b57e(0x20b)][_0x11b57e(0x175)](_0x27111f(_0x367561[_0x11b57e(0x1a1)][_0x11b57e(0x15e)],this[_0x11b57e(0x1a1)][_0x11b57e(0x1fa)]));},'_destroy'(){const _0x38a003=_0x36d153,_0x3b31c3=this;_0x3b31c3[_0x38a003(0x1c6)][_0x38a003(0x20d)]();}});},_0x3025ad=()=>{const _0x56a4fd=_0x5d4c4f,_0x2d89c1=$(_0x56a4fd(0x12f)),_0x481047=_0x2d89c1['val'](),_0x1166dc=RED[_0x56a4fd(0x15c)][_0x56a4fd(0x119)](_0x481047);if(!_0x1166dc)return undefined;const {endpoint:_0x3bda07,securityMode:_0x3fb9ef,securityPolicy:_0x206f0c,userIdentityType:_0x401e79,credentials:_0x3b3be0,namespaceAliases:_0xb57128}=_0x1166dc,_0x4515bb={'endpoint':_0x3bda07,'securityMode':_0x3fb9ef,'securityPolicy':_0x206f0c,'userIdentityType':_0x401e79,'credentials':_0x3b3be0,'namespaceAliases':_0xb57128};return _0x4515bb;},_0x222ce0=()=>{const _0x3b8250=_0x5d4c4f,_0x3fb192=$('#node-input-endpoint'),_0xdcc05e=_0x3fb192[_0x3b8250(0x175)](),_0x5aab0c=_0x3025ad();if(!_0x5aab0c)return undefined;const _0x2eb243=_0x5aab0c[_0x3b8250(0x154)];return Object['assign']({'namespaceAliases':_0x2eb243,'id':_0xdcc05e},_0x5aab0c);},_0x34929f=()=>{return{'endpointNode':_0x222ce0};},_0x4d14ec=()=>{const _0x348c76=_0x5d4c4f,_0x4484fc=$(_0x348c76(0x15b));if(_0x4484fc[_0x348c76(0x162)]){const _0x2ac70b=$(_0x348c76(0x291),{'src':_0x348c76(0x25f),'scrolling':'no','style':'background-color:transparent;overflow:hidden;border:3px','allowtransparency':_0x348c76(0x26d),'width':_0x348c76(0x1e1),'height':_0x348c76(0x1ff)});_0x4484fc[_0x348c76(0x1d2)](_0x2ac70b),_0x2ac70b[_0x348c76(0x153)]({'position':_0x348c76(0x191),'right':_0x348c76(0x11a),'bottom':_0x348c76(0x281)});}};var _0x5c2d55=[[_0x5d4c4f(0x1dc),_0x5d4c4f(0x1d6),_0x5d4c4f(0x13f),_0x5d4c4f(0x270),'ascii','binary',_0x5d4c4f(0x159),_0x5d4c4f(0x186)],[_0x5d4c4f(0x1a6),_0x5d4c4f(0x27a)],[_0x5d4c4f(0x190),_0x5d4c4f(0x1b5),_0x5d4c4f(0x1e3),_0x5d4c4f(0x207),'EUC-JP'],['node-red:file.encoding.chinese',_0x5d4c4f(0x27b),'GBK',_0x5d4c4f(0x289),_0x5d4c4f(0x255),_0x5d4c4f(0x1be)],[_0x5d4c4f(0x1d8),_0x5d4c4f(0x108),_0x5d4c4f(0x201),'EUC-KR'],[_0x5d4c4f(0x18a),_0x5d4c4f(0x147),'Big5-HKSCS',_0x5d4c4f(0x233)],['node-red:file.encoding.windows',_0x5d4c4f(0x194),_0x5d4c4f(0x269),_0x5d4c4f(0x28c),_0x5d4c4f(0x1ca),_0x5d4c4f(0x1fd),_0x5d4c4f(0x12e),_0x5d4c4f(0x1f1),'cp1256',_0x5d4c4f(0x1df),_0x5d4c4f(0x124)],[_0x5d4c4f(0x258),_0x5d4c4f(0x266),_0x5d4c4f(0x23f),_0x5d4c4f(0x19b),_0x5d4c4f(0x25c),_0x5d4c4f(0x165),_0x5d4c4f(0x21c),_0x5d4c4f(0x117),_0x5d4c4f(0x134),_0x5d4c4f(0x210),_0x5d4c4f(0x254),_0x5d4c4f(0x187),_0x5d4c4f(0x161),_0x5d4c4f(0x105),_0x5d4c4f(0x158),_0x5d4c4f(0x208),'ISO-8859-16'],[_0x5d4c4f(0x1ee),_0x5d4c4f(0x129),_0x5d4c4f(0x1a7),_0x5d4c4f(0x166),_0x5d4c4f(0x23c),_0x5d4c4f(0x11b),_0x5d4c4f(0x14e),_0x5d4c4f(0x262),_0x5d4c4f(0x1e2),'cp857',_0x5d4c4f(0x14c),_0x5d4c4f(0x218),'cp861',_0x5d4c4f(0x1ae),'cp869',_0x5d4c4f(0x222),'cp1046','cp1124','cp1125',_0x5d4c4f(0x26f),_0x5d4c4f(0x150),_0x5d4c4f(0x1c2),_0x5d4c4f(0x15f),'cp1163'],[_0x5d4c4f(0x1bb),'maccroatian',_0x5d4c4f(0x25b),_0x5d4c4f(0x173),_0x5d4c4f(0x1db),'macroman',_0x5d4c4f(0x115),_0x5d4c4f(0x130),_0x5d4c4f(0x111),_0x5d4c4f(0x1d5),_0x5d4c4f(0x13b),_0x5d4c4f(0x214)],[_0x5d4c4f(0x1e9),_0x5d4c4f(0x226),'koi8-u',_0x5d4c4f(0x1c8),'koi8-t'],[_0x5d4c4f(0x24c),_0x5d4c4f(0x273),_0x5d4c4f(0x1f5),_0x5d4c4f(0x164),_0x5d4c4f(0x1d0),_0x5d4c4f(0x18b),'pt154','viscii','iso646cn',_0x5d4c4f(0x168),_0x5d4c4f(0x24a),_0x5d4c4f(0x1f4)]];function _0x3925ac(_0x4b865b){const _0x8ebe7d=_0x5d4c4f;var _0x24f42d=$(_0x8ebe7d(0x118)),_0x228cda=_0x4b865b['_'](_0x8ebe7d(0x25d));$('<option/>',{'value':_0x8ebe7d(0x220),'label':_0x228cda})[_0x8ebe7d(0x17d)](_0x228cda)[_0x8ebe7d(0x200)](_0x24f42d),$(_0x8ebe7d(0x10b),{'value':'setbymsg','label':_0x4b865b['_'](_0x8ebe7d(0x1cb))})[_0x8ebe7d(0x17d)](_0x228cda)['appendTo'](_0x24f42d),_0x5c2d55[_0x8ebe7d(0x127)](function(_0x24a144){const _0x11f474=_0x8ebe7d;if(Array[_0x11f474(0x231)](_0x24a144)){var _0x384546=$(_0x11f474(0x179),{'label':_0x4b865b['_'](_0x24a144[0x0])})[_0x11f474(0x200)](_0x24f42d);for(var _0x241834=0x1;_0x241834<_0x24a144[_0x11f474(0x162)];_0x241834++){var _0x2ef6f8=_0x24a144[_0x241834];$('<option/>',{'value':_0x2ef6f8,'label':_0x2ef6f8})[_0x11f474(0x17d)](_0x2ef6f8)[_0x11f474(0x200)](_0x384546);}}else $(_0x11f474(0x10b),{'value':_0x24a144,'label':_0x24a144})[_0x11f474(0x17d)](_0x24a144)[_0x11f474(0x200)](_0x24f42d);}),_0x24f42d[_0x8ebe7d(0x175)](_0x4b865b['encoding']);}const _0x47baa2=0x2d37,_0x25bd6e=_0x5d4c4f(0x202)+_0x47baa2;RED['nodes']['registerType'](_0x5d4c4f(0x245),{'category':_0x5d4c4f(0x286),'color':'#C0DEED','align':_0x5d4c4f(0x1a2),'icon':_0x5d4c4f(0x284),'paletteLabel':_0x5d4c4f(0x27f),'defaults':{'inputs':{'value':0x1},'output':{'value':0x1},'name':{'value':''},'endpoint':{'value':'','required':!![],'type':_0x5d4c4f(0x102)},'nodeId':{'value':'','required':![]},'mode':{'value':_0x5d4c4f(0x1fb),'required':!![]},'encoding':{'value':_0x5d4c4f(0x220)},'format':{'value':_0x5d4c4f(0x133),'required':![]}},'outputs':0x1,'label'(){const _0x3c8fe1=_0x5d4c4f;return this[_0x3c8fe1(0x276)]||'OPCUA\x20File\x20'+(this[_0x3c8fe1(0x181)]||'');},'labelStyle'(){return this['name']?'node_label_italic':'';},'oneditprepare'(){const _0x4979db=_0x5d4c4f,_0x5a9f94=this;_0x3925ac(_0x5a9f94),_0x31270f(),_0x500028(),_0x4d14ec(),_0x5a9f94['inputs']=0x1;const _0x1ee6e1=$(_0x4979db(0x21e));_0x1ee6e1[_0x4979db(0x24b)](Object[_0x4979db(0x12d)](Object[_0x4979db(0x12d)]({},_0x34929f()),{'isSelectable'(_0x188f72){const _0x13f4bf=_0x4979db;if(_0x188f72[_0x13f4bf(0x221)]==_0x25bd6e)return!![];return![];},'filter'(_0x1667ee){const _0x47f921=_0x4979db;return _0x1667ee['nodeClass']===_0x47f921(0x16a);}})),$(_0x4979db(0x103))['on']('change',()=>{const _0x585bf1=_0x4979db;var _0x557074=$(_0x585bf1(0x103))[_0x585bf1(0x175)]();_0x557074==_0x585bf1(0x1fb)?$('#format-selector')['show']():$(_0x585bf1(0x177))[_0x585bf1(0x1bc)]();}),$(_0x4979db(0x20f))['on'](_0x4979db(0x25e),()=>{const _0x43ad3a=_0x4979db;var _0x4f464f=$(_0x43ad3a(0x20f))[_0x43ad3a(0x175)]();_0x4f464f===_0x43ad3a(0x1d6)||_0x4f464f===_0x43ad3a(0x17c)?$(_0x43ad3a(0x23a))[_0x43ad3a(0x17a)]():$('#encoding-spec')[_0x43ad3a(0x1bc)]();});},'oneditsave'(){}});}()));function _0x3600(_0x1fb6f1,_0x1bca9f){const _0x4d3bc7=_0x4d3b();return _0x3600=function(_0x36000c,_0x1d31d3){_0x36000c=_0x36000c-0xfd;let _0x20992b=_0x4d3bc7[_0x36000c];return _0x20992b;},_0x3600(_0x1fb6f1,_0x1bca9f);}function _0x4d3b(){const _0x50017=['toString','cp858','.custom-option','cp852','aliased\x20browsePath:\x20','cp1133','isSelectable','parentNode','css','namespaceAliases','fa-question','HasSubtype','HasTypeDefinition','ISO-8859-14','base64','$selectLabel','.red-ui-tray-body','nodes','focus','namesToBits','cp1162','sterfive-combo-box','ISO-8859-12','length','trigger','tcvn','ISO-8859-5','cp775','ns=0;i=45','iso646jp','statusCode:\x20','Object','nodeId:\x20','CadetBlue','next','<div\x20class=\x22spinner\x22></div>','ns=0;i=34','match','number','5vrwIPt','macgreek','</span>','val','replaceChild','#format-selector','status','<optgroup/>','show','browseName','lines','text','Variable','/browse','rgba(61,\x2060,\x204,\x200.525)','mode','TypeDefinition','height','selected','<div\x20class=\x22sterfive-info-text\x22></div>','hex','ISO-8859-11','[value=\x27','i=61','node-red:file.encoding.taiwan','georgianps','stopPropagation','><i\x20class=\x22fa\x20','Invalid','_showTypeMenu','node-red:file.encoding.japanese','absolute','after','input-group','cp874','HasProperty','replaceWith','then','BrowsePath','label','ObjectType','ISO-8859-3','removeClass','$menu','empty','\x20|\x20','SandyBrown','options','right','nsu\x20nodeId:\x20','POST','expandable\x20expanded','node-red:file.encoding.unicode','cp737','loading','multiple','fetched','addClass','offset','red-ui-typedInput-icon\x20','cp866','fa-text-width','<i>','off',':visible','Unknown\x20bit\x20name','resolveParentNode','Shift_JIS','</span><ul></ul></li>','prop','<div>','786438UwoWEZ','browseResult','node-red:file.encoding.mac','hide','ns=0;i=35','EUC-CN','referenceTypeId','placeholder','DodgerBlue','cp1161','</li>','mousedown.red-ui-typedInput-close-property-select','VariableType','$dropdown','sterfive.flagEditor','koi8-ru','elements','cp1252','node-red:file.encoding.setbymsg','displayName','/opcua-for-node-red','nsu','stringify','georgianacademy','_initMenu','append','application/json','trim','macukraine','utf8','<li><i\x20class=\x22fa\x20fa-error\x22\x20style=\x22color:red;\x22></i>no\x20reference\x20!<ul></ul></li>','node-red:file.encoding.korean','expandable','children','maciceland','node-red:file.encoding.native','find','nodeId_aliased','cp1257','hasClass','180px','cp856','Windows-31j','body','IsForward',':focus','$tree','$toggleTreeBtn','node-red:file.encoding.koi8','View','aliased\x20NodeId:\x20','auto','DisplayName','node-red:file.encoding.ibm','data','mousedown','cp1255','keyCode','nsuNodeID','tis620','rk1048','Both','closest','node\x20id\x20or\x20\x20browse\x20path\x20comes\x20from\x20injected\x20msg\x20parameter','aliasedBrowsePath','value','Read','sterfive.nodeBrowser','cp1253','baseUrl','30px','appendTo','Windows949','ns=0;i=','filter','$input','references','nodeId_nsu','Windows932','ISO-8859-15','$info','each','element','blur','remove','$elementDiv','#node-input-format','ISO-8859-9','24hsDQgk','fa-sliders','ns=0;i=47','macintosh','disarmClick','\x22}><span\x20class=\x22tree-text\x22\x20title=','__parentNode','cp860','sterfive-input-group','log','</div>','ISO-8859-6','icon','#node-input-nodeId','nodeId','none','typeDefinition','cp922','fetching\x20failed\x20with\x20error','reference','reset','koi8-r','checked','bp_indexed','err','<button\x20type=\x22button\x22\x20tabindex=\x220\x22></button>','isTypeRef','54144dWODYl','browse\x20path:\x20','pageX','aliasedNodeId','red-ui-typedInput-icon','isArray','widget','Windows950','$selectTrigger','scrollTop','mask-image:\x20url(','failure','done','json','#encoding-spec','nodeClass','cp808','wrap','Aliased\x20Browse\x20Path','ISO-8859-2','error','slideDown','dblclick','target','title','OpcUa-Client2-FileOperation','<ul\x20class=\x22sterfive-tree\x22></ul>','<div\x20class=\x22custom-select\x22></div>','prependTo','_hideMenu','hproman8','nodeBrowser','node-red:file.encoding.misc','updateValue','<i\x20class=\x22fa\x20fa-font\x22/i>\x20','statusText','sterfive-typedInput-options\x20sterfive-online-menu','click','entries','10vreLnb','ISO-8859-10','Windows936','<i\x20class=\x22fa\x20fa-bookmark\x22/> \x20','endpointNode','node-red:file.encoding.iso','red-ui-typedInput-focus','sterfive-input-error','maccyrillic','ISO-8859-4','node-red:file.encoding.none','change','/opcua-for-node-red/support-frame.html','\x22\x20style=\x22color:','<i\x20class=\x22red-ui-typedInput-icon\x20fa\x20fa-caret-down\x22></i>','cp855','Inverse','sterfive-dropdown','6655902zftCKP','ISO-8859-1','attr','opc.tcp://opcuademo.sterfive.com:26543','cp1250','currentParent','endpoint','Value\x20is\x20not\x20verified','true','fa-folder','cp1129','utf-16le','<span\x20title=','statusCode','armscii8','Method','NodeId','name','sort','/walk-backward','$verifyBtn','utf-16be','GB2312','<i\x20class=\x22fa\x20fa-bookmark\x22/><i\x20class=\x22fa\x20fa-fighter-jet\x22/> ','SuppressedError','keydown','file-operation','prev','16px','string','<i\x20class=\x22fa\x20fa-tag\x22/><i\x20class=\x22fa\x20fa-fighter-jet\x22/> ','../../icons/opcuanodeLogo.png','DataType','opcua','> \x20','join','GB18030','SteelBlue','suppressed','cp1251','preventDefault','mousedown.red-ui-typedInput-focus-block','BrowseName','ns=0;i=85','<iframe></iframe>','insertAfter','fa-object-group','ns=0;i=46','fa-cog','push','OpcUa-Endpoint2','#node-input-mode','NodeClass','ISO-8859-13','selectedMenuItem','Good','KS_C_5601','throw','HasComponent','<option/>','opts','158012TBYCbX','<i\x20class=\x22fa\x20fa-tag\x22/>1\x20 \x20','top','DarkOrange','macturkish','<div\x20class=\x22custom-option\x22\x20data-value=\x22','HasChild','enter\x20a\x20nodeId\x20or\x20a\x20browsePath\x20','macromania','<button\x20title=\x22verify\x20nodeId\x20or\x20browsePath\x22><i\x20class=\x22fa\x20fa-refresh\x22></i></button>','ISO-8859-7','#node-input-encoding','node','20px','cp850','msg.','Forward','732844LhXSxd','browsePath','bp_aliased','callback','$combo','nodeIds','cp1258','$inputGroup','320612rVotnQ','forEach','Objects','cp437','ns=0;i=40','$uiSelect','toggleClass','assign','cp1254','#node-input-endpoint','macthai','/checkNodeId','fa-list-alt','buffer','ISO-8859-8','2ltDqAW','function','message','toggle','<i\x20class=\x22fa\x20fa-envelope-open-o\x22/>','<li>error\x20','maccenteuro','<div/>','<li\x20key=\x22','requestedNodeId','ucs2','expanded','left','137382Pmrypc','ReferenceType','Unspecified','catch','relativePath','Big5','pointer-events','pageY','<button><i\x20class=\x22fa\x20fa-eye\x22></i></button>'];_0x4d3b=function(){return _0x50017;};return _0x4d3b();}
|
8
|
+
</script>
|
9
|
+
<script type="text/x-red" data-template-name="OpcUa-Client2-FileOperation">
|
10
|
+
<h3>
|
11
|
+
Opc-UA FileOperation
|
12
|
+
<a href="https://opcua-for-node-red.doc.sterfive.com/docs/file-operation" target="_blank"><i class="fa fa-question"></i></a>
|
13
|
+
</h3>
|
14
|
+
<div class="form-row">
|
15
|
+
<label for="node-input-name"><i class="icon-tasks"></i>Name</label>
|
16
|
+
<input type="text" id="node-input-name" placeholder="enter the friendly name of the node" />
|
17
|
+
</div>
|
18
|
+
<div class="form-row">
|
19
|
+
<label for="node-input-endpoint"><i class="icon-tasks"></i> Endpoint</label>
|
20
|
+
<input type="text" id="node-input-endpoint" placeholder="opc.tcp://localhost:4334" />
|
21
|
+
</div>
|
22
|
+
<div class="form-row">
|
23
|
+
<label for="node-input-mode">Mode</label>
|
24
|
+
<select type="text" id="node-input-mode" style="width: 72%">
|
25
|
+
<option selected value="Read">Read</option>
|
26
|
+
<option value="Write">Write</option>
|
27
|
+
<option value="WriteAppend">Append</option>
|
28
|
+
</select>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<!-- ont valid for mode == Read-->
|
32
|
+
<div id="format-selector" class="form-row">
|
33
|
+
<label for="node-input-format"><i class="fa fa-sign-out"></i> <span data-i18n="node-red:file.label.outputas"></span></label>
|
34
|
+
<select id="node-input-format" style="width: 250px">
|
35
|
+
<option value="utf8" data-i18n="node-red:file.output.utf8"></option>
|
36
|
+
<option value="lines" data-i18n="node-red:file.output.lines"></option>
|
37
|
+
<option value="" data-i18n="node-red:file.output.buffer"></option>
|
38
|
+
<!-- not supported yet
|
39
|
+
<option value="stream" data-i18n="node-red:file.output.stream"></option>
|
40
|
+
-->
|
41
|
+
</select>
|
42
|
+
</div>
|
43
|
+
|
44
|
+
<div id="encoding-spec" class="form-row form-row-file-encoding">
|
45
|
+
<label for="node-input-encoding"><i class="fa fa-flag"></i> <span data-i18n="node-red:file.label.encoding"></span></label>
|
46
|
+
<select type="text" id="node-input-encoding" style="width: 250px"></select>
|
47
|
+
</div>
|
48
|
+
|
49
|
+
<div class="form-row">
|
50
|
+
<label for="node-input-nodeId" style="width: 100%"><i class="fa fa-tag"></i>NodeId</label>
|
51
|
+
<input type="text" id="node-input-nodeId" placeholder="ns=1;s=fileNode" />
|
52
|
+
</div>
|
53
|
+
|
54
|
+
<!--
|
55
|
+
<div class="form-row">
|
56
|
+
<label for="node-input-encoding">Encodeing</label>
|
57
|
+
<select type="text" id="node-input-encoding" style="width: 72%">
|
58
|
+
<option selected value="Utf8">Utf-8</option>
|
59
|
+
<option value="Buffer">Buffer</option>
|
60
|
+
<option value="Base64">Base64</option>
|
61
|
+
</select>
|
62
|
+
</div>
|
63
|
+
-->
|
64
|
+
|
65
|
+
</script>
|
66
|
+
|
67
|
+
<script type="text/markdown" data-help-name="OpcUa-Client2-FileOperation">
|
68
|
+
## OPC UA File Operation Node
|
69
|
+
|
70
|
+
Use this node to read a OPCUA File or write into a OPCUA File
|
71
|
+
|
72
|
+
The nodeId must be an Object Node with TypeDefinition FileType
|
73
|
+
|
74
|
+
</script>
|
75
|
+
//# sourceMappingURL=OpcUa-Client2-FileOperation.html.map
|