QAction triggered through automation script
14th June 2023
Hi, QActions cannot be triggered by an automation script, at least not directly. QActions have a trigger associated with them in the XML side of the connector and what you …
Answer
14th June 2023
Hi, QActions cannot be triggered by an automation script, at least not directly. QActions have a trigger associated with them in the XML side of the connector and what you …
14th June 2023
Hi Piotr, I don’t have an easy example, but I could give you some details on how to get there. To monitor a Modbus device, you will need to create …
14th June 2023
Hi Adjin, As a general rule, you should perform sets on the write parameter as logic could be associated with it such as sending a set command to the device …
14th June 2023
I know we have various drivers that use Modbus TCP protocol. There is actually also a generic one, Catalog (dataminer.services)
14th June 2023
Hi Tim, Those interfaces are ‘reserved’ for SRM, when a booking starts making use of the linked resource, those interfaces will be connected to the interfaces of other resources according …
14th June 2023
You can get a DataMiner based on a classic perpetual use license (typically with annual maintenance & support contract), or based on usage. Here you can get some more information …
14th June 2023
A private deployment is a standard DataMiner System, deployed by yourself in your own hosting environment (on-prem or private cloud). But not having your DataMiner System cloud-connected. A cloud connected …
14th June 2023
I had a quick glance at the code and this error could occur when working with stateful DOM. More specifically when you have DomStatusSectionDefinitionLinks that are missing some DomStatusFieldDescriptorLinks required …
14th June 2023
Click on the Root view in the surveyor tree, then click Elements on the view card which presents a list of all elements on the system. In the Filter box …
14th June 2023
Hi Bruno, You could view all paused elements on Cube by, Navigating to Root view > selecting elements on the view card > filter by protocol > filter by state …
14th June 2023
The migration process only copies data from the local Cassandra to the remote Cassandra cluster, and while the migration is ongoing the new data is written to both the old …
13th June 2023
Hi Gerwin, In the following script, I was able to add text fields by pressing a button: IAS_Button_Pressed/DOJO_1/DOJO_1.cs at RC · FlorisCO/IAS_Button_Pressed · GitHub Not sure if the locking is …
13th June 2023
Hi, Similar question answered here: Passing Script Parameters using a correlation action to C#. Hope it helps.
13th June 2023
Hi Stefan, Relevant logfiles would include SLDataMiner (which creates the actual service) and SLNet (which applies the service template).
13th June 2023
Hi Zabdi, In case you are looking for more specific / other API calls, you can find all the existing ones here.