Will a protocol copy action always trigger a change-event?
11th January 2024
Hi Mieke, no, as opposed to the behavior of QAction SetParameter() calls, a copy action on a read parameter will only cause a parameter change event to be raised if …
Answer
11th January 2024
Hi Mieke, no, as opposed to the behavior of QAction SetParameter() calls, a copy action on a read parameter will only cause a parameter change event to be raised if …
11th January 2024
Hi Thomas, when a protocol is uploaded, the SLDMS process will check the value of the dllImport attribute of the QAction elements in the protocol and verify if it needs …
11th January 2024
From the DMA side, the information events typically contain the most useful information regarding authentication events. When setting up a new connection using one of the ConnectApp API methods, are …
11th January 2024
Hi David, First of all, I believe what you are trying to achieve will be a bit complex to maintain. When copying data from an element to DOM, basically you …
11th January 2024
Hi David, To extend on Brians answer: It is possible to put your webpages under a path that is allowed for remote access via dataminer.services so you can access them, …
11th January 2024
When adding a comment, a new alarm (with a new alarm ID) gets created. This new alarm has the same root alarm ID of the previous alarm. Using the root …
11th January 2024
Hi David, Currently we only allow a certain set of folders via the remote access, because of security reasons. Wkr Brian
10th January 2024
You’ll receive a confirmation/warning when you delete a query that is used anywhere in your app. But there’s no real way to have a list with the unused queries.
10th January 2024
Hi Matthias, Asset management or additional databases haven’t officially been tested together with STaaS. So at the moment I can’t say for certain if it works or not. But STaaS …
10th January 2024
Hi Thomas, Multiple Set is aimed at making parameter sets however the settings you want to modify are element port settings which I do not believe is possible. If you …
10th January 2024
Hi Thomas, The DiscreteCapability filter can be used as follows: // Get all resources with a certain discrete option var encodingQualityParameterId = Guid.Parse("…"); // GUID of the profile parameter FilterElement<Resource> …
10th January 2024
I think you might want to generate an active backup element. The DELT is probably the best approach but just to give you another option. What you also could do …
10th January 2024
Indeed, the suggestion events tab only displays recently detected behavioral changes or patterns in a parameter’s trend data. However, the history of suggestion events can be retrieved in a very …
10th January 2024
Hi Stijn, See the following answer: https://community.dataminer.services/question/alarm-history-exceeded-100-alarms-it-is-advised-to-revise-your-alarm-threshold-definitions/answer/34565/
10th January 2024
Hi Jens, What function/message are you using to create the element? If you leave the DMAid field unchanged (-1) it will create it on the DMA that executes the script.