Hello,
How can I generate an Alarm within a QAction? I used this documentation (https://docs.dataminer.services/develop/devguide/Connector/LogicQActionsExamples.html#creating-an-alarm-in-a-qaction), but I did not find the SLProtocolScripts.dll library.
Thanks in advance
Hi Tom,
I added the library "SLProtocolScripts.dll" reference in the QAction, but the "using Skyline.DataMiner.ProtocolScripts" directive gives an error.
Probably it’s not working because you don’t have an installation of DataMiner on your development machine. Could you please try copying the file from a DMA into ‘C:Skyline DataMinerProtocolScriptsSLProtocolScripts.dll’? Maybe also verify if you can find the reference in the C# project in Visual Studio itself. And in the csproj file you should find something like this:
Hi Maximilano,
trying to add the ProtocolScripts dll seems to work for me. Maybe you can try rebuilding the qaction to make sure that the dll is there.