Rename discreet display value in Visio.
21st January 2021
If it’s just to display a different value on the Visual Overview I suggest using the RegexReplace functionality (see help). With this, you are able to search a text for …
Answer
21st January 2021
If it’s just to display a different value on the Visual Overview I suggest using the RegexReplace functionality (see help). With this, you are able to search a text for …
21st January 2021
Thank you for your request Steve. Could you please give add this as a feature suggestion under More > Feature Suggestion. If there would be enough votes, we can introduce …
21st January 2021
The 3-D format is currently not supported by the Visual Overview and will ignore any configuration made in this section. A possible workaround is to style a shape with your …
21st January 2021
Hi Steve, Since you only have two possible discreet values, is it not an option to create two shapes, each one with a conditional shape data pointing to each value? …
21st January 2021
I believe someone from the fabric product line once told me this: The Cassandra process works as such that it will take up a bunch of memory by default, even …
21st January 2021
Hi Mahito, Another option is to use the Router Control application of DataMiner. You should be able to import Router Controls into your Visio. DataMiner Help => Router control DataMiner …
21st January 2021
Hi Mahito, You can use a comma separated format to indicate input, output, state. For example a shape with “Execute” shape data “Set|[DMAID]/[ElementID]|[ParameterID]|1,15,1” will set the crosspoint of input 1 …
21st January 2021
Hi Carlos, The “unsuccessful connection ….” errors you see in the SLDataminer.txt are mostly irrelevant here, they are a consequence of trying to connect to the dataminer whilst it is …
21st January 2021
It is also possible to develop a driver that uses Websocket as connection to listen for updates. Further details about this implementation can be found in: DataMiner Development Library
21st January 2021
DataMiner supports two types of TCP/IP sockets: 1 for alarm forwarding, which is sending unsolicited messages for each alarm, and one that allows requesting information on elements and parameters. You …
21st January 2021
Hi Jens This information can be found in the DataMiner Help. There is a specific situation where 2 tables are being used instead of the matrix component.
21st January 2021
There’s a section in the help, listing how to use the 2 tables in router control: https://help.dataminer.services/dataminer/DataMinerUserGuide/part_4/RouterControl/Designing_a_matrix_tab_page_in_the_Router_Control_module.htm?rhsyns=%20#XREF_19984_Adding_a_Matrix (Adding a matrix represented by two table parameters)
21st January 2021
Currently, the sharing capability is indeed linked with the ‘Edit’ security on the dashboard. Do note that sharing is still in development and design changes can be made.
21st January 2021
Once the dashboard has been created, you can find the security under the general dashboard settings. It’s a new section called ‘Dashboard security’. Clearing all people from the ‘Allowed to …
21st January 2021
Hi Miguel, From a quick test it seemed that this behaviour changed between 10.0.5.0 and 10.0.6.0, in 10.0.6.0 there is a default ApplicationSettings.xml included in the package which was not …