Jupiter System For gas tanks monitor - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Jupiter System For gas tanks monitor (/showthread.php?tid=3735) |
Jupiter System For gas tanks monitor - khalil - 08.12.2021 Hello Dears, I have Jupiter System for gas tanks, it uses HTTP GET and Response Is it possible to make an integration. the documents attached. BR,
Wac_ERP_Interface_V1.0.25 October2019.pdf (Size: 519.51 KB / Downloads: 19)
RE: Jupiter System For gas tanks monitor - admin - 08.12.2021 Should be easy to do. Can provide real data output from the system and which data points you need? RE: Jupiter System For gas tanks monitor - khalil - 08.12.2021 (08.12.2021, 13:10)admin Wrote: Should be easy to do. Can provide real data output from the system and which data points you need? Thank you admin for the answer. Right now I just need the answer, so the customer will confirm the installation of Jupiter system. we should read the analog values (Gas level in the tanks) and Alarms BR, RE: Jupiter System For gas tanks monitor - khalil - 13.09.2022 Hello Admin How to read these values CurrentLevelPercent, /MeterCounter, CombinedAlertStatus? regards, RE: Jupiter System For gas tanks monitor - admin - 13.09.2022 Adjust URL and all parameters as needed. The resulting sites table will have the data that you need. Code: url = 'http://192.168.1.1/WacMobileService/WebService1.asmx/GetWacStatuses?UserName=string&Password=string&GroupId=string&SubGroupId=string&bOnlyWithAlerts=string&RequiredAlertsBitmap=string&MaxResults=string' |