Profile

Aury Rukazana

Contact Details

My Content

1 to 20 of 38 total
Posted By Aury Rukazana 01-10-2025 09:57
Found In Egroup: Facility Control
\ view thread
Hi Miguel, In Dashboard > Configuration > Inputs there are three tabs at the bottom of the page: External, Internal, and Substitute. If you click on Internal you'll see all the available internal sources. You can assign an internal source to a crosspoint in Dashboard by going to Personality ...
Posted By Aury Rukazana 12-10-2024 15:36
Found In Egroup: Facility Control
\ view thread
Hi Jerry, There isn't a built-in mechanism to achieve that. However, you can pass a callback function that, after reading a CSV file, parses the data according to your needs and how your CSV is set up. I've attached a zipped panel that demonstrates how to parse the data and add a new row within the ...
Posted By Aury Rukazana 12-10-2024 15:35
Found In Library: Facility Control
Posted By Aury Rukazana 12-10-2024 14:18
Found In Egroup: Facility Control
\ view thread
Hi Chance, Sounds like the Schlinder is offline. In the application menu bar, can you click on Views > openGear Debug Information, that should open a debug console on the right side. Try to connect again while having the debug open, do you see anything printed in the debug console? ----- ...
Posted By Aury Rukazana 12-04-2024 15:21
Found In Egroup: Facility Control
\ view thread
Hi Theo, I made some adjustments to your custom panel by converting your calculation scripts into two API functions: getTotalRuntime() and getRemainingTime(). These functions are now used in the respective timer tasks for timers t4 and t5. Additionally, I've set up the timers t4 and t5 ...
Posted By Aury Rukazana 12-04-2024 15:20
Found In Library: Facility Control
Posted By Aury Rukazana 12-04-2024 11:12
Found In Egroup: Facility Control
\ view thread
Hi Theo, I couldn't find the grid file you mentioned. You might need to zip it first, as files with a .grid extension may not be accepted during upload. As for automatically updating timers, you can set the timing in your TimerTask, which runs each time the timer updates. Check out the example ...
Posted By Aury Rukazana 12-03-2024 11:36
Found In Library: Facility Control
Posted By Aury Rukazana 12-03-2024 11:36
Found In Egroup: Facility Control
\ view thread
Hi Seth, You can set up a small server within a custom panel using the OGLML listener tag. It operates in two modes: listening for incoming connections (server mode) or establishing a connection (client mode). In both cases, the listener tag monitors incoming data from the remote system. I've included ...
Posted By Aury Rukazana 12-02-2024 17:18
Found In Egroup: Facility Control
\ view thread
Hi Theo, You can use the method ogscript.getTimerManager().getTimer('CountUpTimer1').getCurrent(); to retrieve the current value in milliseconds for each timer. Once you have the values, you can sum them up and set the total runtime using ogscript.getTimerManager().getTimer('TotalRuntime').setT ...
Posted By Aury Rukazana 12-02-2024 17:17
Found In Library: Facility Control
Posted By Aury Rukazana 11-25-2024 15:23
Found In Egroup: Facility Control
\ view thread
Hi Nathaniel, Yes you can use the tab key on your keyboard if the two text inputs are next to each other and you are not in PanelBuilder edit mode. ------------------------------ Cheers, Aury Rukazana Senior Software Developer Ross Video ------------------------------
Posted By Aury Rukazana 11-18-2024 09:01
Found In Egroup: Facility Control
\ view thread
Hi Ryan, There is currently no implementation of getting the returned HTTP headers when using ogscript asyncHTTP or ayncPost. Visit this thread to learn more about current available options. ------------------------------ Cheers, Aury Rukazana Senior Software Developer Ross Video ---- ...
Posted By Aury Rukazana 11-14-2024 12:51
Found In Egroup: Facility Control
\ view thread
Hey James, Can you clarify further on the xml updating automatically? You want to have the xml on your local machine be updated? Or the xml that has already been loaded by DashBoard? You can load the xml and create an object that references it and make updates to the object as needed. var ...
Posted By Aury Rukazana 11-12-2024 16:43
Found In Egroup: Facility Control
\ view thread
Hi Rob, A typical way of handling this in Dashboard is to send a rosstalk command. BM Teranex may not support rosstalk commands directly, you might need to create a listener in your custom panel to send the command. Here is a helpful link below with a video and custom panel resources showing ...
Posted By Aury Rukazana 11-12-2024 16:26
Found In Egroup: Facility Control
\ view thread
Hi James, The only thing that I could point out is that you are trying to get the attributes on the variable called "node" when your node is called "ronode". Here is a custom panel example which uses struct parameters to load the XML data and set it into a struct array.
Posted By Aury Rukazana 10-08-2024 11:47
Found In Egroup: Facility Control
\ view thread
Hi Mel Von der Decken, You can install DashBoard on your personal laptop by visiting the download page and selecting the macOS option. This will download a .pkg file, which you can use to install the application. Follow the installation steps, and DashBoard should then be available in the Applications ...
Posted By Aury Rukazana 10-01-2024 15:39
Found In Egroup: Facility Control
\ view thread
Hi Bobby, You're definitely on the right track with your custom panel! The logic you've described should work well for password-protecting and toggling the visibility of buttons. Your panel seems to be functioning as intended, ensuring the password is required for revealing Buttons 1 and 2, and ...
Posted By Aury Rukazana 07-31-2024 09:34
Found In Egroup: Facility Control
\ view thread
Hi James, Ok, and which component were you not able to drag and drop? Thanks, ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------
Posted By Aury Rukazana 07-30-2024 16:17
Found In Egroup: Facility Control
\ view thread
Hi James, My I ask which version of MacOS you are running on? Thanks, ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------