https://github.com/skylinecommunications/slc-c-example_matrix
Example connector using a matrix.
https://github.com/skylinecommunications/slc-c-example_matrix
dataminer dataminer-connector example
Last synced: 11 months ago
JSON representation
Example connector using a matrix.
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-c-example_matrix
- Owner: SkylineCommunications
- Created: 2024-01-31T12:55:25.000Z (about 2 years ago)
- Default Branch: 1.0.0.X
- Last Pushed: 2024-04-10T10:00:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T18:27:36.551Z (about 1 year ago)
- Topics: dataminer, dataminer-connector, example
- Language: C#
- Homepage:
- Size: 42.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Matrix Connector
This repository serves as a guide on developing a Matrix Connector.
## Simulation Data
The input data is sourced from a simulation located in the **Simulation** folder at the root of this repository.
To execute the simulation, utilize the simulator tool available in the folder `C:\Skyline DataMiner\Tools\QADeviceSimulator`. If you don't have it installed, you can download the tool from [DataMiner Dojo](https://community.dataminer.services/download/skyline-device-simulator/).
To quickly run the simulation, open a command prompt or PowerShell from the root of your solution and execute the following commands. If DataMiner is installed, the command can be run directly. Otherwise, modify the command to point to the downloaded tool's *.exe*:
```cmd
copy /Y "Simulation\Connection_0.xml" "C:\QASNMPSimulations\SLC-C-Example_Matrix_1.0.0.X.xml"
start /min "" "C:\Skyline DataMiner\Tools\QADeviceSimulator\QADeviceSimulator.exe" "SLC-C-Example_Matrix_1.0.0.X.xml"
```
For more detailed instructions on running the simulation or resolving potential issues, refer to the comprehensive documentation available at [docs.dataminer.services](https://docs.dataminer.services/user-guide/Reference/DataMiner_Tools/QADeviceSimulator/TOOQASNMPSimulator.html).