Profile

Anand Soraganvi

This individual is no longer active. Application functionality related to this individual is limited.

Contact Details

My Content

1 to 20 of 31 total
Posted By Anand Soraganvi 09-29-2021 13:51
Found In Egroup: Facility Control
\ view thread
Hi Haoran, Lets go with basics first just to see if it solves your issue or not. In order to create GPI trigger , we may need to follow following steps first We need to enable GPI trigger(Go to Windows ogscript.debug("fired"); Let me know if this helps or not Thanks ...
Posted By Anand Soraganvi 09-28-2021 11:16
Found In Egroup: Facility Control
\ view thread
Yes, that panel is Ultritouch one. And you can activate the existing panel on touch mode. I personally dont know how to activate touch mode on devices but on your PC, you can run cmd command from the location where DashBoard installed. DashBoard.exe -ui touch This will launch DashBoard in touch ...
Posted By Anand Soraganvi 09-28-2021 10:32
Found In Egroup: Facility Control
\ view thread
Hi Noah, We don't have any option to increase width of selection, however DashBoard in touch mode , displays the available dropdown choices differently. Thanks ------------------------------ Anand Soraganvi Ross Video ------------------------------
Posted By Anand Soraganvi 09-28-2021 09:53
Found In Egroup: Facility Control
\ view thread
You can't add task to each of choice, however you can add many tasks to one buttons based on its value. Thanks ------------------------------ Anand Soraganvi Ross Video ------------------------------
Posted By Anand Soraganvi 09-28-2021 09:51
Found In Egroup: Facility Control
\ view thread
Hi Haoran, I hope the earlier question of yours is resolved. Coming to this question, there is a typo in your code snippet. I have corrected it (highlighted in bold). one two three four five six /*! block id=1002,1001 !*/ params.setValue('buttons', ...
Posted By Anand Soraganvi 09-27-2021 09:33
Found In Egroup: Facility Control
\ view thread
Hi Haoran, Thanks for contacting. Instead of buttons you can use choice parameter that contains push buttons as widget hints. Once both are parameters , you can use one parameter to set/change the value of another parameter. here I used toggle buttons, when you change the parameter value , it ...
Posted By Anand Soraganvi 09-21-2021 09:01
Found In Egroup: Facility Control
\ view thread
Hi Sam, James is on vacation, I will try if I can help you on this. ------------------------------ Anand Soraganvi Ross Video ------------------------------
Posted By Anand Soraganvi 08-31-2021 14:17
Found In Egroup: Facility Control
\ view thread
Hi There, Please note that this is aknown issue when using any version of DashBoard on the latest Mac OS(Big Sur), which requires a workaround to launch DashBoard. The team has this as a fairly high priority, but we don't have a fix for it at the moment as Apple broke or changed something ...
Posted By Anand Soraganvi 08-30-2021 10:35
Found In Egroup: Facility Control
\ view thread
Hi Ding, Each type of event has different properties There aren't many properties we expose Your drop handler knows: isConnectionSettings isFileList x y dropData ------------------------------ Anand Soraganvi Ross Video ------------ ...
Posted By Anand Soraganvi 08-20-2021 15:30
Found In Egroup: Facility Control
\ view thread
Hi Mark, Yes we are finally able to figure out whats the problem is!. James suggested that when you sendmessage with response you have to manually add \r. We have tested this with Les and seems to be working now! Below is the code snippet for it. function callback(success, sentData, resultString, ...
Posted By Anand Soraganvi 08-18-2021 09:25
Found In Egroup: Facility Control
\ view thread
Hi Mark, Nope- that sounds like the switcher is not responding I would consider trying Putty to connect to the switcher. Send the command over a 'raw' socket (in Putty) and see if/what it responds with first, maybe try waiting on \n instead of \r\n in case ...
Posted By Anand Soraganvi 08-17-2021 14:43
Found In Egroup: Facility Control
\ view thread
Hi Mark, Sorry for late reply. The signature of sendMessageWithResponse is host, port, command, response terminator, callback ​You are missing the response terminator, you should add '\r\n' before the callback and the exception will go away Thanks Anand ------- ...
Posted By Anand Soraganvi 08-17-2021 10:54
Found In Egroup: Facility Control
\ view thread
Hi Garret, Yes you can use the param inspector to get OIDs of each bus (in your case its ME2 background 0xE0C). You can drag that param to new custom panel. This bus takes different constraint choices as shown below picture. So basically you can add task to this which is basically visual ...
Posted By Anand Soraganvi 08-16-2021 13:45
Found In Egroup: Facility Control
\ view thread
Hi Bruna, No, we don't have any mechanism to restrict the dashboard operator from taking a panel out of fullscreen, closing a panel, opening other panels, showing the basic tree view (if it is hidden), etc. they could try something like an Ultritouch which has the ability to turn-off ...
Posted By Anand Soraganvi 08-16-2021 11:45
Found In Egroup: Facility Control
\ view thread
Hi Ding, You can use dragvalue attributes that can return basically the dragids here. Please find the attached code for the panel. ogscript.rename('dropspot', 'Dropped: "' + event.dropData + '"'); ​ Thanks Anand ------------------------------ Anand Soraganvi ...
Posted By Anand Soraganvi 08-16-2021 10:11
Found In Library: Facility Control
Posted By Anand Soraganvi 08-16-2021 10:11
Found In Egroup: Facility Control
\ view thread
Hi Bruna, Not sure if this is what you need!. You can always lock a panel with a password when user clicks on any tab which would trigger a panel to be shown. Please find the attached panel (Lock Panel.zip) for your example. so when a user clicks on Lock whole panel (in your case view tab) Panel ...
Posted By Anand Soraganvi 08-13-2021 12:13
Found In Egroup: Facility Control
\ view thread
I think you can use simple encrypt and password the editing of the panel so they don't look at the clear text password in the .grid. ​ The code for it is var password = params.getValue("param.protectionPassword", 0); if(password == params.getV ...
Posted By Anand Soraganvi 08-13-2021 11:18
Found In Egroup: Facility Control
\ view thread
Hi Bruna, we don't have password protection for changing the fullscreen state Thanks Anand Soraganvi ------------------------------ Anand Soraganvi Ross Video ------------------------------
Posted By Anand Soraganvi 08-13-2021 10:48
Found In Egroup: Facility Control
\ view thread
Yes, This is total expected. This is to make it easier for people to figure out how to put things on multiple lines we actually transform such names into HTML under the hood html> BANANA PHONE ------------------------------ Anand Soraganvi Ross Video -------------- ...