Skyline.DataMiner.Core.Matrix.Protocol 1.1.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Skyline.DataMiner.Core.Matrix.Protocol --version 1.1.0.1
NuGet\Install-Package Skyline.DataMiner.Core.Matrix.Protocol -Version 1.1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Skyline.DataMiner.Core.Matrix.Protocol" Version="1.1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skyline.DataMiner.Core.Matrix.Protocol --version 1.1.0.1
#r "nuget: Skyline.DataMiner.Core.Matrix.Protocol, 1.1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Skyline.DataMiner.Core.Matrix.Protocol as a Cake Addin
#addin nuget:?package=Skyline.DataMiner.Core.Matrix.Protocol&version=1.1.0.1

// Install Skyline.DataMiner.Core.Matrix.Protocol as a Cake Tool
#tool nuget:?package=Skyline.DataMiner.Core.Matrix.Protocol&version=1.1.0.1

Skyline.DataMiner.Core.Matrix

About

About Skyline.DataMiner.Core.Matrix packages

Skyline.DataMiner.Core.Matrix packages are NuGets available in the public nuget store that contain assemblies that enhance development of matrices in DataMiner protocols.

The following packages are available:

  • Skyline.DataMiner.Core.Matrix.Protocol

Documentation: About Skyline.DataMiner.Core.Matrix for Array Types

Documentation: About Matrix components for Array Types

Documentation: About Skyline.DataMiner.Core.Matrix for Matrix Types

Documentation: About Matrix components for Matrix Types

[!TIP] From DataMiner Systems 10.3.1/10.4.0 onwards the Matrix as a Table is a different style of representing matrices. This range of the library can also assists with the development of that.

About DataMiner

DataMiner is a transformational platform that provides vendor-independent control and monitoring of devices and services. Out of the box and by design, it addresses key challenges such as security, complexity, multi-cloud, and much more. It has a pronounced open architecture and powerful capabilities enabling users to evolve easily and continuously.

The foundation of DataMiner is its powerful and versatile data acquisition and control layer. With DataMiner, there are no restrictions to what data users can access. Data sources may reside on premises, in the cloud, or in a hybrid setup.

A unique catalog of 7000+ connectors already exist. In addition, you can leverage DataMiner Development Packages to build you own connectors (also known as "protocols" or "drivers").

[!TIP] See also: About DataMiner

About Skyline Communications

At Skyline Communications, we deal in world-class solutions that are deployed by leading companies around the globe. Check out our proven track record and see how we make our customers' lives easier by empowering them to take their operations to the next level.

Requirements

The "DataMiner Integration Studio" Visual Studio extension is required for development of connectors and Automation scripts using NuGets.

See Installing DataMiner Integration Studio

[!IMPORTANT] NuGets are mandatory to be installed with PackageReferences. DIS was redesigned to work with PackageReferences and be future-proof.

For more information on how to migrate from packages.config to PackageReferences, see docs.microsoft.com.

Getting started

You can use the DIS Plugin to generate the Matrix present since DIS 2.40. Before this, DIS contains a macro that can be used to quickly get started with a new Matrix in a connector.

You may need to adjust some namespaces as the generated code may reference older namespaces then the ones provided by this NuGet.

Generating the two table approach allows the use of the Router Control

Make sure you have the DIS Macros Tool Window open in Visual Studio then run the "Protocols/Matrix/Create Matrix" macro and follow the wizard.

[!IMPORTANT] When using the Matrix UI Component defined as a parameter with type array it's guaranteed to work well up to 1000X1000 size (and up to 4000X4000 before it becomes clunky)

  <Type options="dimensions=640,640;columntypes=99:0-639">array</Type> 

The newer Matrix Parameter defined as a type Matrix is currently an initial release and is less efficient. This should only be used if you need the ability to set a tooltip or perform a force set of a crosspoint even when locked. It is currently intended for matrices sizes 64X64

  <Type>Matrix</Type>

More details on implementing this can be found in the Documentation: About Matrix Component for Matrix Types

[!IMPORTANT] For larger matrices its recommended to not use the Matrix UI Component and stick with only the two tables.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.2 11,066 2/14/2023
1.1.0.1 270 1/25/2023
1.0.0.2 245 2/14/2023
1.0.0.1 267 1/23/2023