Home
WEBfactory 2010 Accessing web services using HTML 5 and
Contents
1. EndTime 4 DateTime new Corum UserName function result nure FilterAlarmGroupsByUser WEBfactory 0 Date 1900 0 0 toMsJson 0 Date toMsJson 0 false viewModel onlineAlarms removeAll S each result function index item viewModel onlineAlarms push item function alert Error IMPORTANT because there is standard DateTimeOffset format for JavaScript whenever the web service requires data of this type the toMsJson extension method must be used The following example shows how to pass the current date and time as a DateTimeOffset value DateTime new Date toMsJson 14 www webfactory world de 7 Mobility Independent Soller verdar 154 GOLD CERTIFIED Partner WEBfactory Up to this point the head of the HTML file should look like this lt head gt meta charset utf 8 gt lt script src Scripts jquery 1 5 1 min js type text javascript gt lt script gt lt script src Scripts json2 min js type text javascript gt lt script gt lt script src Scripts jquery ajaxdotnet 3 js type text javascript gt lt script gt lt script src Scripts knockout 2 0 0 js type text javascript gt lt script gt lt script src Scripts helpers js type text javascript gt lt script gt lt script type text javascript gt funct
2. Mobility Independent Solbware Yendor 154 22 www webfactory world de GOLD CERTIFIED Partner WEBfactory success function data onSuccess data d state error function jgXhr status error 4 Stabile enin ite 3 2 wfsDisconnect Description Disconnects from the WEBfactory ending the current session The session ID is used for this request Function S wfsDisconnect function sessionId onSuccess onError state 4 Parameters sessionId the current session ID obtained from a call to connect onSuccess the success callback This callback will be executed when the operation is successful The callback must look like function onSuccess state state isthe argument passed to the method and can contain any user defined data onError the error callback This callback will be executed when the operation The callback must look like function onError status error state e status Will contain the error message error contains more details about the error state isthe argument passed to the method and can contain any user defined data state an user defined object can be null which is passed to the callbacks ZNEl Mobility Independent Soller verdar 154 23 www webfactory world de GOLD CERTIFIED Partner WEBfactory Implementation S wfsDisconnect function sessionId onSuccess onError state 4 ajaxDotNet W
3. 5 document ready function GetLogValues filter Locos T 299F590C A740 4B7C A7627802E3E200FA9 StartDate DateTime new Date 1900 0 0 toMsJson OfrserMinutves FndDate DateTime new Date toMsJson OffsetMinutes O0 MaxResulus 5 Sou tO Eder 4 function result for var i 0 i lt result length 1 var item var cells cells lt td gt titem EntriesDatet lt td gt cells lt td gt titem Values 0 EditedValuet lt td gt celle Ttd Titem Values 0 EditcedValue t4 4 tl 7 Mobility Independent Solbware Yendor 154 GOLD CERTIFIED Partner 20 www webfactory world de WEBfactory cells td titem Values 0 Valuet cells lt td gt titem Values 0 Value2 lt td gt Si loogValues tbody append tr Ice lll st lt gt ls m function alert Eom koappl Bindings viecewModel ce lt head gt The body of the HTML file will contain the table lt body gt lt hi gt Data Table lt h1 gt table class logValues thead lr lt th gt EntriesDate lt th gt lt th gt EditedValue lt th gt lt th gt EditedValue2 lt th gt lt th gt Value lt th gt lt th gt Value2 lt th gt lt tr gt lt thead gt lt tbody gt SCI tbody lt table gt lt body gt ZNEl Independent Soller verdar 154 21 www webfactory world
4. the function signature of the web services ZNEl Mobility Independent Soller verdar 154 6 www webfactory world de GOLD CERTIFIED Partner WEBfactory 2 1 Accessing alarming web services using HTML and JavaScript data binding In order to access the scripts the head of the HTML file must contain the links to the external scripts script src Scripts jquery 1 5 1 min js type text javascript gt lt script src Scripts json2 min js type text javascript gt lt script src Scripts jquery ajaxdotnet 3 js type text javascript gt lt script src Scripts knockout 2 0 0 js type text javascript lt script src Scripts helpers js type text javascript gt Besides the provided scripts the HTML file must contain the actual code that will access the web service and retrieve the data The web service call can be wrapped inside a function for easier usage function getAlarmGroups arguments successCallback errorCallback ajaxDotNet WEBFACTORY WebServices WCF AlarmsService svc js GetAlarmGroups data arguments success function data successCallback data d m error function errorCallback 7 Mobility Independent Solbware Yendor 154 7 www webfactory world de GOLD CERTIFIED Partner WEBfactory The above function calls the GetAlarmGroups method from the AlarmsService web service In order to display the results a viewModel
5. JavaScript usce ke Ul for var tissu Te mem var item result i var Na cells cells Values 0 cols o Cl cells Tixem Values 0 Value cl cells tt su cms ues Uaec SiC eo pem Cells pus y If the GetLogValues method fails to retrieve the correct data the following function executed FUNC ELON alert UR ror 7 Mobility Independent Soller verdar 154 19 www webfactory world de GOLD CERTIFIED Partner WEBfactory The Head of the HTML file should look like this lt head gt meta charset utf 8 gt script src Scripts jquery 1 5 1 min js type text javascript gt lt script gt lt script src Scripts json2 min js type text javascript gt lt script gt lt script src Scripts jquery ajaxdotnet 3 js type text javascript gt lt script gt lt script src Scripts knockout 2 0 0 js type text javascript gt lt script gt lt script src Scripts helpers js type text javascript gt lt script gt lt script type text javascript gt function GetLogValues arguments successCallback errorCallback S ajaxDotNet WEBFACTORY WebServices WCF SignalsService svc js GetLogVal ues data arguments success function data successCallback data d error function errorCallback
6. data bind text Ec CABIN text AlarmSymbolicTextTranslation td data bind text AlarmGroupSymbolicText td data bind text AlarmGroupSymbolicTextTranslation Bol lt td data bind text data bind text AlarmTypeSymbolicTextTranslation gt ESI cel uod lt table gt 17 www webfactory world de data bind text data bind text data bind text onlineAlarms gt AlarmLogID gt DateOn gt DateOff DateAck SysTime gt AlarmID gt AlarmTag SignalName gt SignalAliasName gt Priority gt AckText AlarmLinkURL 5 AlarmSymbolicText gt AlarmTypeSymbolicText gt AckUserName data bind text data bind text data bind text data bind text data bind text data bind text data bind text data bind text NavigationSource NavigationTarget data bind text AlarmComment gt OccurrenceComment gt Status gt ExtendedPropertyl1 gt HelpCause gt HelpEffect gt HelpRepair gt OccurrenceCount gt OPCQuality gt 7 Independent bars Yendor 154 GOLD CERTIFIED Partner WEBfactory 2 3 Accessing the logging web services using HTML and JavaScript In order to access the scripts the head of the HTML file must contain the links to the external scripts lt script src Scripts j
7. has to be defined In this case the viewModel will contain a single property the alarmGroups array var viewModel alarmGroups ko observableArray If more information needs to be pulled from the web service be added to the viewModel This implementation is based on the MVVM Model View ViewModel pattern which allows decoupling between the data Model the view HTML by using a view model that makes the data suitable for being displayed in the view using a declarative model More information on this can be found here http knockoutjs com documentation introduction html If the web service call is successful the retrieved data will be pushed item by item in the viewModel alarmGroups array If an error occurs when calling the web service an alert will be shown getAlarmGroups 4 7 function result viewModel alarmGroups removeAll S each result function index item viewModel alarmGroups push item function alert qom 7 Independent Soller verdar 154 Microsoft 8 www webfactory world de GOLD CERTIFIED Partner WEBfactory The head of the HTML page should look like this ZVEl Mobility Independent 154 9 www webfactory world de GOLD CERTIFIED WEBfactory lt head gt meta charset utf 8 gt script src Scripts jquery 1 5 1 min js type text javascript gt lt script src Scri
8. EBFACTORY WebServices WCF SignalsService svc js Disc onnect data session success function onSuccess state error function status error d onerror status error Stare 3 3 wfsReadSignals Description Reads the current value of the specified signal names Function S wfsReadSignals function sessionId signalNames onSuccess Stare 4 Parameters sessionId the current session ID obtained from a call to connect signalNames an array of signal names for which the values will be read onSuccess the success callback This callback will be executed when the operation is successful The callback must look like function onSuccess results state e results array containing the values of the requested signals The items in the array have the same order as the supplied signal names e g results 1 is the result for signalNames 1 Each result item contains two fields o result Value the signal value o result Result the status of the signal read O no error occurred state isthe argument passed to the method and can contain any user defined data ZNEl Mobility Independent Soller verdar 154 GOLD CERTIFIED Partner 24 www webfactory world de WEBfactory onError the error callback This callback will be executed when the operation fails The callback must look like function onError status erro
9. WEBfactory WEBfactory 2010 a a LLL EEE Accessing web services using HTML 5 and JavaScript WEBfactory Version 3 3 x September 2012 WEBfactory ZVEl Mobility Independent Selbaare Vendar 15V 2 www webfactory world de GOLD CERTIFIED WEBfactory This whitepaper is a product of the company WEBfactory GmbH WEBfactory GmbH Hollergasse 15 74722 Buchen Germany Tel 49 6281 5233 0 Fax 49 6281 5233 333 http www webfactory world de Copyright 2008 WEBfactory GmbH All rights reserved No part of this user manual may be copied or forwarded in any other way without the explicit written approval of WEBfactory GmbH All information and descriptions were selected with special care following careful investigations However application errors or changes leading to a series of changed commands or other results may not be entirely excluded WEBfactory GmbH cannot undertake any legal or other liability for such changes or any errors deriving from them Microsoft amp and MS Internet Explorer amp are registered trademarks property of the Microsoft Corporation All other logos and product names are registered logos or trademarks of their respective owners WEBfactory GmbH denies any liability for increased costs of phone calls as a consequence of using the respective communications modules even in the case of accidental connections WEBfactory GmbH has drawn up this user manual according t
10. de GOLD CERTIFIED Partner WEBfactory 3 Signal related Javascript functions 3 1 wfsConnect Description The wf sConnect method connects to the signal service and establishes a WEBfactory session The onSuccess callback returns a session ID that will be further used in other requesis Function S wfsConnect function onSuccess onError state 4 Parameters onSuccess The success callback The callback will be executed when the operation is successful The callback should look like function onSuccess session state e session Will contain information about the WEBfactory session and license o session sessionTd the session ID used in all subsequent requests the oignals service o session isLicensed true If the license is valid false otherwise is the argument passed to the method and can contain any user defined data state isthe argument passed to the method and can contain any user defined data onError the error callback This callback will be executed when the operation fails The callback must look like function onError status error state e status Will contain the error message e error contains more details about the error state isthe argument passed to the method and can contain any user defined data Implementation S wfsConnect function onSuccess onError state WEBEACTORY WebServices WCE SignalsService svc Js Conn ect 7
11. es e g results 1 is the result for signalNames 1 A result of O means that the registration was successful e state isthe argument passed to the method and can contain any user defined data onError the error callback This callback will be executed when the operation fails The callback must look like function onError status error state e status will contain the error message error contains more details about the error state isthe argument passed to the method and can contain any user defined data state an user defined object can be null which is passed to the callbacks Implementation S wfsRegisterSignals function sessionId signalNames onSuccess onerror State 1 ajaxDotNet WEBFACTORY WebServices WCF SignalsService svc js Regi TM data Seo onld seccionld signalNames signalNames Success function data onsuccess data d state error function j9Xhr status error OE State ZNEl Independent Soller verdar 154 26 www webfactory world de GOLD CERTIFIED Partner WEBfactory 3 5 wfsUnregisterSignals Description Unregisters a list of signals from getting updates on them Function S wfsUnregisterSignals function sessionId signalNames onSuccess Cnn State Parameters sessionId the current session ID obtained from a call to connect signalNames an array
12. intended for all the users of WEBfactory 2010 software version 3 3 and is designed to facilitate the understanding of WEBfactory 2010 s approach on using HTML and JavaScript to access web services The document will present methods of accessing the alarming and logging web services using HTML and JavaScript For a correct understanding of the following information WEBfactory 2010 software version 3 3 and additional modules must be installed on the operating machine For more information about installing WEBfactory 2010 system requirements licensing and release notes please visit the WEBfactory Knowledge Base at http webfactory support de assets documentation Default htm 7 ibi Independent Soller verdar 154 5 www webfactory world de GOLD CERTIFIED Partner WEBfactory 2 Accessing web services using HTML and JavaScript Accessing the web services using HTML and JavaScript is possible by using additional scripts Follow this link to download the necessary scripts IMPORTANT The jquery ajaxdotnet js script needs to be downloaded from our source This version has an error handling bug fix which is not available in the original version of the script IMPORTANT In order to work the HTML file and the scripts need to be accessed using IIS and need to have the same protocol host and port as the web services IMPORTANT The data passed to the web services is case sensitive and must match exactly
13. ion getOnlineAlarms arguments successCallback errorCallback ajaxDotNet WEBFACTORY WebServices WCF AlarmsService svc js GetOnlineAlarms data arguments success function data successCallback data d error function errorcalilback 5 document ready function var viewModel onlineAlarms ko observableArray m getOnlineAlarms 4 filter kanguagelb 2 1 AlarmGroups AlarmIypes l IL TL TESCO MaxRkowCount 10 Alarmotatuskilter 2 0 StartTime DateTime new Date 190070 0 EM emu OffsetMinu utes O 7 Independent bars Yendor 154 GOLD CERTIFIED Partner 15 www webfactory world de WEBfactory EndTime DateTime new Date toMsJson O Colonia Tor Cellini minana FilterAlarmGroupsByUser false UserName null function result viewModel onlineAlarms removeAll S each result function 1 1 viewModel onlineAlarms push item function ko applyBindings viewModel e lt head gt Next the data binding needs to be made accordingly to the data that needs to be retrieved The bindings will be made in a HTML table as well lt table gt lt thead gt ir lt th gt AlarmLogID lt th gt lt th gt DateOn lt th gt th DateOffc th
14. lt th gt DateAck lt th gt lt th gt SysTime lt th gt lt th gt AlarmID lt th gt lt th gt AlarmTag lt th gt lt th gt SignalName lt th gt lt th gt SignalAliasName lt th gt lt th gt Priority lt th gt lt th gt AckText lt th gt lt th gt ALlarmLinkURL lt th gt lt th gt AlarmSymbolicText lt th gt lt th gt AlarmSymbolicTextTranslation lt th gt lt th gt AlarmGroupSymbolicText lt th gt lt th gt AlarmGroupSymbolicTextTranslation lt th gt lt th gt AlarmTypeSymbolicText lt th gt 7 Mobility Independent Soller verdar 154 Microsoft 16 www webfactory world de GOLD CERTIFIED Partner WEBfactory lt th gt AlarmTypeSymbolicTextTranslation lt th gt lt th gt AckUserName lt th gt lt th gt AlarmComment lt th gt lt th gt OccurrenceComment lt th gt lt th gt Status lt th gt lt th gt ExtendedPropertyl lt th gt lt th gt HelpCause lt th gt lt th gt HelpEffect lt th gt lt th gt HelpRepair lt th gt lt th gt OccurrenceCount lt th gt lt th gt NavigationSource lt th gt lt th gt NavigationTarget lt th gt lt th gt OPCQuality lt th gt a thead lt tbody data bind foreach td data bind text td data bind text td data bind text td data bind text td data bind text td data bind text td data bind text td data bind text td data bind text td data bind text td data bind text td data bind text td
15. o the most advanced knowledge but it does not undetake any responsibility for the programs systems generating the results expected by the user WEBfactory GmbH reserves the right to make changes to the user manual without undertaking the responsibility of informing third parties as to such changes We reserve the right to make technical changes 7 Mobility Independent Soller verdar 154 3 www webfactory world de GOLD CERTIFIED Partner WEBfactory 1 ROGU CION AA AA AA AA RU 5 2 Accessing web services using HTML 6 21 Accessing alarming web services using HTML and JavaScript data binding 7 2 2 Accessing alarming web services using HTML and JavaScript 13 2 3 Accessing the logging web services using HTML and JavaScript 18 3 Signal related Javascript functions ita aoc pae one ANAN ANA AA 22 WEOE eera A AP 22 2 8 COMIN CC ae E AASA AA E ENA E EA E AAR 22 3 3 CA 24 or E iss 2 265 S cim 25 3 5 0 5 27 2118 2 er 27 3 7 30 7 4 www webfactory world de GOLD CERTIFIED iios ARABO WEBfactory 1 Introduction This whitepaper is
16. of signal names which will be unregistered onSuccess the success callback This callback will be executed when the operation is successful The callback must look like function onSuccess results state e results array containing the error codes of for the signal unregistrations The items in the array have the same order as the supplied signal names e g results 1 is the result for signalNames 1 A result of 0 means that the unregistration was successful state isthe argument passed to the method and can contain any user defined data onError the error callback This callback will be executed when the operation fails The callback must look like function onError status error state e status will contain the error message e error contains more details about the error state isthe argument passed to the method and can contain any user defined data state an user defined object can be null which is passed to the callbacks Implementation S wfsUnregisterSignals function sessionId signalNames onSuccess OBI OT state 1 ZNEl Mobility Independent Soller verdar 154 27 www webfactory world de GOLD CERTIFIED Partner WEBfactory 8jaxDotNet WEBFACTORY WebServices WCF SignalsService svc js Unre Gn sq nimm ds data sessionId sessionld signalNames signalNames Success function data onSuccess data d state error function j9Xhr status error oOnBrr
17. or callback This callback will be executed when the operation fails The callback must look like function onError status error state e status will contain the error message error contains more details about the error state isthe argument passed to the method and can contain any user defined data state an user defined object can be null which is passed to the callbacks Implementation S wfsGetUpdates function sessionId requestId onSuccess onError state ajaxDotNet WEBFACTORY WebServices WCF SignalsService svc js GetU pdates data secomonmBd cece one requestid requestId Success function data onSuccess data d state error function j9Xhr status error onError otatus error stare ZNEl Mobility Independent Soller verdar 154 29 www webfactory world de GOLD CERTIFIED Partner WEBfactory 3 7 wfsGetNextRequestld Description Gets the next request ID for performing a call to getUpdates Function S wfsGetNextRequestId function prevRequestId prevResponseld 4 Parameters prevRequestid the previous request ID prevResponseTd the previous response ID as a result to getUpdates Implementation S wfsGetNextRequestId function prevRequestId prevResponseld 4 if prevResponseId 0 return 1 if prevResponseId prevRequestId return prevRequestId 1000 1 return 0 7 Microsoft bili 30 WWW WE bfactory wo
18. or stdtus error state 3 6 wfsGetUpdates Description Requests updates of any previously registered signals Initial value of request should be one the next values being obtained from the wfsGetNextRequestid when function returning the prevRequestid The Responsera from the onsuccess result should be fed in the prevResponseTd parameter of the wi sGetNextRequestTd function in order to obtain the subsequent Request id parameters Function S wfsGetUpdates function sessionId requestId onSuccess onError State Parameters sessionId the current session ID obtained from a call to connect requestTd initial value should be 1 subsequent values should be obtained using the getNextRequestId function onSuccess the success callback This callback will be executed when the operation is successful The callback must look like function onSuccess results state e result an object containing the signal updates 7 Mobility Independent Solbware Yendor 154 Microsoft 28 www webfactory world de GOLD CERTIFIED Partner WEBfactory o result Responseld the server response id will be used in the call to getNextRequestld o result Updates an array containing the updated signals Each update has the following fields update key the signal name update value the signal value state isthe argument passed to the method and can contain any user data onError the err
19. pts json2 min js type text javascript gt lt script src Scripts jquery ajaxdotnet 3 js type text javascript gt lt script src Scripts knockout 2 0 0 js type text javascript gt lt script src Scripts helpers js type text javascript gt lt script type text javascript gt function getAlarmGroups arguments successCallback errorCallback WHEREACTORY Webservices NCHA larisse vo svc js GetAlarmGroups data arguments success function data successCallback data d error function errorCallback 5 document ready function var viewModel alarmGroups ko observableArray getAlarmGroups Ibe 7 function result viewModel alarmGroups removeAIll S each result function index item viewModel alarmGroups push item function 4 alert TErr ror ko applyBindings viewModel c lt head gt 7 1 0 WWW WE bfactory world de GOLD CERTIFIED iio M Sol banana Yendar 154 Partner WEBfactory To display the data in the HTML page an HTML element from the will be bound to the configured view model in our example below the tbody element In this example HTML table will host the data lt table gt lt thead gt cus gt ela BI lt th gt SymbolicTextName lt th gt lt th gt SymbolicTextTranslation lt th gt pa lt thead gt tbody data bind foreach alarmGro
20. query 1 5 1 min js type text javascript gt lt script src Scripts json2 min js type text javascript gt lt script src Scripts jquery ajaxdotnet 3 js type text javascript gt lt script src Scripts knockout 2 0 0 js type text javascript gt lt script src Scripts helpers js type text javascript gt Besides the provided scripts the HTML file must contain the actual code that will access the web service and retrieve the data The web service call can be wrapped inside a function for easier usage function GetLogValues arguments successCallback errorCallback gt ajaxDotNet WEBFACTORY WebServices WCF SignalsService svc js GetLo gValues data arguments success function data successCallback data d m error function errorCallback The above function calls the GetLogValues method from the SignalService web service The GetLogValues function defined above will require additional filters in order to get the data properly from the web service 7 Mobility Independent Soller verdar 154 18 www webfactory world de Microsoft GOLD CERTIFIED Partner WEBfactory GetLogValues doc cee kog 299F590C A740 4B7TC A762 802E3F200FA5 StartDate DateTime new Date 1900 0 0 toMsJson OffsetMinutes O0 FndDate DateTime new Date toMsJson 0 Ma esu S 3 SOrtwOrder 14 The values are written in the HTML table using
21. r state o status will contain the error message o error contains more details about the error o state isthe argument passed to the method and can contain any user defined data state an user defined object can be null which is passed to the callbacks Implementation S wfsReadSignals function sessionId signalNames onSuccess OnError use ajaxDotNet WEBFACTORY WebServices WCF SignalsService svc js Read Sagad aT data sessionId sessionld signalNames signalNames Success function data onSuccess data d state error function J pnr status error 4 OnE erior Stare IE 3 4 wfsRegisterSignals Description Hegisters a list of signals for getting updates on them Function S wfsRegisterSignals function sessionId signalNames onSuccess onkrror state 4 Parameters sessionId current session ID obtained from a call to connect 7 Mobility Independent Solbware Yendor 154 25 www webfactory world de GOLD CERTIFIED Partner WEBfactory signalNames an array of signal names which will be registered onSuccess the success callback This callback will be executed when the operation is successful The callback must look like function onSuccess results state e results array containing the error codes of for the signal registrations The items in the array have the same order as the supplied signal nam
22. rld de GOLD CERTIFIED iio M Sol banana Yendar 154
23. ups gt S td data bind text ID gt td data bind text SymbolicTextName gt AIRC ESI bind text SymbolicTextTranslation gt SE sod table When the call to ko applyBindings is made the data from the viewModel is connected to the defined views This mechanism is known as data binding The above data binding will create a row in the table with the corresponding data for each item in the alarmGroups array The row will have three cells displaying the corresponding properties of the alarm group item ID SymbolicTextName SymbolicTextTranslation The body of the HTML page should look like this 11 www webfactory world de GOLD CERTIFIED Partner 7 Independent Soller verdar 154 WEBfactory Body lt h1 gt Alarm groups lt h1 gt lt table gt lt thead gt r n ID Eh lt th gt SymbolicTextName lt th gt lt th gt SymbolicTextTranslation lt th gt thead tbody data bind foreach alarmGroups gt td data bind text ID gt td data bind text SymbolicTextName bind text SymbolicTextTranslation gt s table cao If the HTML file is run from the IIS and the WEBfactory server is online and has alarms the browser will display the list of all defined alarm groups together with their translation in the specified language ID a m localhost JSWebServices Index html Alarm groups ID SymbolicTextName SymbolicTe
24. xtTranslation 78250bfb 3d35 4551 a576 8d007d93bc53 Produktion KR 201 Produktion KR 201 fcle7b87 0299 442e 9058 5045d172aele Produktion 202 Produktion KR 202 2dla418d 4db4 4b0a a2cf b83d3229e036 Produktion KR 203 Produktion KR 203 Microsoft 12 www webfactory world de GOLD CERTIFIED Partner ZNEl Independent Soller verdar 154 WEBfactory 2 2 Accessing alarming web services using HTML and JavaScript A more complex example is getting data for online alarms using the filter items The same procedure shall be followed function getOnlineAlarms arguments successCallback errorcallback f ajaxDotNet WEBFACTORY WebServices WCF AlarmsService svc js GetOnlineAlarms data arguments success function data successCallback data d error function The will contain the onlineAlarms array definition var viewModel onlineAlarms ko observableArray The getOnlineAlarms function defined above will require additional filters in order to get the data properly form the web service 7 Mobility Independent Soller verdar 154 Microsoft 13 www webfactory world de GOLD CERTIFIED Partner getOnlineAlarms filter AlarmGroups Qe IE E Magana So rEOrder 4 10 AlarmStatusFilter 4 DateTime 7 0 1 new QE dE Ee
Download Pdf Manuals
Related Search
Related Contents
Brise-vue déroulable Installation- and user manual LCS-KD04 Aqua Logic Automation et Chloration - Guide d Samsung 22" Monitor sa širok. uglom gledanja i elegant. crvenim okvirom Korisničko uputstvo Tastiera Radio WaveSYS B-02 取扱説明書 Version 1.0 (PDF 605 kb) ER - La documentation de Thierry LEQUEU sur OVH Première utilisation de votre système PlayStation®Vita Beko CS5533AP Copyright © All rights reserved.
Failed to retrieve file