Visual Overview – Is there a timespan component
18th November 2021
No, the only way to achieve this is by setting up an executor monitor that watches 2 session variables and combines them in one new session variable (more info is …
Answer
18th November 2021
No, the only way to achieve this is by setting up an executor monitor that watches 2 session variables and combines them in one new session variable (more info is …
18th November 2021
If you can manage to get the IP (or any other information you want to display) into a ‘custom element property’, you can show it in the surveyor via the …
18th November 2021
Hi Henrique, As far as I know, this is not possible. Tom’s suggestion will be the best approach. Keep in mind that you can also create an overview that contains …
18th November 2021
Hi, 1 way it to use element properties: Step 1: create element property Step 2: you will need an automation script which fills in the Main IP address for each …
18th November 2021
Hi Henrique, You can add the IP Address as an property on your element. Make sure that option Display this property in the Surveyor is checked. More info can be …
18th November 2021
If both scripts would need to be started from a visual overview, it is also possible to store the info in session variables by using the “AddScriptOutput” function like this: …
18th November 2021
Hi Henrique. I don’t know if there is a way add the IP address next to the element names in the surveyor. But if you open a card of a …
18th November 2021
Hi, To emphasize the answer of Mieke: A request is sent to the server for starting an Automation script. When that script is finished/completed, then a response is sent back, …
18th November 2021
Hi Jochen, when running an automation script as subscript you can return data to the main script via the AddScriptOutput. Here an example of how I use it: Subscript: // …
18th November 2021
That’s typically done by using a ‘memory’ in Automation I believe, where you store data with one script and access it with another. Or are there other ways?
18th November 2021
Hi Peter, Can you try using the shape data option “UseEdge”?
18th November 2021
Hi Peter, HLS live streaming is only supported since DM 10.1.11: RN Is your system running this version?
18th November 2021
Hi Marlies, Thank you very much for your response, this will definitely help. Cheers! Carlos
17th November 2021
Hi Jens the server is a windows server 2012 R2 we checked the part of network connections and adapter, we only have 1 ethernet connection active, we checked the sharing …
17th November 2021
We’ve verified that the server isn’t a domain controller as it has a domain role of 2 (standalone server). The server name however exceeds the 15 character limitation. Most likely …