Locking the Alarm console into a Staistical View
1st March 2024
Hi Ken, It is not possible to lock the alarmconsole on the “Statistical view”. When you load your workspace, the alarmconsole will always go back to the “List view”. If …
Answer
1st March 2024
Hi Ken, It is not possible to lock the alarmconsole on the “Statistical view”. When you load your workspace, the alarmconsole will always go back to the “List view”. If …
29th February 2024
Hi Ken, at the moment, it looks like this is not possible as referenced in the manual, https://docs.dataminer.services/user-guide/Basic_Functionality/Alarms/Working_with_alarms/Working_with_the_Alarm_Console/Changing_the_layout_of_the_Alarm_Console.html “This setting is not remembered across user sessions. If you reconnect to …
29th February 2024
Hi Steve, You could use InitVar to define session variables. For example, you can define the following session variables: InitVar -> parameterIdA:501|parameterIdB:503 Then you could use these session variables as …
29th February 2024
Hi Nils, You spotted this very well! The information in those columns were actually inaccurate and therefore not reliable. That’s why we choose to remove those columns for the time …
29th February 2024
Hi, The fix has been deployed, you should be able to create an organization now and make the system cloud connected. Plz let us know if you would still encounter …
29th February 2024
AllowInheritance relates to what the shape itself is linked to. To make sure your placeholders refer to the right object, you need the ForcePropertyFrom… options. In particular for this one …
29th February 2024
Hi Steve, A possible option, not using the alarm severities but using parameter values, is to use the extended conditional shape manipulation actions. You can add multiple conditions to define …
29th February 2024
Hi, We are aware of this issue and a fix is in progress. We will inform when this fix has been released. ETA for this fix is in the beginning …
29th February 2024
Hi Jason, What you see is the default behavior when activating the DynamicUnits option. Some units are converted out of the box, even if not defined in the connector. See …
29th February 2024
Hi Tim, What Jens suggested could be an easy approach to get the intended behavior. Do keep in mind that this could introduce an infinite loop. In general, I would …
29th February 2024
Hi Ciprian, yes you can use the link shape to start an executable file and pass parameters. Use the format “pathToExecutable|parameters|tooltip” in a link shape. You can also include placeholders. …
29th February 2024
Hi Flavio, Indexing loggertables are supported on STaaS, elements can push and retrieve data from these loggertables. What is currently not supported on STaaS is doing direct queries to STaaS …
29th February 2024
Hi Tim, If you want to monitor the script time, you could simply add a System.Diagnostics.Stopwatch and start it at the start of your script, stop it at the end …
29th February 2024
Hi Tim, There is indeed a framework available, see the details here: https://github.com/SkylineCommunications/SLC-AS-ScriptPerformanceAnalyzer There is a nuget available to implement in the scripts, and a package with an ad-hoc data …
29th February 2024
Hi Yvan, I’m starting an extra answer, to complement the original one, so I can add images. If you wish to use HTML inside the grid component, you’ll have to …