Skip to content

Example project that writes a CSV file to Seeq using C#

License

Notifications You must be signed in to change notification settings

seeq12/c-sharp-sdk-example

Repository files navigation

Seeq C# SDK - Examples

Set Up:

Clone this repository, and using Visual Studio, open the solution. Replace credential and server information with your specific instance information. Build and run the solution. A new datasource called "Example CSV Source" should be visible in the Data tab of workbench.

Overview:

Here's a brief overview of the files in this folder to get you started:

Seeq.Sdk.Examples.sln A C# solution containing all the configurations needed to run the examples. Can be opened and run with Visual Studio. Program.cs: Runs the example SignalExample.cs: Example illustrating how to use the Signals API. CsvProcessor.cs: Example code showing how to read a CSV file to prepare the data for Seeq.

About

Example project that writes a CSV file to Seeq using C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages