11-30-2018 08:00 AM
Hi
Has anyone tried to post messages and tags to SystemLink from a .Net or other language application? There are instances where I'd like to leverage the power of the dashboards by posting additional data to SystemLink from a custom application. A very simple example is that we use TestStand for testing a product and then a .Net app for handling product packing information. Packing information would then be populated on a dashboard.
I had a brief look at RabbitMQ, understanding that SystemLink is built on top of it, but I haven't had much success yet.
Any advice is welcome.
Cheers
Wesley
Solved! Go to Solution.
12-03-2018
03:44 PM
- last edited on
12-19-2024
01:24 PM
by
Content Cleaner
Hi Wesley,
Look through this page to find more about getting started with web services, particularly the link to "Web Service APIs."
Getting Started with SystemLink
https://www.ni.com/en/support/documentation/supplemental/17/getting-started-with-systemlink.html
If you go there, you can look at resources on how to post your data in a way that allows your .NET code to access it with an HTTP request.
SystemLink Cloud | API Documentation
https://api.systemlinkcloud.com/?urls.primaryName=Tag%20Service
12-03-2018 09:51 PM
Hi Wesley,
I'd add a couple of notes:
Thanks!
12-04-2018 05:46 AM
Thank you Fred and Reyquaza for the input. I'm currently having a go at using the Swagger docs to generate some C# code to use. Will see how successful I am this afternoon.
Fred, I'd love to try the .NET beta preview you guys have. Feel free to DM me for any details you may need.
Regards
Wesley