Profile

Aury Rukazana

Contact Details

My Content

1 to 20 of 21 total
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 toggling ...
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:16
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 ------------------------------
Posted By Aury Rukazana 07-18-2024 15:08
Found In Egroup: Facility Control
\ view thread
Hi Andrew, It is a combination of OGLML and OgScript. You can go in edit mode and use the source tab to enter it. Here are the steps on how to: - Create a new custom panel by choosing File > New > New CustomPanel File - The new custom panel will load, click on PanelBuilder Edit Mode - Double click ...
Posted By Aury Rukazana 07-18-2024 14:54
Found In Egroup: Facility Control
\ view thread
Hi Yassine, I highly recommend asking in the connectivity community forum. Here is the link to the forum. Thank you, Aury. ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------
Posted By Aury Rukazana 05-23-2024 14:19
Found In Egroup: Facility Control
\ view thread
Hi Timothy, You may need to find out if the triple play device accepts POST or GET requests. Additionally, it may require additional arguments like headers. Here is an example of making a GET request with setting the content type header. var requestURL = "yourRequestURL.com" var headers = () head ...
Posted By Aury Rukazana 05-23-2024 14:06
Found In Egroup: Facility Control
\ view thread
Hi Clay, Yes you can. In your dashboard installation directory, you will find a workspace folder (Windows and Linux). That folder contains all your saved dashboard data. Copy it and paste it on the other computer. If you are on MacOS, the folder is in a different location, which is usually "/Library/Application ...
Posted By Aury Rukazana 05-16-2024 14:43
Found In Egroup: Facility Control
\ view thread
Hi Jake, Can you confirm using postman or any other tool if the request you are trying to send returns the data? It seems like you may not have access to the resource you are trying to access. Thank you, Aury R. ------------------------------ Aury Rukazana Senior Software Developer Ross Video - ...
Posted By Aury Rukazana 04-24-2024 11:56
Found In Egroup: Facility Control
\ view thread
Hi Eduardo, You can set your carbonite as the data source of your panel and view the available parameters of the device. If the source is available as a parameter, you can use params.getValue(oid, Index) to get source. Please find images below on how to view the available parameters. Setting the ...
Posted By Aury Rukazana 04-17-2024 12:23
Found In Egroup: Facility Control
\ view thread
Hi Paul, It's great that you found it! For additional info, the metadata folder which stores your dashboard data can be found under ~/Library/Application Support/openGear. You may need to allow view hidden files to view the folder as it starts with a dot (.metadata). Cheers, Aury R. ----------- ...
Posted By Aury Rukazana 03-05-2024 16:41
Found In Egroup: Facility Control
\ view thread
Hi Sylvain, I don't think you can have both statuses at the same time. If you have one of the devices in your custom panel configured as the opengear contexttype, then you can use params.getDeviceStatus() or params.isDeviceOnline() to achieve that. isDeviceOnline() returns a boolean (true or false), ...
Posted By Aury Rukazana 02-05-2024 10:27
Found In Egroup: Facility Control
\ view thread
Hi Marty, The only thing I could point out is that your port should be an integer, so probably removing the apostrophe would work. I also have attached documentations on how you can control a hyperdeck using Dashboard. There is a custom panel in the zip which should guide you on how you can achieve ...
Posted By Aury Rukazana 02-05-2024 10:26
Found In Library: Facility Control
Posted By Aury Rukazana 02-01-2024 11:59
Found In Egroup: Facility Control
\ view thread
Hi Dalot, Assuming that you want to set a Crosspoint, please find below a sample custom panel source code on how to achieve it. In the source code below, we have two params displayed as combo choices. The first param stores the source and the second param stores the destination. To populate the ...
Posted By Aury Rukazana 01-30-2024 16:55
Found In Egroup: Facility Control
\ view thread
Hi Landon, Thank you for sharing your feature request. Your suggestion has been forwarded to our product management team for consideration. Cheers, Aury R. ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------
Posted By Aury Rukazana 01-30-2024 12:40
Found In Egroup: Facility Control
\ view thread
Hi Landon, Thank you for sharing your feature request. Your suggestion has been forwarded to our product management team for consideration. Cheers, Aury R. ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------
Posted By Aury Rukazana 11-16-2023 13:23
Found In Egroup: Facility Control
\ view thread
Hi, Your panel looks good, I think it could be a connection issue (probably firewall). The next steps would be to contact technical support for further investigations. Thank you, Aury. ------------------------------ Aury Rukazana Senior Software Developer Ross Video ---------------------------- ...
Posted By Aury Rukazana 11-16-2023 10:50
Found In Egroup: Facility Control
\ view thread
Hi João, Can you attach your custom panel to this conversation so I can have a look? Thanks, Aury ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------
Posted By Aury Rukazana 11-15-2023 15:23
Found In Egroup: Facility Control
\ view thread
Hi João, Yes, you can assign the hostname or ip. Here is a Similar thread on the community regarding the same topic. Cheers, Aury Rukazana DashBoard Team ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------
Posted By Aury Rukazana 10-18-2023 15:21
Found In Egroup: Facility Control
\ view thread
Hi Dan, Please find attached examples of writing a little HTTP server in DashBoard to fetch parameter values by OID from a different panel. Cheers, Aury R. ------------------------------ Aury Rukazana Senior Software Developer Ross Video ------------------------------