DIS compatibility with Visual Studio 2022
13th July 2022
Could you provide the minimum main DIS version that supports VS2022 ?
Answer
13th July 2022
Could you provide the minimum main DIS version that supports VS2022 ?
13th July 2022
Thank you Wim . You are right. This is a column parameter. I didn’t get enough attention to this detail. This means all comes in place in regards to the …
13th July 2022
This is a table column parameter? You’ve selected the parameter, but in the screenshot it looks like you didn’t specify a row “Filter”? I think you’ll want to specify “Rack …
13th July 2022
Hi Bernard, this can simply be done by adding a “level” shape data item to the shape or page, see https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/miscellaneous/Making_a_shape_or_page_visible_only_for_a_particular_access_level.html This will apply the same security logic as for …
13th July 2022
The cause: The problem is that the Meinberg NuGet has a dependency on version 1.2.2.1 of the class library but in your solution (that uses meinberg nuget) you’re installing the …
13th July 2022
Hello Piotr, This is not intented. However, there could be numerous causes to this behavior. In light of this, we have done multiple big improvements regarding the migration and possible …
13th July 2022
Hi . Thank you all for the answers. I have fixed the issue. Also for the community to acknowledge : I have used the following syntax for the Show Data …
13th July 2022
Hi Ronny, You are saying you will have roughly 8M records/day of avg trending, in the screenshot you have 8M metrics (parameters or cells) being avg trended. This is probably …
13th July 2022
Just to add the full answer: The used url of an HTTP Session will be composed by the polling IP of the element and the value defined in either the …
13th July 2022
Hi Robin, I can see a mistake in your definition. You use multipleGetNext polling method in combo with the instance option. This means: Advised to leave the Table OID value …
13th July 2022
Hi Gilles, It seems (smart) serial connections are not yet supported in the class library. However it is possible to use the raw messages to achieve this. (Similar as the …
13th July 2022
Hi Stijn Based on the error I see that the class DmsElementId is being used, which is part of the Class Library. I assume that the Meinberg NuGet has a …
12th July 2022
Posting an answer so that I can add a screenshot.. I had a similar question here, Steve, but for a pop-up generation on click: https://community.dataminer.services/question/visual-overview-open-a-view-object-in-a-resizable-pop-up-window-ideally-that-can-be-docked/?hilite=target+blank If you need the “undocked”, …
12th July 2022
If you are looking for an “easy” way to do this, then no, currently there is no way. However, there is a way to do this. Try this at your own …
12th July 2022
Just to build further on Jens’ answer. If you are using nuggets in the solution, you will have to place the DLL files/nuget folder in the “Skyline DataMiner\ProtocolScripts\DllImport” folder. More …