Profile

Dan West

Contact Details

My Content

1 to 4 of 4 total
Posted By Dan West 11-24-2025 09:28
Found In Egroup: Facility Control
\ view thread
I am using Rosstalk and GPI triggers to link multiple custom panels on difference machines together. I have found that I have to turn the global GPI Listener setting off, close preferences, reopen preferences and turn it back on again for it to work after a program restart. Is this a known bug or is ...
Posted By Dan West 11-30-2023 12:07
Found In Egroup: Facility Control
\ view thread
Hi, I am trying to build a widget that reacts when a parameter on it's device Data Source changes. I have built a simple panel that functions, but when converting it to a widget I am unsure where to put the object ID of the device, and not sure where to put ogscript handles tag. Especially as I ...
Posted By Dan West 10-30-2023 09:21
Found In Egroup: Facility Control
\ view thread
Hi, I'm looking to be able to fire a function that returns xml data from an http post request without having to save it as a parameter such as calling GetXML('http://webaddress') function GetXML (URL) ( function callback(resultStr) ( var xml = ogscript.parseXML(resultStr); var status ...
Posted By Dan West 10-17-2023 09:54
Found In Egroup: Facility Control
\ view thread
Hi, I'm creating an effective HTTP API panel in dashboard and am then firing commands on that panel from other panels. I can trigger commands easily but is there a way to request parameter values from the central panel, or will I need to read the xml of the 'API' panel each time and parse the data ...