Showing parameters from AppearTV X20 at Visio
23rd January 2024
Putting the answer into the correct location. Are you trying to retrieve the “Single Destination Address ” parameter from the IP Inputs Table based on the Displaykey that that you …
Answer
23rd January 2024
Putting the answer into the correct location. Are you trying to retrieve the “Single Destination Address ” parameter from the IP Inputs Table based on the Displaykey that that you …
23rd January 2024
Hi Edib, Building upon João’s earlier explanation: when you use the protocol.FillArray(…) call, it executes notify type 193. This action results in returning an object, which indicates whether the update …
23rd January 2024
Hi Edib, Could you confirm a couple of things for me? Is the first position of each object[] passed as a string type? Each item on the list represents a …
23rd January 2024
Hi Mieke, This method will not wait until the script starts if called with the ‘Synchronous’ option set to false. The execution will be added to the queue and will …
23rd January 2024
Hello, Indeed, this tag is auto-generated from DataMiner when it creates DVE protocols out of a main protocol. It’s not part of the development guide because it’s not intended to …
23rd January 2024
Hi Felix, Currently we don’t support adding Actions (nor functional inputs) in the Adaptive Cards via the DataMiner bot ChatOps. As you found out there is a way to still …
23rd January 2024
Hi Jon After making changes to the IDmsElement object, you need to call .Update() to actually push the changes. This was done to group multiple changes in a single call.
23rd January 2024
Hi Jens I’ve identified the issue within DIS and was able to reproduce your issue. When the fix is released, I’ll update my answer. EDIT: A hotfix (DIS 2.46.1.7) has …
23rd January 2024
Hi Bart You can go to the Skyline Search and check there if the driver is already linked to a certain task in collaboration. For the one you are looking for, …
23rd January 2024
Hi Tom, Just wondering, if all alarms raised by an element should contain the system name value, is it not an option using an element property instead of an alarm …
23rd January 2024
Hi Jeroen, The CRUD script will always be executed whenever those fields are updated. To deal with this, maybe you could use an enum field descriptor with the name of …
23rd January 2024
Hi, Based on the screenshot, I’m assuming that the destination element is using the protocol SES S.A. Channel Manager in the 1.0.1.x range? If that is the case then the …
23rd January 2024
Hi Koen, I didn’t try it myself, but did you try replacing the [this service] placeholder with [This EnhancedServiceId]
23rd January 2024
Hi Jarek, To calculate the total number of errors you can use the Aggregate operator. For example, in the image I’m using the aggregate operator to calculate the sum of …
23rd January 2024
I wanted to provide an update on the technical issue I was facing regarding Severity values from Correlation alarm info data parameter (65006). After some exploration, I’m thrilled to share …